A toolkit for green-on-brown and green-on-green weed detection
Project description
Official OpenWeedLocator Toolkit
Simplifying the integration of weed detection into your platform.
Overview
The OpenWeedLocator (OWL) is an open-source weed detection device for low-cost,
DIY site-specific weed management. Here, we're making the software that supports
the OWL more accesible with an easy-to-use API, so you can integrate weed detection
into your own devices and services more easily by simply calling
GreenonBrown.find()
.
Currently, it supports green-on-brown detection on all platforms, and green-on-green on desktops through the Ultralytics package.
In the future, we will support plant counting, GPS integration and green-on-green on edge devices (Jetson Nano, Raspberry Pi)
Installation
To install the latest version of openweedlocator-tools
simply run:
Desktop
pip install openweedlocator-tools[desktop]
Quick Start
from owl.viz import webcam, images_and_video
# Run using your webcam
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
Streamlit App
Try it for yourself now with the online, Streamlit app!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openweedlocator-tools-0.0.2.tar.gz
.
File metadata
- Download URL: openweedlocator-tools-0.0.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f98610b2db601e8308a726d7198e4e27f2017aa713db89842a480bc6f9ac45b |
|
MD5 | ba16a2ca3b4715aa15cf73031ec36cc5 |
|
BLAKE2b-256 | 3344f629928e6ac6944f8097172df844ea3a8a0609a2b91b20905721b87e4233 |
File details
Details for the file openweedlocator_tools-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: openweedlocator_tools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f318a72eb16b9db0953e7a91202a6c9932c3e41e7eb6d51e057a350f2edbed |
|
MD5 | af476b987f01c4df6a6242a406df584e |
|
BLAKE2b-256 | da67714e5a7f0406bd5ca92e552fef36f9da56967230df60311691c1da70bf1b |