Project Overview
This collection represents the complete, fully reproducible pipeline for a single project focused on the instance and pixel segmentation of grapevine leaves. It includes a total of 8,993 original images and the corresponding 24,940 segmented leaf masks. The collection also contains the instance and pixel segmentation CNN models used to produce these masks. The individual Zenodo uploads correspond to the major project directories and their first-level contents.
Project File Structure
.
├── LEAF_DATA/
│ ├── ALGERIA/
│ ├── CALIFORNIA/
│ ├── GENEVA/
│ ├── UCDAVIS/
│ ├── VITIS_CROSSES/
│ └── WOLFSKILL/
|
├── FINAL_MASKS/
│ ├── png_masks/
│ ├── master_masks.h5
│ └── master_mask_datasheet.csv
|
└── LEAF_SEGMENTATION/
├── models/
└── scripts/