JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
953 stars 232 forks source link

Installation using the pip command needs to be changed. #94

Open anitabaral opened 1 year ago

anitabaral commented 1 year ago

pip3 -r install requirements.txtdoesn't work for me so I changed it to pip install -r requirements.txt.

TheCrafft commented 1 year ago

Hi! This depends on your python installation.