← Back to Modules

Create Hailo YOLO Configuration Files

Define the Hailo compiler configuration, post‑processing script and NMS settings required to compile your YOLOv11n model.

The Hailo compiler uses three configuration files to describe your model and post‑processing pipeline: a YAML file, a model script (.alls) and a JSON file for non‑max suppression (NMS). Create these files in your Hailo environment. Replace file paths with the correct locations on your machine.

bash
# YAML configuration
nano yolov11n_2cls.yaml

Next create the model script:

bash
nano y11.alls

Finally create the NMS JSON configuration:

bash
nano yolov11n_2cls.nms.json

Subscribe to our newsletter

The latest educational robotics news and articles, sent to your inbox weekly.