We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757c145 commit 0337ea8Copy full SHA for 0337ea8
metro-ai-suite/metro-sdk-manager/docs/user-guide/metro-vision-ai-sdk/tutorial-5.md
@@ -78,6 +78,8 @@ cat > metro_vision_pipeline.sh << 'EOF'
78
CURRENT_DIR=$(pwd)
79
MODEL_PATH="$CURRENT_DIR/public/yolov10s/FP32/yolov10s.bin"
80
VIDEO_PATH="$CURRENT_DIR/bottle-detection.mp4"
81
+DEVICE=GPU
82
+
83
84
echo "Starting Metro Vision AI Pipeline with Docker DLStreamer..."
85
echo "Model: $MODEL_PATH"
@@ -120,7 +122,6 @@ while true; do
120
122
done
121
123
EOF
124
-export DEVICE=GPU
125
chmod +x metro_vision_pipeline.sh
126
127
# Start the pipeline in background
0 commit comments