Skip to content

Commit 1c9383f

Browse files
rpandya28Copilot
andauthored
Update docs/tutorial/user_guide_dlstreamer_docker_based_AI_app.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ec3c73f commit 1c9383f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/user_guide_dlstreamer_docker_based_AI_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The IR will be available at (example):
154154
```bash
155155
gst-launch-1.0 filesrc location=/path/to/face-demographics-walking.mp4 ! \
156156
decodebin ! videoconvert ! \
157-
gvadetect model=/home/<user>/intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml device=CPU ! \
157+
gvadetect model=/home/<YOUR_USERNAME>/intel/face-detection-adas-0001/FP32/face-detection-adas-0001.xml device=CPU ! \
158158
gvawatermark ! videoconvert ! \
159159
vp8enc ! webmmux ! \
160160
filesink location=face_detected_output.webm

0 commit comments

Comments
 (0)