glenn-jocher commited on
Commit
f8e1148
β€’
1 Parent(s): 8acb573

Update dataset headers (#4162)

Browse files
data/Argoverse_HD.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # Argoverse-HD dataset (ring-front-center camera) http://www.cs.cmu.edu/~mengtial/proj/streaming/
2
- # Train command: python train.py --data Argoverse_HD.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/Argoverse
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # Argoverse-HD dataset (ring-front-center camera) http://www.cs.cmu.edu/~mengtial/proj/streaming/
3
+ # YOLOv5 πŸš€ example usage: python train.py --data Argoverse_HD.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── Argoverse ← downloads here
8
 
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, ..]
data/GlobalWheat2020.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # Global Wheat 2020 dataset http://www.global-wheat.com/
2
- # Train command: python train.py --data GlobalWheat2020.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/GlobalWheat2020
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # Global Wheat 2020 dataset http://www.global-wheat.com/
3
+ # YOLOv5 πŸš€ example usage: python train.py --data GlobalWheat2020.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── GlobalWheat2020 ← downloads here
8
 
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, ..]
data/Objects365.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # Objects365 dataset https://www.objects365.org/
2
- # Train command: python train.py --data Objects365.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/Objects365
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # Objects365 dataset https://www.objects365.org/
3
+ # YOLOv5 πŸš€ example usage: python train.py --data Objects365.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── Objects365 ← downloads here
8
 
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, ..]
data/SKU-110K.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # SKU-110K retail items dataset https://github.com/eg4000/SKU110K_CVPR19
2
- # Train command: python train.py --data SKU-110K.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/SKU-110K
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # SKU-110K retail items dataset https://github.com/eg4000/SKU110K_CVPR19
3
+ # YOLOv5 πŸš€ example usage: python train.py --data SKU-110K.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── SKU-110K ← downloads here
8
 
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, ..]
data/VOC.yaml CHANGED
@@ -1,9 +1,10 @@
1
- # PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/
2
- # Train command: python train.py --data VOC.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/VOC
6
- # /yolov5
 
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
+ # PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC
3
+ # YOLOv5 πŸš€ example usage: python train.py --data VOC.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── VOC ← downloads here
8
 
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, ..]
data/VisDrone.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # VisDrone2019-DET dataset https://github.com/VisDrone/VisDrone-Dataset
2
- # Train command: python train.py --data VisDrone.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/VisDrone
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # VisDrone2019-DET dataset https://github.com/VisDrone/VisDrone-Dataset
3
+ # YOLOv5 πŸš€ example usage: python train.py --data VisDrone.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── VisDrone ← downloads here
8
 
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, ..]
data/coco.yaml CHANGED
@@ -1,9 +1,10 @@
 
1
  # COCO 2017 dataset http://cocodataset.org
2
- # Train command: python train.py --data coco.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/coco
6
- # /yolov5
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # COCO 2017 dataset http://cocodataset.org
3
+ # YOLOv5 πŸš€ example usage: python train.py --data coco.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── coco ← downloads here
8
 
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, ..]
data/coco128.yaml CHANGED
@@ -1,9 +1,10 @@
1
- # COCO 2017 dataset http://cocodataset.org - first 128 training images
2
- # Train command: python train.py --data coco128.yaml
3
- # Default dataset location is next to YOLOv5:
4
- # /parent
5
- # /datasets/coco128
6
- # /yolov5
 
7
 
8
 
9
  # 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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
+ # COCO128 dataset https://www.kaggle.com/ultralytics/coco128 (first 128 images from COCO train2017)
3
+ # YOLOv5 πŸš€ example usage: python train.py --data coco128.yaml
4
+ # parent
5
+ # β”œβ”€β”€ yolov5
6
+ # └── datasets
7
+ # └── coco128 ← downloads here
8
 
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, ..]
data/xView.yaml CHANGED
@@ -1,10 +1,11 @@
 
1
  # xView 2018 dataset https://challenge.xviewdataset.org
2
- # ----> NOTE: DOWNLOAD DATA MANUALLY from URL above and unzip to /datasets/xView before running train command below
3
- # Train command: python train.py --data xView.yaml
4
- # Default dataset location is next to YOLOv5:
5
- # /parent
6
- # /datasets/xView
7
- # /yolov5
8
 
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, ..]
 
1
+ # Copyright Ultralytics https://ultralytics.com, licensed under GNU GPL v3.0
2
  # xView 2018 dataset https://challenge.xviewdataset.org
3
+ # -------- DOWNLOAD DATA MANUALLY from URL above and unzip to 'datasets/xView' before running train command! --------
4
+ # YOLOv5 πŸš€ example usage: python train.py --data xView.yaml
5
+ # parent
6
+ # β”œβ”€β”€ yolov5
7
+ # └── datasets
8
+ # └── xView ← downloads here
9
 
10
 
11
  # 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, ..]