Closed alemelis closed 2 years ago
actually, the 6
is in my tracker output, it's the object-class
I was under the impression that the last 3 numbers would be ignored...
I guess the question now is: provided I change my gt to include class information, how would I run the benchmark on a multi-class setup?
trackeval.utils.TrackEvalException: Attempted to evaluate an invalid class. Only pedestrian class is valid. May I ask how you resolved the above issues?
I tried to replace the pedestrian in the evaluation file with my category name, but it didn't work.
Any updates on this please? I also have come across this issue.
Any updates on this please? I also have come across this issue.
Hello, I'm trying to run the MOT challenge script on a custom dataset. I think I've got the folder structure right (including all the .ini files) and my gt files look like
I run the script as
All the tracking data is correctly found and the script outputs
however it stops with the following error
In the ground truth there's no mention of class (the MOT format doesn't contain that), where does the script get that class
6
? Also, I'm not sure what theCLASSES_TO_EVAL
argument is supposed to do (by default it is set topedestrian
).Setting
--CLASSES_TO_EVAL 6
raises