YAML reformat (#7669)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d021524e85
commit
63e7db1dac
55 changed files with 725 additions and 756 deletions
|
|
@ -8,12 +8,11 @@
|
|||
# └── datasets
|
||||
# └── imagenet ← downloads here (144 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, ..]
|
||||
path: ../datasets/imagenet # dataset root dir
|
||||
train: train # train images (relative to 'path') 1281167 images
|
||||
val: val # val images (relative to 'path') 50000 images
|
||||
test: # test images (optional)
|
||||
path: ../datasets/imagenet # dataset root dir
|
||||
train: train # train images (relative to 'path') 1281167 images
|
||||
val: val # val images (relative to 'path') 50000 images
|
||||
test: # test images (optional)
|
||||
|
||||
# Classes
|
||||
names:
|
||||
|
|
@ -2021,6 +2020,5 @@ map:
|
|||
n13133613: ear
|
||||
n15075141: toilet_tissue
|
||||
|
||||
|
||||
# Download script/URL (optional)
|
||||
download: yolo/data/scripts/get_imagenet.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue