Wanli
commited on
Commit
·
ae30624
1
Parent(s):
057f07e
update and modify documentation (#161)
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ Run the following command to try the demo:
|
|
| 18 |
# detect on camera input
|
| 19 |
python demo.py
|
| 20 |
# detect on an image
|
| 21 |
-
python demo.py --input /path/to/image
|
| 22 |
```
|
| 23 |
Note:
|
| 24 |
- image result saved as "result.jpg"
|
|
|
|
| 18 |
# detect on camera input
|
| 19 |
python demo.py
|
| 20 |
# detect on an image
|
| 21 |
+
python demo.py --input /path/to/image -v
|
| 22 |
```
|
| 23 |
Note:
|
| 24 |
- image result saved as "result.jpg"
|