-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding suport for reading .mat and .xml format annotations given by UA-DETRAC challenge. #53
Conversation
This sounds useful, thank you! Would you mind changing the merging destination to develop branch? |
Sure, done. |
Thanks! Also is there any unit test you could add to |
Ah sure, I have added similar unit test for detrac data loaders. |
thanks, merged. will be released with next version. |
Are there any plans to integrate the aggregated tracking metric used in DETRAC overall detection thresholds, i.e. 0:0.1:1? This way, it is not comparable to official results in the benchmark. |
linking this to #84 |
Hi, have you finished the evaluation under the detrac-format? I'm not sure where to control the detection thresholds. I guess it should be the confidence threshold in NMS during detection postprocessing. Can you help me? Any other feedback is also welcome. Thank you. |
UA-DETRAC is an important multiple object tracking benchmark which focuses on road traffic scenarios. It is now a part of "AI City Challenge".
Challenge requires you to produce results in "MOT Challenge" format but the ground truth annotations are only available in .XML and .MAT formats which structure very different from MOT format. I had to spend several hours to parse these files and convert them into MOT format so that I can use motmetrics.
I have made following additions to support UA-DETRAC benchmark:
Please review and add if you think it is useful. Let me know if you need any modifications.
Regards