Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geezacoleman authored Sep 26, 2023
1 parent 00b201d commit 57bbb0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ pip install openweedlocator-tools[desktop]
## Quick Start
```
from owl.viz import webcam, images_and_video
# Run using your webcam
webcam(algorithm='gog') # press escape to exit
webcam(algorithm='gog', model_path='models/yolov8n.pt) # press escape to exit, add your own model path as required or clone this repository
# or
images_and_video(media_path='path/to/your/media_files
```
Expand Down

0 comments on commit 57bbb0e

Please sign in to comment.