You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| det_prob_threshold |string| minimum required confidence that a recognized face is actually a face. Value is between 0.0 and 1.0 |
153
+
| det_prob_threshold |float | minimum required confidence that a recognized face is actually a face. Value is between 0.0 and 1.0 |
154
154
| limit | integer | maximum number of faces on the image to be recognized. It recognizes the biggest faces first. Value of 0 represents no limit. Default value: 0 |
155
155
| prediction_count | integer | maximum number of subject predictions per face. It returns the most similar subjects. Default value: 1 |
156
156
| face_plugins | string | comma-separated slugs of face plugins. If empty, no additional information is returned. [Learn more](https://github.com/exadel-inc/CompreFace/tree/master/docs/Face-services-and-plugins.md)|
0 commit comments