Cactus Disease dataset V2
收藏资源简介:
This repository contains two image datasets of cacti designed for scientific research in plant disease classification and segmentation using machine learning. cactus_dataset_v2/├── classification/│ ├── binary/│ │ ├── healthy/│ │ └── infected/│ └── multiclass/│ ├── healthy/│ ├── infected_S1/│ └── infected_S2/└── segmentation/ ├── coco_annotation.zip │ ├── test/_annotations.coco.json │ ├── train/_annotations.coco.json │ └── valid/_annotations.coco.json └── mask_annotation.rar ├── test/ │ ├── images/ │ └── masks/ ├── train/ │ ├── images/ │ └── masks/ └── valid/ ├── images/ └── masks/ All images are labeled and organized in folders according to their respective classes. Please cite this dataset using the provided DOI and respect the license terms. For more information about the data collection or usage, refer to the included README file.



