Skip to content

Instantly share code, notes, and snippets.

@epassaro
Last active April 18, 2023 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epassaro/76201f336d666ae9ab682c71c656fce1 to your computer and use it in GitHub Desktop.
Save epassaro/76201f336d666ae9ab682c71c656fce1 to your computer and use it in GitHub Desktop.
# Ultralytics YOLO 🚀, GPL-3.0 license
# COCO8 dataset (first 8 images from COCO train2017) by Ultralytics
# Example usage: yolo train data=coco8.yaml
# parent
# ├── ultralytics
# └── datasets
# └── coco8 ← downloads here (1 MB)
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
path: . # dataset root dir
train: autosplit_train.txt # train images (relative to 'path')
val: autosplit_val.txt # val images (relative to 'path')
test: # test images (optional)
# Classes
names:
0: Copete
1: Cuerpo
2: Destacado
3: Diario
4: Epígrafe
5: Fecha
6: Firma
7: Fotografía
8: Nota_0
9: Nota_1
10: Nota_10
11: Nota_11
12: Nota_12
13: Nota_13
14: Nota_14
15: Nota_2
16: Nota_3
17: Nota_4
18: Nota_5
19: Nota_6
20: Nota_7
21: Nota_8
22: Nota_9
23: Página
24: Título
25: Volanta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment