ifzhang / ByteTrack

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

Update byte_tracker.py #215

Open Aspirinkb opened 2 years ago

Aspirinkb commented 2 years ago

修改STrack class初始化方法,在其初始化方法中,调用父类BaseTrack的初始化方法。修正bug 210 Adding base class init function call at the beginning of __init__ fucntion of class STrack to fix bug 210

jasons1425 commented 2 years ago

Adding the super().init() method has led me to issue #219.