Rename config.json to config.yaml
Browse files- config.json +0 -1
- 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']
|