face-matching / config.json
vagheshpatel's picture
Sync face-matching from metro-analytics-catalog
4665c14 verified
Raw
History Blame Contribute Delete
763 Bytes
{
"model_type": "face-matching",
"library_name": "openvino",
"pipeline_tag": "image-classification",
"category": "Face Detection + One-to-One Verification",
"base_model": "face-detection-adas-0001 + face-reidentification-retail-0095 (Open Model Zoo)",
"source_framework": "Caffe / PyTorch (Open Model Zoo)",
"supported_precisions": [
"FP32",
"FP16"
],
"inference_engine": "OpenVINO",
"hardware": [
"CPU",
"GPU",
"NPU"
],
"detected_classes": "Human faces (detection) + 256-d face embeddings (matching)",
"hf_repo_id": "Intel/face-matching",
"description": "Face matching use case using face-detection-adas-0001 and face-reidentification-retail-0095 for one-to-one face verification via 256-d embedding similarity"
}