Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Last active August 21, 2021 06:45
Show Gist options
  • Save ivancorrales/5cc2955eb55bef49cb2391be783da636 to your computer and use it in GitHub Desktop.
Save ivancorrales/5cc2955eb55bef49cb2391be783da636 to your computer and use it in GitHub Desktop.
# Path will be the root of train/val/test values
path: /mydrive/tutorials/tutorial_object_detection/dataset
train: [images/train/, labels/train/]
val: [images/val/,labels/val/]
# number of classes
nc: 2
# class names
names: ["me", "Gopher"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment