You're looking at a specific version of this model. Jump to the model overview.
fire /v-sekai.mediapipe-labeler:13edc1c0
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 |
---|---|---|---|
media_path |
string
|
Input image or video file
|
|
max_people |
integer
|
100
Min: 1 Max: 100 |
Maximum number of people to detect (1-100)
|
frame_sample_rate |
integer
|
1
Min: 1 |
Process every nth frame for video input
|
test_mode |
boolean
|
False
|
Enable test mode for quick verification
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'annotations': {'format': 'uri',
'title': 'Annotations',
'type': 'string'},
'debug_media': {'format': 'uri',
'title': 'Debug Media',
'type': 'string'},
'media_type': {'title': 'Media Type', 'type': 'string'},
'num_people': {'title': 'Num People', 'type': 'integer'},
'total_frames': {'title': 'Total Frames', 'type': 'integer'}},
'required': ['annotations', 'debug_media', 'num_people', 'media_type'],
'title': 'Output',
'type': 'object'}