We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3c73f commit 1c9383fCopy full SHA for 1c9383f
1 file changed
docs/tutorial/user_guide_dlstreamer_docker_based_AI_app.md
@@ -154,7 +154,7 @@ The IR will be available at (example):
154
```bash
155
gst-launch-1.0 filesrc location=/path/to/face-demographics-walking.mp4 ! \
156
decodebin ! videoconvert ! \
157
- gvadetect model=/home/<user>/intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml device=CPU ! \
+ gvadetect model=/home/<YOUR_USERNAME>/intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml device=CPU ! \
158
gvawatermark ! videoconvert ! \
159
vp8enc ! webmmux ! \
160
filesink location=face_detected_output.webm
0 commit comments