File size: 803 Bytes
03e05ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "dataset_name": "face-hands-YOLOv5",
  "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.",
  "dataset_source": "Dev-Ai-Art-ID",
  "split_information": {
    "train": {
      "image_folder": "datasets/images/train",
      "label_folder": "datasets/labels/train",
      "format": {
        "image": "png",
        "label": "txt"
      }
    },
    "val": {
      "image_folder": "datasets/images/val",
      "label_folder": "datasets/labels/val",
      "format": {
        "image": "png",
        "label": "txt"
      }
    }
  }
}