Wanli commited on
Commit
ef55a0b
·
1 Parent(s): 2c09648

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
  # get help regarding various parameters
17
  python demo.py --help
18
  ```
 
12
  # detect on camera input
13
  python demo.py
14
  # detect on an image
15
+ python demo.py --input /path/to/image -v
16
  # get help regarding various parameters
17
  python demo.py --help
18
  ```