JonathonLuiten / TrackEval

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

Filepath in test_all_quick.py may be wrong #62

Closed simon1624 closed 2 years ago

simon1624 commented 2 years ago

In the 48th line of test_all_quick.py, you writetest_data_loc = os.path.join(os.path.dirname(__file__), '..', 'data', 'tests', file_loc), but under the \data directory, there are no \tests but only \trackers, so an FileNotFoundError occurred.

simon1624 commented 2 years ago

In order to run this code, do I need to do anything else besides downloading data and install requirements? Because when I run test_davis.py, davis/davis_unsupervised_val/ags/general_detailed.csv cannot be found also.