plant
Datasets
All datasets matching “plant”plant-genomic-benchmarkThis dataset comprises the various supervised learning tasks considered in the agro-nt
paper. The task types include binary classification,multi-label classification,
regression,and multi-output regression. The actual underlying genomic tasks range from
predicting regulatory features, RNA processing sites, and gene expression values.potter-plant-identificationdev_plantcad2_ft_long_ctxinvasive_plants_hawaii
Dataset Card for Invasive Plants Project
This dataset is aimed at the image multi-classification and segmentation of various leaf damage types caused by biocontrol agents. The dataset contains images of both the dorsal and ventral side of Clidemia Hirta leaves, that were all collected in January 2025 near Hilo (Hawaii), in dirt trails along Steinback Highway. Clidemia Hirta is a highly invasive plant on the island of Hawaii (Big Island).
Dataset Configurations and… See the full description on the dataset page: https://huggingface.co/datasets/imageomics/invasive_plants_hawaii.PlantVillage
PlantVillage Dataset
The PlantVillage Dataset is an open access repository of 54,306 images of healthy and diseased plant leaves, collected to advance research in automated plant disease diagnosis. It covers 14 crop species and 26 diseases.
This dataset was introduced in the paper "Using Deep Learning for Image-Based Plant Disease Detection" by Mohanty et al. (2016).
Quick Start
The dataset comes with pre-defined 80/20 train/test splits that preserve the leaf grouping… See the full description on the dataset page: https://huggingface.co/datasets/mohanty/PlantVillage.PlantWild
Dataset Card for PlantWild
This is a FiftyOne dataset with 30030 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/PlantWild")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/PlantWild.
