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)
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)