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