This dataset comprises synthetic images captured from a top-down perspective, featuring two distinct annotations: one for direct sunlight and another for human and plant segmentation.
Example loader
Install Hugging Face datasets package
pip install datasets
Download the dataset
from datasets import load_dataset
dataset = load_dataset("Menchen/AgroSegNet","default") # Change "default" to "default-tiny" to preview and test
Load… See the full description on the dataset page: https://huggingface.co/datasets/Menchen/AgroSegNet.