Wanli
commited on
Commit
·
7f25f0f
1
Parent(s):
a9d8286
update and modify documentation (#161)
Browse files
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
|