Wanli commited on
Commit
6a573f7
·
1 Parent(s): f41989a

update and modify documentation (#161)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Run the following command to try the demo:
12
  # detect on camera input
13
  python demo.py
14
  # detect on an image
15
- python demo.py --input /path/to/image
16
  ```
17
  Note:
18
  - image result saved as "result.jpg"
 
12
  # detect on camera input
13
  python demo.py
14
  # detect on an image
15
+ python demo.py --input /path/to/image -v
16
  ```
17
  Note:
18
  - image result saved as "result.jpg"