Create dataset_infos.json
Browse files- dataset_infos.json +23 -0
dataset_infos.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "face-hands-YOLOv5",
|
3 |
+
"dataset_description": "This dataset is specifically designed for training object detection models using the YOLOv5 architecture with a focus on face and hand detection. This dataset includes a variety of faces and hands in different poses, lighting, and backgrounds to improve the model's generalization capabilities.",
|
4 |
+
"dataset_source": "Dev-Ai-Art-ID",
|
5 |
+
"split_information": {
|
6 |
+
"train": {
|
7 |
+
"image_folder": "datasets/images/train",
|
8 |
+
"label_folder": "datasets/labels/train",
|
9 |
+
"format": {
|
10 |
+
"image": "png",
|
11 |
+
"label": "txt"
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"val": {
|
15 |
+
"image_folder": "datasets/images/val",
|
16 |
+
"label_folder": "datasets/labels/val",
|
17 |
+
"format": {
|
18 |
+
"image": "png",
|
19 |
+
"label": "txt"
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|
23 |
+
}
|