triple-Mu / YOLOv8-TensorRT

YOLOv8 using TensorRT accelerate !
MIT License
1.32k stars 228 forks source link

Conversion from dynamic-batch ONNX to dynamic-batch engine int8? #177

Open aidevmin opened 10 months ago

aidevmin commented 10 months ago

Thank you for your repo.

I converted YOLOv7 .pt to ONNX with dynamic batch size. I want to convert this ONNX to engine INT8 with dynamic batch size. It seems that your repo until now does not support this feature. Is that right?