ifzhang / FairMOT

[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
MIT License
4.02k stars 932 forks source link

visualization codes bug #28

Closed tfzhou closed 4 years ago

tfzhou commented 4 years ago

https://github.com/ifzhang/FairMOT/blob/6a84666ac2b6f66557758e8e0fa802c47ef0aca9/src/lib/datasets/dataset/jde.py#L209

Thanks for the great project! It seems that the above line does not fit current codes. It will plot well with:

plt.plot(labels[:, [2, 4, 4, 2, 2]].T, labels[:, [3, 3, 5, 5, 3]].T, '.-')
ifzhang commented 4 years ago

Thanks! I did not notice that before.