Version: 1.0.0
Toy version of DonaDataset for quick tests and workflow validation.
This dataset is distributed in YOLO format for object detection.
After downloading and extracting all tar shards into the same directory, the expected structure is:
.
├── donana.yaml
├── images/
│ ├── train/
│ ├── val/
│ └── test/
└── labels/
├── train/
├── val/
└── test/
The YOLO configuration file uses relative paths:
path: .
train:… See the full description on the dataset page:
https://huggingface.co/datasets/gegundezHFH/donadatasetToy.