chen-si-jia / Trajectory-Long-tail-Distribution-for-MOT

⭕️ Official codes for "Delving into the Trajectory Long-tail Distribution for Muti-object Tracking" (CVPR2024)
MIT License
41 stars 6 forks source link

Demo not working #2

Closed CyanH1876 closed 2 months ago

CyanH1876 commented 2 months ago

Hi Authors,

Thank you for your work. We met some problems in your demo.

The line 30 of demo.py doesn't match function eval_seq in track.py.

If we change to line 70 of eval_seq, we don't know what the "seq" is in line 96.

Thanks!

chen-si-jia commented 2 months ago

I have modified and updated the demo.py and track.py.

CyanH1876 commented 2 months ago

work! thanks!