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
276 stars 26 forks source link

use_cmc set to False #26

Open RotsteinNoam opened 7 months ago

RotsteinNoam commented 7 months ago

Hi and congratulations on your great work! In the demo.py script, The "use_cmc" flag for the UCMCTrack is set to False. Is this on purpose? Is this the best configuration? what does this mean?

corfyi commented 7 months ago

‘use_cmc' set to False means that the gmc file will not be used. For MOT17, use gmc file yields better results. For other datasets, UCMCTrack yields better results without gmc files.