face-hands-YOLOv5 / dataset_infos.json
DamarJati's picture
Create dataset_infos.json
03e05ed
{
"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"
}
}
}
}