ifzhang / ByteTrack

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

Error running TensorRT in C++ on m and l #91

Closed lpkoh closed 3 years ago

lpkoh commented 3 years ago

Hi,

I am running the ./bytetrack compiled program according to https://github.com/ifzhang/ByteTrack/tree/main/deploy/TensorRT/cpp

For yolox_s_mix_det, it is a success: image

However, for yolox_m_mix_det, it is a failure: image

I used tools/trt.py to generate the trt files for both yolox_s and yolox_m. Could you advise?

lpkoh commented 3 years ago

The error occurs on the doInference(*context, blob, prob, output_size, pr_img.size()); on line 480

lpkoh commented 3 years ago

It was my mistake to not change img_w and img_h