You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

ViViD-5k Dataset

ViViD-5k is a large-scale vineyard image dataset for grape cluster analysis. It includes:

  • 5,000 images across 13 grape varieties
  • 648,000+ annotated berry centroid keypoints
  • 18,000+ grape cluster instance masks & bboxes

Structure

data/
├── imgs/                      # Raw image files (JPG, PNG)
│   ├── <img_id>.suffix        
├── anns/                      # Annotation files
│   ├── instances_updated.json # COCO-format instance segmentation masks and bboxes
│   └── points/                # Berry keypoint annotations
│       └── <img_id>.npy  # NumPy files containing berry centroid coordinates
└── train.txt                  # 4,000 training image filenames
└── val.txt                    # 500 validation image filenames
└── test.txt                   # 500 test image filenames
Downloads last month
38