ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 906 forks source link

Number of Parameters #212

Closed parthmalpathak closed 2 years ago

parthmalpathak commented 2 years ago

Apart from Detection models like YOLOX_S, YOLOX_M, YOLOX_L, etc, how many parameters does tracker model (BYTE) occupy?

parthmalpathak commented 2 years ago

Solved. Looking at the Pseudo Code of BYTE, it can be assumed that BYTE algorithm is implemented outside the DNN so the number of parameters will be equal to that of the detection model.