File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
metro-ai-suite/metro-sdk-manager/docs/user-guide/metro-vision-ai-sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export DEVICE=GPU
124124chmod +x metro_vision_pipeline.sh
125125
126126# Start the pipeline in background
127- ./metro_vision_pipeline.sh &
127+ sudo ./metro_vision_pipeline.sh &
128128PIPELINE_PID=$!
129129
130130echo " Metro Vision AI pipeline started with PID: $PIPELINE_PID "
@@ -235,4 +235,4 @@ This tutorial provides a practical approach to profiling Metro Vision AI workloa
235235- ** CPU Usage** : Monitor core utilization and identify bottlenecks
236236- ** Memory Usage** : Track memory consumption and avoid swapping
237237- ** GPU Utilization** : Monitor Intel GPU render engine usage
238- - ** Process Performance** : Track specific AI application performance
238+ - ** Process Performance** : Track specific AI application performance
You can’t perform that action at this time.
0 commit comments