File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
metro-ai-suite/metro-sdk-manager Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ docker run --rm -it --name dlstreamer \
7676 -v $PWD :/data \
7777 -e DISPLAY=$DISPLAY \
7878 -v /tmp/.X11-unix:/tmp/.X11-unix \
79- intel/dlstreamer
79+ intel/dlstreamer:2026.0.0-ubuntu24-rc3
8080```
8181
8282``` bash
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Download the YOLO11s model using the DL Streamer container:
5757docker run --rm --user=root \
5858 -e http_proxy -e https_proxy -e no_proxy \
5959 -v " ${PWD} :/home/dlstreamer/" \
60- intel/dlstreamer:2026.0.0-ubuntu24-rc1 \
60+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 \
6161 bash -c " export MODELS_PATH=/home/dlstreamer && /opt/intel/dlstreamer/samples/download_public_models.sh yolo11s"
6262```
6363
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ docker run -it --rm --net=host \
254254 -v $HOME /.Xauthority:/home/dlstreamer/.Xauthority:ro \
255255 -v $PWD /videos:/home/dlstreamer/videos:ro \
256256 -v $PWD /decode.sh:/home/dlstreamer/decode.sh:ro \
257- intel/dlstreamer:2025.1.2 -ubuntu24 \
257+ intel/dlstreamer:2026.0.0 -ubuntu24-rc3 \
258258 /home/dlstreamer/decode.sh
259259```
260260
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Download the YOLOv10s object detection model and convert it to OpenVINO format:
7979docker run --rm --user=root \
8080 -e http_proxy -e https_proxy -e no_proxy \
8181 -v " ${PWD} :/home/dlstreamer/" \
82- intel/dlstreamer:2026.0.0-ubuntu24-rc1 \
82+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 \
8383 bash -c " export MODELS_PATH=/home/dlstreamer && /opt/intel/dlstreamer/samples/download_public_models.sh yolov10s"
8484```
8585
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ docker run -it --rm --net=host \
116116 -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
117117 -v ${PWD} :/home/dlstreamer/data \
118118 -v $HOME /.Xauthority:/home/dlstreamer/.Xauthority:ro \
119- intel/dlstreamer:2026.0.0-ubuntu24-rc1 \
119+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 \
120120 bash -c " export MODELS_PATH=/home/dlstreamer/data/models && \
121121 /opt/intel/dlstreamer/samples/gstreamer/gst_launch/human_pose_estimation/human_pose_estimation.sh \
122122 /home/dlstreamer/data/face-demographics-walking.mp4"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ wget -O bottle-detection.mp4 https://storage.openvinotoolkit.org/test_data/video
5656docker run --rm --user=root \
5757 -e http_proxy -e https_proxy -e no_proxy \
5858 -v " ${PWD} :/home/dlstreamer/" \
59- intel/dlstreamer:2026.0.0-ubuntu24-rc1 \
59+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 \
6060 bash -c " export MODELS_PATH=/home/dlstreamer && /opt/intel/dlstreamer/samples/download_public_models.sh yolov10s"
6161
6262# Create a continuous DL Streamer pipeline script
@@ -103,7 +103,7 @@ while true; do
103103 --env no_proxy=$no_proxy \
104104 --user root \
105105 -w /workspace \
106- intel/dlstreamer:2026.0.0-ubuntu24-rc1 \
106+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 \
107107 gst-launch-1.0 \
108108 filesrc location=/workspace/bottle-detection.mp4 ! \
109109 qtdemux ! h264parse ! avdec_h264 ! \
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Create and run the model download script to install all required AI models:
8585docker run --rm --user=root \
8686 -e http_proxy -e https_proxy -e no_proxy \
8787 -v " $PWD :/home/dlstreamer/metro-suite" \
88- intel/dlstreamer:2026.0.0-ubuntu24-rc1 bash -c " $( cat << EOF
88+ intel/dlstreamer:2026.0.0-ubuntu24-rc3 bash -c " $( cat << EOF
8989
9090cd /home/dlstreamer/metro-suite/
9191
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ repositories=(
2525images=(
2626 " openvino/model_server:2026.0"
2727 " openvino/ubuntu24_dev:2026.0.0"
28- " intel/dlstreamer:2026.0.0-ubuntu24-rc1 "
29- " intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu24-rc1 "
28+ " intel/dlstreamer:2026.0.0-ubuntu24-rc3 "
29+ " intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu24-rc3 "
3030)
3131
3232NAME=" Metro Vision AI SDK"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories=(
2323
2424images=(
2525 eclipse-mosquitto:2.0.21
26- intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu24-rc1
26+ intel/dlstreamer-pipeline-server:2026.0.0-extended-ubuntu24-rc3
2727 bluenviron/mediamtx:1.11.3
2828 coturn/coturn:4.7
2929 grafana/grafana:11.5.4
You can’t perform that action at this time.
0 commit comments