We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da294b4 commit 2a54e6aCopy full SHA for 2a54e6a
metro-ai-suite/metro-sdk-manager/docs/user-guide/metro-vision-ai-sdk/tutorial-5.md
@@ -67,6 +67,8 @@ cat > metro_vision_pipeline.sh << 'EOF'
67
CURRENT_DIR=$(pwd)
68
MODEL_PATH="$CURRENT_DIR/public/yolov10s/FP32/yolov10s.bin"
69
VIDEO_PATH="$CURRENT_DIR/bottle-detection.mp4"
70
+DEVICE=GPU
71
+
72
73
echo "Starting Metro Vision AI Pipeline with Docker DLStreamer..."
74
echo "Model: $MODEL_PATH"
@@ -116,7 +118,6 @@ while true; do
116
118
done
117
119
EOF
120
-export DEVICE=GPU
121
chmod +x metro_vision_pipeline.sh
122
123
# Start the pipeline in background
0 commit comments