Update README.md

This commit is contained in:
FURK4NGG
2025-10-07 22:34:04 +03:00
committed by GitHub
parent 5bf8d23d0b
commit 059d9b44d5
+2
View File
@@ -80,6 +80,8 @@ model.export(format="onnx")
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` 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 > ⚠️ **Warning:** The number after --classes must match the number of object classes used in your model
yolov11n.hef 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/` 5. `mv yolov11n.hef /local/shared_with_docker/doc/`
## ✅ Resoults ## ✅ Resoults