Skip to content

Commit 3f8b66a

Browse files
authoredJun 4, 2022
Update README.md
1 parent 2c77010 commit 3f8b66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class AllOptionsDict(ExpandedOptionsDict):
252252
```
253253
| Option | Type | Notes |
254254
| --------------------| ------ | ----------------------------------------- |
255-
| det_prob_threshold | string | minimum required confidence that a recognized face is actually a face. Value is between 0.0 and 1.0 |
255+
| det_prob_threshold | float | minimum required confidence that a recognized face is actually a face. Value is between 0.0 and 1.0 |
256256
| 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 |
257257
| prediction_count | integer | maximum number of subject predictions per face. It returns the most similar subjects. Default value: 1 |
258258
| 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

Comments
 (0)
Please sign in to comment.