You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /md-ec-nsfw-detector:24d10ea4
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 |
|---|---|---|---|
| image |
string
|
Input image to classify.
|
|
| detect_size |
None
|
320
|
Detection resolution. 320 is faster, 640 may catch smaller details.
|
| buttocks_exposed |
number
|
0.7
|
Threshold for BUTTOCKS_EXPOSED.
|
| female_breast_exposed |
number
|
0.7
|
Threshold for FEMALE_BREAST_EXPOSED.
|
| female_genitalia_exposed |
number
|
0.5
|
Threshold for FEMALE_GENITALIA_EXPOSED.
|
| anus_exposed |
number
|
0.7
|
Threshold for ANUS_EXPOSED.
|
| male_genitalia_exposed |
number
|
0.5
|
Threshold for MALE_GENITALIA_EXPOSED.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}