ForbiddenVision_Models / config.json
luxdelux7's picture
Create config.json
ab64c79 verified
raw
history blame contribute delete
629 Bytes
{
"model_name": "ForbiddenVision Face Detection & Segmentation",
"version": "1.0.0",
"models": {
"face_detection": {
"file": "ForbiddenVision_face_detect_v1.pt",
"architecture": "YOLO11s",
"precision": 0.996,
"recall": 1.0,
"training_data": "14k+ mixed-domain images"
},
"face_segmentation": {
"file": "ForbiddenVision_face_segment_v1.pth",
"architecture": "TimmUniversalEncoder (tf_efficientnetv2_s.in21k_ft_in1k)",
"training_data": "4k+ mixed-domain images"
}
},
"usage": "Designed for ComfyUI via ForbiddenVision node pack",
"license": "Apache-2.0"
}