Wanli
commited on
Commit
·
be33fe4
1
Parent(s):
b06e115
update and modify documentation (#161)
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ Run the following command to try the demo:
|
|
| 15 |
# detect on camera input
|
| 16 |
python demo.py
|
| 17 |
# detect on an image
|
| 18 |
-
python demo.py --input /path/to/image
|
| 19 |
|
| 20 |
# get help regarding various parameters
|
| 21 |
python demo.py --help
|
|
|
|
| 15 |
# detect on camera input
|
| 16 |
python demo.py
|
| 17 |
# detect on an image
|
| 18 |
+
python demo.py --input /path/to/image -v
|
| 19 |
|
| 20 |
# get help regarding various parameters
|
| 21 |
python demo.py --help
|