The DeepWeeds dataset consists of 17,509 images capturing eight different weed species native to Australia in situ with neighbouring flora.The selected weed species are local to pastoral grasslands across the state of Queensland.The images were collected from weed infestations at the following sites across Queensland: "Black River", "Charters Towers", "Cluden", "Douglas", "Hervey Range", "Kelso", "McKinlay" and "Paluma".
Dataset size: 469.99 MiB
FeaturesDict({
'image': Image(shape=(256, 256, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=9),
})
git clone https://github.com/yahyoxonqwe/deep_weeds.git
cd deep_weeds
To use the deep_weeds dataset, it is recommended to create a virtual environment in Python. You can do this by using the virtualenv package. First, install virtualenv using pip:
python -m pip install --user virtualenv
python -m venv your_env
your_env\Scripts\activate.bat
pip install -r requirement.txt
jupyter notebook
streamlit run streamlit.py