Skip to content

Instantly share code, notes, and snippets.

@JustFr0Zen
Created March 23, 2022 12:24
Show Gist options
  • Save JustFr0Zen/6bfbc277bc17a8c05b626b1852137c5d to your computer and use it in GitHub Desktop.
Save JustFr0Zen/6bfbc277bc17a8c05b626b1852137c5d to your computer and use it in GitHub Desktop.
# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
train: ../images/ # 128 images
val: ../images/ # 128 images
# number of classes
nc: 6
# class names
names: ['dhl', 'truck', 'car', 'bus', 'bicycle', 'motorcycle']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment