yschneider commited on
Commit
50130f0
β€’
1 Parent(s): ac04efa

More details in YOLO model data file

Browse files
Files changed (1) hide show
  1. europeana_pellet-seg.yaml +12 -1
europeana_pellet-seg.yaml CHANGED
@@ -1,7 +1,18 @@
1
- path: ''
 
 
 
 
 
 
 
 
 
2
  test: test.txt
3
  train: train.txt
4
  val: val.txt
 
 
5
  names:
6
  0: text_line
7
  1: illustration
 
1
+ ---
2
+ # Documentation: https://docs.ultralytics.com/datasets/segment/
3
+ # Example usage: yolo segment train data=europeana_pellet-seg.yaml
4
+ # parent
5
+ # β”œβ”€β”€ ultralytics
6
+ # └── datasets
7
+ # └── Europeana-Pellet ← downloads here (5 MB)
8
+ path: Europeana-Pellet
9
+
10
+ # 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, ..]
11
  test: test.txt
12
  train: train.txt
13
  val: val.txt
14
+
15
+ # Classes
16
  names:
17
  0: text_line
18
  1: illustration