Hi, I tried using Luxonis Hub to convert a Pytorch/ONNX model, so I tried the easiest solution with a Official Checkpoint Yolov11s.pth from Ultralytics.
The model can be converted correctly with fp16 option, and I can see the model detects boxes. However, when I tried to use Int8 or Mixed Precision, although the models can be converted, it does not detect any boxes.
I tried different calibration dataset, and different precisions option, but none is working expect fp16.