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 27, 2023
1 parent eaaddf6 commit 3e94bb5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ from owl.viz import webcam, images_and_video
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)
images_and_video(media_path='path/to/your/media_files')
```

## Streamlit App
Expand Down Expand Up @@ -126,3 +126,20 @@ while True:

cv2.destroyAllWindows()
```

## Cite
If you use this software in your research, please consider citing the original work:
```
@article{Coleman2022,
author = {Coleman, Guy and Salter, William and Walsh, Michael},
doi = {10.1038/s41598-021-03858-9},
issn = {2045-2322},
journal = {Scientific Reports},
number = {1},
pages = {170},
title = {{OpenWeedLocator (OWL): an open-source, low-cost device for fallow weed detection}},
url = {https://doi.org/10.1038/s41598-021-03858-9},
volume = {12},
year = {2022}
}
```

0 comments on commit 3e94bb5

Please sign in to comment.