Skip to content

Commit 9662cf8

Browse files
committed
Update repository references to Seeed Projects
1 parent 2bfdb89 commit 9662cf8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sudo docker run --rm --privileged --net=host \
6868
--device /dev/hailo0:/dev/hailo0 \
6969
-v /usr/lib/libhailort.so.4.23.0:/usr/lib/libhailort.so.4.23.0:ro \
7070
-v /usr/lib/libhailort.so:/usr/lib/libhailort.so:ro \
71-
ghcr.io/wrm119/r20-hailo8-yolov8:latest
71+
ghcr.io/seeed-projects/r20-hailo8-yolov8:latest
7272
```
7373

7474
Docker will pull the image on first run (~1.8 GB). The container then loops the
@@ -90,7 +90,7 @@ sudo docker run --rm --privileged --net=host \
9090
--device /dev/video0:/dev/video0 \
9191
-v /usr/lib/libhailort.so.4.23.0:/usr/lib/libhailort.so.4.23.0:ro \
9292
-v /usr/lib/libhailort.so:/usr/lib/libhailort.so:ro \
93-
ghcr.io/wrm119/r20-hailo8-yolov8:latest \
93+
ghcr.io/seeed-projects/r20-hailo8-yolov8:latest \
9494
python web_detection.py --model_path model/yolov8n.hef --camera_id 0
9595
```
9696

@@ -131,7 +131,7 @@ When you need to change the code, swap a different `.hef`, or rebuild against a
131131
different HailoRT version:
132132

133133
```bash
134-
git clone https://github.com/wrm119/reComputer-R20-CV.git
134+
git clone https://github.com/Seeed-Projects/reComputer-R20-CV.git
135135
cd reComputer-R20-CV/src/rpi5_hailo8_yolov8
136136

137137
# Replace assets if needed (already bundled — only swap to customize)

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sudo docker run --rm --privileged --net=host \
6565
--device /dev/hailo0:/dev/hailo0 \
6666
-v /usr/lib/libhailort.so.4.23.0:/usr/lib/libhailort.so.4.23.0:ro \
6767
-v /usr/lib/libhailort.so:/usr/lib/libhailort.so:ro \
68-
ghcr.io/wrm119/r20-hailo8-yolov8:latest
68+
ghcr.io/seeed-projects/r20-hailo8-yolov8:latest
6969
```
7070

7171
首次运行 Docker 会自动拉取镜像(约 1.8 GB)。之后容器会循环播放内置的
@@ -86,7 +86,7 @@ sudo docker run --rm --privileged --net=host \
8686
--device /dev/video0:/dev/video0 \
8787
-v /usr/lib/libhailort.so.4.23.0:/usr/lib/libhailort.so.4.23.0:ro \
8888
-v /usr/lib/libhailort.so:/usr/lib/libhailort.so:ro \
89-
ghcr.io/wrm119/r20-hailo8-yolov8:latest \
89+
ghcr.io/seeed-projects/r20-hailo8-yolov8:latest \
9090
python web_detection.py --model_path model/yolov8n.hef --camera_id 0
9191
```
9292

@@ -126,7 +126,7 @@ src/rpi5_hailo8_yolovN/
126126
需要改代码、换其它 `.hef`、或针对不同 HailoRT 版本重新构建时:
127127

128128
```bash
129-
git clone https://github.com/wrm119/reComputer-R20-CV.git
129+
git clone https://github.com/Seeed-Projects/reComputer-R20-CV.git
130130
cd reComputer-R20-CV/src/rpi5_hailo8_yolov8
131131

132132
# 需要换资源就替换;镜像里已经有默认的不用动

docs/HAILO_MODEL_PORTING_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ ghcr.io/<owner>/r20-hailo8-<model>:latest
154154
例如:
155155

156156
```bash
157-
ghcr.io/wrm119/r20-hailo8-yolov8s:latest
157+
ghcr.io/seeed-projects/r20-hailo8-yolov8s:latest
158158
```

0 commit comments

Comments
 (0)