Browse Source

Add dataset sizes (zipped) (#7293)

modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
b1300f3e0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      data/Argoverse.yaml
  2. +1
    -1
      data/GlobalWheat2020.yaml
  3. +1
    -1
      data/Objects365.yaml
  4. +1
    -1
      data/SKU-110K.yaml
  5. +1
    -1
      data/VOC.yaml
  6. +1
    -1
      data/VisDrone.yaml
  7. +1
    -1
      data/coco.yaml
  8. +1
    -1
      data/coco128.yaml
  9. +1
    -1
      data/xView.yaml

+ 1
- 1
data/Argoverse.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── Argoverse ← downloads here
# └── Argoverse ← downloads here (31.3 GB)


# 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
- 1
data/GlobalWheat2020.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── GlobalWheat2020 ← downloads here
# └── GlobalWheat2020 ← downloads here (7.0 GB)


# 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
- 1
data/Objects365.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── Objects365 ← downloads here
# └── Objects365 ← downloads here (750 GB)


# 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
- 1
data/SKU-110K.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── SKU-110K ← downloads here
# └── SKU-110K ← downloads here (13.6 GB)


# 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
- 1
data/VOC.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── VOC ← downloads here
# └── VOC ← downloads here (2.8 GB)


# 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
- 1
data/VisDrone.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── VisDrone ← downloads here
# └── VisDrone ← downloads here (2.3 GB)


# 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
- 1
data/coco.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── coco ← downloads here
# └── coco ← downloads here (20.1 GB)


# 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
- 1
data/coco128.yaml View File

@@ -4,7 +4,7 @@
# parent
# ├── yolov5
# └── datasets
# └── coco128 ← downloads here
# └── coco128 ← downloads here (7 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, ..]

+ 1
- 1
data/xView.yaml View File

@@ -5,7 +5,7 @@
# parent
# ├── yolov5
# └── datasets
# └── xView ← downloads here
# └── xView ← downloads here (20.7 GB)


# 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, ..]

Loading…
Cancel
Save