From 9ea58c51f379fd66a31fcf331cfd2fb265362131 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:34:22 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc129d8..4d7c60d 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ model.export(format="onnx") 3. `python hailo_calibration_data.py --data_dir /local/shared_with_docker/train/images/ --target_dir /local/shared_with_docker/doc` 4. `hailomz compile --ckpt /local/shared_with_docker/models/model.onnx --calib-path /local/shared_with_docker/doc/calib/ --yaml /local/workspace/hailo_model_zoo/hailo_model_zoo/cfg/networks/yolov11n.yaml --classes 2 --hw-arch hailo8` > ⚠️ **Warning:** The number after --classes must match the number of object classes used in your model -yolov11n.hef -> For example:Objects[rock,paper,scissors] --> --classes 3 -> ⚠️ **Warning:** You can check and choose different model in this directory '/local/workspace/hailo_model_zoo/hailo_model_zoo/cfg/networks' +yolov11n.hef +> For example:Objects[rock,paper,scissors] --> --classes 3 +> ⚠️ **Warning:** You can check and choose different model in this directory '/local/workspace/hailo_model_zoo/hailo_model_zoo/cfg/networks' 5. `mv yolov11n.hef /local/shared_with_docker/doc/` ## ✅ Resoults