Closed lpkoh closed 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:
However, for yolox_m_mix_det, it is a failure:
I used tools/trt.py to generate the trt files for both yolox_s and yolox_m. Could you advise?
The error occurs on the doInference(*context, blob, prob, output_size, pr_img.size()); on line 480
It was my mistake to not change img_w and img_h
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:
However, for yolox_m_mix_det, it is a failure:
I used tools/trt.py to generate the trt files for both yolox_s and yolox_m. Could you advise?