mj / config.json
kmjtspxr's picture
Upload 8 files
60c257c verified
raw
history blame contribute delete
424 Bytes
{
"model_type": "yolov8",
"classes": ["face"],
"id2label": { "0": "face" },
"label2id": { "face": 0 },
"inference_config": {
"confidence_threshold": 0.5,
"iou_threshold": 0.45,
"input_size": [640, 640]
},
"model_details": {
"framework": "ultralytics",
"architecture": "yolov8l",
"num_classes": 1,
"input_channels": 3
}
}