corfyi / UCMCTrack

[AAAI 2024] UCMCTrack: Multi-Object Tracking with Uniform Camera Motion Compensation. UCMCTrack achieves SOTA on MOT17 using estimated camera parameters.
https://ojs.aaai.org/index.php/AAAI/article/download/28493/28960
MIT License
261 stars 25 forks source link

About --wx --wy --a --cdt --conf_thresh --vmax #28

Open ohchannah opened 4 months ago

ohchannah commented 4 months ago

Hello! Thanks for sharing the code. I am currently trying to apply ucmctrack to visdrone. I have a question. What is the criteria for determining the parameters mentioned in the title in run_mot17_test.py? I can see that the parameters are set differently for each sequence. Is this an experimentally determined value, or is there a code to find the appropriate value?

Paulkie99 commented 3 months ago

Hi. I am also curious how parameters were tuned for the test set, since there are no ground truth files available?

Emil-Jiang commented 3 months ago

same question! is there any efficient solution to this?