xinshuoweng / AB3DMOT

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
http://www.xinshuoweng.com/
Other
1.67k stars 404 forks source link

Evaluation errors of custom detection #78

Closed young147 closed 2 years ago

young147 commented 2 years ago

Hi: Thank you for your very good code, which helped me a lot.But when I want to evaluate on my detections , errors ocurs like "The uploaded results could not be evaluated .Check for format errors",which troubled me a lot.My labels format is like follow: 0 2 Car 0 0 0 0 0 0 2.1897707 4.4953491 1.1939773 -2.7310809 0.875836 19.33976254 1.549965

Detection data is like follow: 0,2,000000,1.425346,2.1413288,4.47813,-2.938688,0.77426559,19.30365,3.1122827

I have no idea to modify it more correctly.I would be appreciate if you have any good suggestions.

xinshuoweng commented 2 years ago

This should be a really easy issue with your results. Did you compare your result files on your customized detection with the result files you get by running my default commands? Also, can you post your result files after running the following commands?

python3 main.py your_detection_inputs

Please re-open this thread once you see the comments and you need further help so that I know you want to follow up