Last active
August 21, 2021 06:45
-
-
Save ivancorrales/5cc2955eb55bef49cb2391be783da636 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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