Skip to content

Commit 32519e8

Browse files
Dmitry Sidnevanzhella-pankratova
andauthored
Remove delay argument in readme
Co-authored-by: Anzhella Pankratova <[email protected]>
1 parent a1e05ae commit 32519e8

File tree

1 file changed

+2
-3
lines changed
  • demos/background_subtraction_demo/python

1 file changed

+2
-3
lines changed

demos/background_subtraction_demo/python/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,9 @@ Running the application with an empty list of options yields the short version o
147147
To run the demo, please provide paths to the model in the IR format, and to an input video, image, or folder with images:
148148

149149
```bash
150-
python3 background_subtraction_demo/background_subtraction_demo.py \
150+
python3 background_subtraction_demo/python/background_subtraction_demo.py \
151151
-m <path_to_model>/instance-segmentation-person-0007.xml \
152-
-i 0 \
153-
--delay 1
152+
-i 0
154153
```
155154

156155
>**NOTE**: If you provide a single image as an input, the demo processes and renders it quickly, then exits. To continuously visualize inference results on the screen, apply the `loop` option, which enforces processing a single image in a loop.

0 commit comments

Comments
 (0)