py-motmetrics
py-motmetrics copied to clipboard
Find 0 gtfiles and test files
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!!!!!!!!!!!!!!!!!!!!!!!
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?
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.
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.
Any update on this issue?
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