CocoaMoniliaDataSet
收藏Zenodo2025-11-25 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.17156052
下载链接
链接失效反馈官方服务:
资源简介:
Computer vision applications for detecting diseases in agriculture have been gaining relevance in recent years through the use of deep learning architectures. Digital image datasets serve as the main input for these architectures, enabling the analysis of patterns associated with a specific disease. However, some diseases have not yet been explored due to the limited availability of annotated image datasets. Cocoa pods are fundamental for the production of chocolate and its derived products; nevertheless, their production is threatened by Monilia Roreri, a fungal disease responsible for yield losses of approximately 30% - 40%. Therefore, this paper proposes a CocoaMoniliaSet, a dataset of cocoa pods labeled across symptomatic stages of Monilia disease. Although the infection of cocoa pod caused by Monilia roreri describes four biological cycles, the dataset takes the visual symptoms into three classes to support computer vision task. These symptoms correspond to: cycle 1 (humps), cycle 2 (oily and brown spots and cycle 3 (white powder or sporulation). In this paper, cycle 2 represents a symptomatic stage that merges the second and third biological cycles.In addition, the dataset included healthy cocoa pods to facilitate early detection of the disease. The dataset comprises 1953 images with four labeled classes: (1) healthy cocoa pod labeled as (h0); (2)first Monilia cycle, humps, labeled as (m1); (3)second and third Monilia cycle of the disease labeled as (m2); and (4) fourth Monilia cycle labeled as m3. Each instance in the image was annotated using the polygon method in CVAT (Computer Vision Annotation Tool), and the resulting labels are provided in COCO 1.0, YOLO, and segmentation mask 1.1 format to enable training object detection algorithms using bounding boxes. The publication of this dataset is essential for exploring techniques to diagnose cocoa disease using computer vision techniques.
The dataset is structured as follows:
CocoaMoniliaDataSet/
│
├── cocoapods_images/
│ ├── h0/
│ ├── m1/
│ ├── m2/
│ ├── m3/
│
│── COCO_annotations/
│ ├── instances_h0.json
│ ├── instances_m1.json
│ ├── instances_m2.json
│ ├── instances_m3.json
│
│── mask_segmentation/
│ ├── SegmentationClassh0/
│ ├── segmentationObjecth0/
│ ├── SegmentationClassm1/
│ ├── segmentationObjectm1/
│ ├── SegmentationClassm2/
│ ├── segmentationObjectm2/
│ ├── SegmentationClassm3/
│ ├── segmentationObjectm3/
│
│── DataSet_split_seg/
│ ├── images/
│ ├── labels/
│
│── YOLO_annotations/
├── h0/
├── m1/
├── m2/
├── m3/
Repository link: CocoaMoniliaDataSet
Notebook link: CocoaMoniliaDataSet.ipynb
提供机构:
Zenodo
创建时间:
2025-10-07



