Skip to content

Instantly share code, notes, and snippets.

@chakkritte
Last active August 19, 2020 04:45
Show Gist options
  • Save chakkritte/751201a873b7efb8c842612365a16d50 to your computer and use it in GitHub Desktop.
Save chakkritte/751201a873b7efb8c842612365a16d50 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: ../demo/train
val: ../demo/val
test: ../demo/test
# number of classes
nc: 1
# class names
names: ['kangaroo']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment