WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.4k stars 4.23k forks source link

yolov7.pt to yolov7.onnx with int8 #2089

Open Sangh0 opened 1 month ago

Sangh0 commented 1 month ago

Hello. I'm trying to quantize yolov7.pt into an int8 with ONNX format, but I'm having trouble. If anyone has successfully done this, could you share a reference?