Hello everyone,
I am converting a YOLOv8s ONNX model to HEF format using the Hailo Model Zoo.
I am using the following command:
hailomz compile yolov8s \
--ckpt=cybest.onnx \
--hw-arch hailo10h \
--calib-path=train/images \
--classes=2 \
--performance
The folder train/images contains many images, but during compilation the tool seems to use only 64 images for calibration.
Could someone please explain:
-
Is the calibration image count limited to 64 by default?
-
Is there any way to increase the number of calibration images used during compilation?
-
If not, what is the recommended best practice for selecting calibration images?
Thank you in advance for your support.