akridge commited on
Commit
dae35e4
1 Parent(s): 0ddb80a

Upload fish_seg_dataset.yaml

Browse files
Files changed (1) hide show
  1. fish_seg_dataset.yaml +9 -0
fish_seg_dataset.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+
2
+ train: /content/fish_seg_dataset/images/train
3
+ val: /content/fish_seg_dataset/images/val
4
+
5
+ # Number of classes
6
+ nc: 1
7
+
8
+ # Class names
9
+ names: ['Fish']