ONNX
Wanli commited on
Commit
7f25f0f
·
1 Parent(s): a9d8286

update and modify documentation (#161)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ Run the demo detecting English:
42
  # detect on camera input
43
  python demo.py
44
  # detect on an image
45
- python demo.py --input /path/to/image
46
 
47
  # get help regarding various parameters
48
  python demo.py --help
 
42
  # detect on camera input
43
  python demo.py
44
  # detect on an image
45
+ python demo.py --input /path/to/image -v
46
 
47
  # get help regarding various parameters
48
  python demo.py --help