phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"

Home Page:https://arxiv.org/abs/1903.05625

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to test on MOT15 dataset?

szh91 opened this issue · comments

Please have a look at src/tracktor/datasets/factory.py. In there you can find all supported datasets and how to start them, e.g., mot15_test for the MOT15 test set.

yes, I modify the dataset mot17_train_FRCNN ---> mot15_train in tracktor.py
and run the test_tracktor.py, it has an error:
image

Please double check if your data is at the correct place and fully downloaded etc. I just double checked and am not getting your error.