@@ -52,8 +52,8 @@ xhost +local:docker
5252
5353#### 步骤 B:拉取镜像
5454``` bash
55- sudo docker pull ghcr.io/litxaohu /recomputer-rk-cv/rk3588-yolo:latest
56- sudo docker pull ghcr.io/litxaohu /recomputer-rk-cv/rk3576-yolo:latest
55+ sudo docker pull ghcr.io/seeed-projects /recomputer-rk-cv/rk3588-yolo:latest
56+ sudo docker pull ghcr.io/seeed-projects /recomputer-rk-cv/rk3576-yolo:latest
5757```
5858
5959#### 步骤 C:一键运行
@@ -66,7 +66,7 @@ sudo docker run --rm --privileged --net=host --env DISPLAY=$DISPLAY \
6666 --device /dev/video1:/dev/video1 \
6767 --device /dev/dri/renderD129:/dev/dri/renderD129 \
6868 -v /proc/device-tree/compatible:/proc/device-tree/compatible \
69- ghcr.io/litxaohu /recomputer-rk-cv/rk3588-yolo:latest
69+ ghcr.io/seeed-projects /recomputer-rk-cv/rk3588-yolo:latest
7070 python realtime_detection.py --model_path model/yolo11n.rknn --camera_id 1
7171```
7272
@@ -78,7 +78,7 @@ sudo docker run --rm --privileged --net=host --env DISPLAY=$DISPLAY \
7878 --device /dev/video0:/dev/video0 \
7979 --device /dev/dri/renderD128:/dev/dri/renderD128 \
8080 -v /proc/device-tree/compatible:/proc/device-tree/compatible \
81- ghcr.io/litxaohu /recomputer-rk-cv/rk3576-yolo:latest
81+ ghcr.io/seeed-projects /recomputer-rk-cv/rk3576-yolo:latest
8282 python realtime_detection.py --model_path model/yolo11n.rknn --camera_id 0
8383```
8484
@@ -104,7 +104,7 @@ sudo docker run --rm --privileged --net=host \
104104 --device /dev/video1:/dev/video1 \
105105 --device /dev/dri/renderD129:/dev/dri/renderD129 \
106106 -v /proc/device-tree/compatible:/proc/device-tree/compatible \
107- ghcr.io/litxaohu /recomputer-rk-cv/rk3588-yolo:latest \
107+ ghcr.io/seeed-projects /recomputer-rk-cv/rk3588-yolo:latest \
108108 python web_detection.py --model_path model/yolo11n.rknn --camera_id 1
109109```
110110
@@ -114,7 +114,7 @@ sudo docker run --rm --privileged --net=host \
114114 --device /dev/video0:/dev/video0 \
115115 --device /dev/dri/renderD128:/dev/dri/renderD128 \
116116 -v /proc/device-tree/compatible:/proc/device-tree/compatible \
117- ghcr.io/litxaohu /recomputer-rk-cv/rk3576-yolo:latest \
117+ ghcr.io/seeed-projects /recomputer-rk-cv/rk3576-yolo:latest \
118118 python web_detection.py --model_path model/yolo11n.rknn --camera_id 0
119119```
120120
0 commit comments