ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

Test on MOT17 test set

Open amindehnavi opened this issue 3 years ago • 1 comments

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

amindehnavi avatar Jun 22 '22 12:06 amindehnavi

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

Breezewrf avatar Jun 28 '22 02:06 Breezewrf