You're looking at a specific version of this model. Jump to the model overview.
fire /v-sekai.mediapipe-labeler:acd81521
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
|
None
|
|
max_people |
integer
|
20
|
None
|
frame_sample_rate |
integer
|
1
|
None
|
max_processing_seconds |
integer
|
0
|
None
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'blendshapes': {'title': 'Blendshapes', 'type': 'string'},
'coco_keypoints': {'title': 'Coco Keypoints', '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': ['coco_keypoints',
'blendshapes',
'debug_media',
'num_people',
'media_type'],
'title': 'Output',
'type': 'object'}