We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00616df commit ce8f362Copy full SHA for ce8f362
demo/README.md
@@ -51,17 +51,17 @@ Remember to update` TEST.MODEL_FILE` in `demo/inference-config.yaml `according t
51
52
#### (1) the input is a real-time carema
53
```python
54
-python demo/demo.py --webcam --showFps --writeVideo
+python demo/demo.py --webcam --showFps --write
55
```
56
57
#### (2) the input is a video
58
59
-python demo/demo.py --video test.mp4 --showFps --writeVideo
+python demo/demo.py --video test.mp4 --showFps --write
60
61
#### (3) the input is a image
62
63
64
-python demo/demo.py --image test.jpg --showFps --writeImage
+python demo/demo.py --image test.jpg --showFps --write
65
66
67
**===Result===**
0 commit comments