Update README.md

This commit is contained in:
FURK4NGG
2025-10-07 21:05:43 +03:00
committed by GitHub
parent a0b2bf9b32
commit b51a03d57b
+3 -3
View File
@@ -61,8 +61,8 @@ model.export(format="onnx")
## 📦 Setup ## 📦 Setup
```bash
1. `unzip hailo8_ai_sw_suite_2025-10_docker.zip -d /home/$USER/docker_hailo` 1. ``` bash`unzip hailo8_ai_sw_suite_2025-10_docker.zip -d /home/$USER/docker_hailo` ```
2. `cd /home/$USER/docker_hailo/` 2. `cd /home/$USER/docker_hailo/`
3. `Edit your .sh document and delete these lines:` 3. `Edit your .sh document and delete these lines:`
> -v /etc/timezone:/etc/timezone:ro \ > -v /etc/timezone:/etc/timezone:ro \
@@ -75,7 +75,7 @@ model.export(format="onnx")
7. `cd RasPi_YOLO/` Then you shold be in '/local/workspace/RasPi_YOLO/' directory 7. `cd RasPi_YOLO/` Then you shold be in '/local/workspace/RasPi_YOLO/' directory
8. `python hailo_calibration_data.py --data_dir /local/shared_with_docker/train/images/ --target_dir /local/shared_with_docker/doc` 8. `python hailo_calibration_data.py --data_dir /local/shared_with_docker/train/images/ --target_dir /local/shared_with_docker/doc`
9. `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` 9. `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`
```
## 🎉 Run ## 🎉 Run