merenn commited on
Commit
7f67455
·
verified ·
1 Parent(s): 4bb8d71

Rename config.json to config.yaml

Browse files
Files changed (2) hide show
  1. config.json +0 -1
  2. config.yaml +5 -0
config.json DELETED
@@ -1 +0,0 @@
1
- {"input_size": 640, "task": "object-detection", "labels": "upper body, lower body, full body"}
 
 
config.yaml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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']