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 |
string
(enum)
|
buffalo_l
Options: buffalo_l, buffalo_m, buffalo_s, antelopev2 |
Face recognition model name
|
detection_size |
integer
(enum)
|
640
Options: 320, 480, 640, 1024 |
Detection size for face detection
|
output_format |
string
(enum)
|
json
Options: json, detailed |
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.
{'additionalProperties': True, 'title': 'Output', 'type': 'object'}