ONNX
Wanli commited on
Commit
cdd7fa3
·
1 Parent(s): 76f54a6

update and modify documentation (#161)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ Run the following command to try the demo:
10
  # detect on camera input
11
  python demo.py
12
  # detect on an image
13
- python demo.py --input /path/to/image
14
 
15
  # get help regarding various parameters
16
  python demo.py --help
 
10
  # detect on camera input
11
  python demo.py
12
  # detect on an image
13
+ python demo.py --input /path/to/image -v
14
 
15
  # get help regarding various parameters
16
  python demo.py --help