Prepare Calibration Images for Hailo
Copy a set of unlabeled images to your Hailo development machine for use during quantization calibration.
The Hailo compiler requires a small set of raw images to calibrate the quantization of your model. Use Secure Copy (scp) to transfer a few hundred images from your training dataset to the Hailo machine. Perform this step on the machine where you will run hailomz compile.
bash
# Copy 200–1000 raw images from your dataset to the Hailo machine
scp -r data/images_raw <USER>@<HOSTNAME>:~/hailo_venv/