From fd8e4ef4d8ed1ecea4d66dc382cece517fc2a221 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:06:41 +0300 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6a3d9de..03d2515 100644 --- a/README.md +++ b/README.md @@ -62,19 +62,21 @@ model.export(format="onnx") ## 📦 Setup -1. ``` bash unzip hailo8_ai_sw_suite_2025-10_docker.zip -d /home/$USER/docker_hailo ``` -2. `cd /home/$USER/docker_hailo/` -3. `Edit your .sh document and delete these lines:` +1. ``` bash +2. unzip hailo8_ai_sw_suite_2025-10_docker.zip -d /home/$USER/docker_hailo +3. ``` +4. `cd /home/$USER/docker_hailo/` +5. `Edit your .sh document and delete these lines:` > -v /etc/timezone:/etc/timezone:ro \ > -v /etc/localtime:/etc/localtime:ro` -4. `./hailo_ai_sw_suite_docker_run.sh --override` +6. `./hailo_ai_sw_suite_docker_run.sh --override` > *If you want to continue with your already configured project:*./hailo_ai_sw_suite_docker_run.sh --resume -5. /home/$USER/docker_hailo/shared_with_docker/train/images/(60%–80% of your photos) +7. /home/$USER/docker_hailo/shared_with_docker/train/images/(60%–80% of your photos) /home/$USER/docker_hailo/shared_with_docker/models/model.onnx -6. `git clone https://github.com/LukeDitria/RasPi_YOLO.git` -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` -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` +8. `git clone https://github.com/LukeDitria/RasPi_YOLO.git` +9. `cd RasPi_YOLO/` Then you shold be in '/local/workspace/RasPi_YOLO/' directory +10. `python hailo_calibration_data.py --data_dir /local/shared_with_docker/train/images/ --target_dir /local/shared_with_docker/doc` +11. `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`