Arko007/white-cabbage-leaf-damage
White Cabbage Leaf Damage Dataset Description This dataset contains images of white cabbage leaves with various types of damage. It is designed for researchers and developers working on agricultural computer vision and plant pathology detection. Dataset Structure The dataset is organized into folders representing different classes of leaf damage or healthy states. Usage You can use this dataset with the datasets library: from datasets… See the full description on the dataset page: https://huggingface.co/datasets/Arko007/white-cabbage-leaf-damage.
White Cabbage Leaf Damage Dataset
Description
This dataset contains images of white cabbage leaves with various types of damage. It is designed for researchers and developers working on agricultural computer vision and plant pathology detection.
Dataset Structure
The dataset is organized into folders representing different classes of leaf damage or healthy states.
Usage
You can use this dataset with the datasets library:
from datasets import load_dataset
dataset = load_dataset("Arko007/white-cabbage-leaf-damage")