Skip to content

Commit ce8f362

Browse files
CrystalSixoneleoxiaobin
authored andcommitted
update demo/README.md
1 parent 00616df commit ce8f362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ Remember to update` TEST.MODEL_FILE` in `demo/inference-config.yaml `according t
5151

5252
#### (1) the input is a real-time carema
5353
```python
54-
python demo/demo.py --webcam --showFps --writeVideo
54+
python demo/demo.py --webcam --showFps --write
5555
```
5656

5757
#### (2) the input is a video
5858
```python
59-
python demo/demo.py --video test.mp4 --showFps --writeVideo
59+
python demo/demo.py --video test.mp4 --showFps --write
6060
```
6161
#### (3) the input is a image
6262

6363
```python
64-
python demo/demo.py --image test.jpg --showFps --writeImage
64+
python demo/demo.py --image test.jpg --showFps --write
6565
```
6666

6767
**===Result===**

0 commit comments

Comments
 (0)