cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.37k stars 259 forks source link

Find 0 gtfiles and test files #139

Open mcjqwer opened 3 years ago

mcjqwer commented 3 years ago

I run the eval_motchallenge.py by the command : python eval_motchallenge.py gt-dir test.dir . But the code seem to be something wrong. Maybe the test dataset result to the error. I want to know is there something wrong of my test data. The problem seems to be young!! BUT i am puzzled two days!!!!!!!!!!!!!!!!!!!!!!! 1 2

aphilippou96 commented 3 years ago

Hi, im having the same issue. I have tried with the dummy data, TUD-Campus but it stilll doesn't find the GT and test files. Did you manage to solve it or does someone have any suggestions?

mcjqwer commented 3 years ago

two  problem    the structure  of   the   testdata the testdata  must be  mot16or15

---Original--- From: @.> Date: Tue, Mar 16, 2021 20:22 PM To: @.>; Cc: @.**@.>; Subject: Re: [cheind/py-motmetrics] Find 0 gtfiles and test files (#139)

Hi, im having the same issue. Did you manage to solve it or does someone have any suggestions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

aphilippou96 commented 3 years ago

If i understand correctly from you message you said the issue was the structure of the test data. However, i have an issue with the data already provided, so the structure of the TUD-Campus should already be in the right format.

utkarsh-mishra9 commented 2 years ago

Any update on this issue?

jvlmdr commented 2 years ago

Hi! We can see that the data files are not being found from the log line INFO - Found 0 groundtruths and 0 test files. It seems to me like you are running the script from within the directory py-motmetrics-develop/motmetrics/apps and providing the relative path gt-dir, which means that the program will look for the data in py-motmetrics-develop/motmetrics/apps/gt-dir. I would suggest changing to the directory py-motmetrics-develop and then running: python motmetrics/apps/eval.py gt-dir test-dir