Datasets:
File size: 684 Bytes
c585d3a |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Ultralytics COCO8 Dataset
Ultralytics COCO8 is a small, but versatile object detection dataset composed of the first 8 images of the COCO train
2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging object detection models,
or for experimenting with new detection approaches. With 8 images, it is small enough to be easily manageable, yet
diverse enough to test training pipelines for errors and act as a sanity check before training larger datasets.
This dataset is intended for use with Ultralytics YOLOv8.
Docs: https://docs.ultralytics.com
Community: https://community.ultralytics.com
GitHub: https://github.com/ultralytics/ultralytics |