yolov9-qat icon indicating copy to clipboard operation
yolov9-qat copied to clipboard

Implementation of YOLOv9 QAT optimized for deployment on TensorRT platforms.

Results 3 yolov9-qat issues
Sort by recently updated
recently updated
newest added

I'm following the steps exactly as detailed in the README.md. When reaching the quantization step, the line ``` python3 qat.py quantize --weights yolov9-c-converted.pt --name yolov9_qat --exist-ok ``` fails with error...

We're currently working on improving our YOLOv9 model by implementing quantization in the [class SPPELAN(nn.Module):](https://github.com/WongKinYiu/yolov9/blob/1bbce4d09a0a21ad974102bfaf139a4e13f6c5c1/models/common.py#L563) . We've observed that the current implementation is generating reformat operations. Any contributions, suggestions, or...

enhancement