Datasets:
muhammadrizwanmunawar
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
---
|
2 |
comments: true
|
3 |
-
description:
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# COCO8 Dataset
|
@@ -10,17 +19,6 @@ keywords: COCO8, Ultralytics, dataset, object detection, YOLO11, training, valid
|
|
10 |
|
11 |
[Ultralytics](https://www.ultralytics.com/) COCO8 is a small, but versatile [object detection](https://www.ultralytics.com/glossary/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.
|
12 |
|
13 |
-
<p align="center">
|
14 |
-
<br>
|
15 |
-
<iframe loading="lazy" width="720" height="405" src="https://www.youtube.com/embed/uDrn9QZJ2lk"
|
16 |
-
title="YouTube video player" frameborder="0"
|
17 |
-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
18 |
-
allowfullscreen>
|
19 |
-
</iframe>
|
20 |
-
<br>
|
21 |
-
<strong>Watch:</strong> Ultralytics COCO Dataset Overview
|
22 |
-
</p>
|
23 |
-
|
24 |
This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com/) and [YOLO11](https://github.com/ultralytics/ultralytics).
|
25 |
|
26 |
## Dataset YAML
|
@@ -132,4 +130,4 @@ Mosaic augmentation, demonstrated in the COCO8 dataset, combines multiple images
|
|
132 |
|
133 |
### How can I validate my YOLO11 model trained on the COCO8 dataset?
|
134 |
|
135 |
-
Validation of your YOLO11 model trained on the COCO8 dataset can be performed using the model's validation commands. You can invoke the validation mode via CLI or Python script to evaluate the model's performance using precise metrics. For detailed instructions, visit the [Validation](../../modes/val.md) page.
|
|
|
1 |
---
|
2 |
comments: true
|
3 |
+
description: >-
|
4 |
+
Explore the Ultralytics COCO8 dataset, a versatile and manageable set of 8
|
5 |
+
images perfect for testing object detection models and training pipelines.
|
6 |
+
keywords: >-
|
7 |
+
COCO8, Ultralytics, dataset, object detection, YOLO11, training, validation,
|
8 |
+
machine learning, computer vision
|
9 |
+
license: agpl-3.0
|
10 |
+
task_categories:
|
11 |
+
- object-detection
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
---
|
15 |
|
16 |
# COCO8 Dataset
|
|
|
19 |
|
20 |
[Ultralytics](https://www.ultralytics.com/) COCO8 is a small, but versatile [object detection](https://www.ultralytics.com/glossary/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.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com/) and [YOLO11](https://github.com/ultralytics/ultralytics).
|
23 |
|
24 |
## Dataset YAML
|
|
|
130 |
|
131 |
### How can I validate my YOLO11 model trained on the COCO8 dataset?
|
132 |
|
133 |
+
Validation of your YOLO11 model trained on the COCO8 dataset can be performed using the model's validation commands. You can invoke the validation mode via CLI or Python script to evaluate the model's performance using precise metrics. For detailed instructions, visit the [Validation](../../modes/val.md) page.
|