You're looking at a specific version of this model. Jump to the model overview.
apna-mart /face-match:ef432be9
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
image1 |
string
|
First image for face comparison
|
|
image2 |
string
|
Second image for face comparison
|
|
similarity_threshold |
number
|
0.65
Max: 1 |
Similarity threshold for face matching (0.0-1.0)
|
min_quality_threshold |
number
|
0.2
Max: 1 |
Minimum face quality threshold (0.0-1.0)
|
confidence_threshold |
number
|
0.7
Max: 1 |
Confidence threshold for results (0.0-1.0)
|
model_name |
None
|
buffalo_l
|
Face recognition model name
|
detection_size |
None
|
640
|
Detection size for face detection
|
output_format |
None
|
json
|
Output format
|
include_face_crops |
boolean
|
True
|
Include cropped face images in the response
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'additionalProperties': True, 'title': 'Output', 'type': 'object'}