Skip to content

Instantly share code, notes, and snippets.

@fangkuoyu
Last active October 21, 2022 03:26
Show Gist options
  • Save fangkuoyu/e57057bfc27f74e2cd0a2f433e05e292 to your computer and use it in GitHub Desktop.
Save fangkuoyu/e57057bfc27f74e2cd0a2f433e05e292 to your computer and use it in GitHub Desktop.
# train/valid/test directories
train: D:/pcb/dataset/train/
val: D:/pcb/dataset/valid/
test: D:/pcb/dataset/test/
# number of classes
nc: 6
# names of classes
names: ['Missing_hole', 'Mouse_bite', 'Open_circuit', 'Short', 'Spur', 'Spurious_copper']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment