ifzhang / ByteTrack

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

Test on MOT17 test set #209

Open amindehnavi opened 2 years ago

amindehnavi commented 2 years ago

Hi, I want to get the .txt results of testing the model on the MOT17 test set on colab. I followed the steps which are explained in README.md. but when I run the !python3 tools/track.py -f exps/example/mot/yolox_x_mix_det.py -c bytetrack_x_mot17.pth.tar -b 1 -d 1 --fp16 --fuse --test command, I get the following error: image

Does anyone know what the problem is and what I should do to solve that? Thanks

Breezewrf commented 2 years ago

modify it like this https://github.com/qfgaohao/ByteTrack/commit/1bacddccb442e2f16cb556c15948197484526e35