ifzhang / ByteTrack

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

how to run tiny model #90

Open tarunmcom opened 3 years ago

tarunmcom commented 3 years ago

how to run with bytetrack_tiny_mot17 . I used the commands:- python3 tools/demo_track.py video -f exps/example/mot/yolox_x_mix_det.py -c pretrained/bytetrack_tiny_mot17.pth.tar --fuse --device='cpu' --save_result &> log.txt But I got error, while the same command works great for the bigger model (bytetrack_x_mot17.pth.tar)

ifzhang commented 2 years ago

You should change the exp file: -f exps/example/mot/yolox_tiny_mix_det.py