merenn commited on
Commit
655a96e
·
verified ·
1 Parent(s): 7f67455

Rename config.yaml to config.json

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. config.yaml +0 -5
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": "/content/drive/MyDrive/bodypartdetection/data/train/images",
3
+ "val": "/content/drive/MyDrive/bodypartdetection/data/valid/images",
4
+ "nc": 3,
5
+ "names": [
6
+ "upper body",
7
+ "lower body",
8
+ "full body"
9
+ ]
10
+ }
config.yaml DELETED
@@ -1,5 +0,0 @@
1
- train: /content/drive/MyDrive/bodypartdetection/data/train/images
2
- val: /content/drive/MyDrive/bodypartdetection/data/valid/images
3
-
4
- nc: 3
5
- names: ['upper body', 'lower body', 'full body']