ifzhang / ByteTrack

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

yolo_tiny_model 精度不对 #82

Open ChenYang-1996 opened 2 years ago

ChenYang-1996 commented 2 years ago

python3 tools/demo_track.py video -f exps/example/mot/yolox_x_s_det.py -c pretrained/bytetrack_tiny_mot17.pth.tar --fp16 --fuse --save_result 您好,我在jetson nx上用bytetrack_tiny_mot17模型去跑demo,精度非常差,请问您知道原因吗?是因为bytetrack_tiny_mot17与bytetrack_s_mot17通道数不一致嘛?(我在主机上跑s模型正常,jetson上跑不起来s)

ifzhang commented 2 years ago

The exp file in your command seems wrong. You may use this command: python3 tools/demo_track.py video -f exps/example/mot/yolox_tiny_mix_det.py -c pretrained/bytetrack_tiny_mot17.pth.tar --fp16 --fuse --save_result