You're looking at a specific version of this model. Jump to the model overview.
fire /v-sekai.mediapipe-labeler:c35d423c
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_path |
string
|
Input image
|
|
max_people |
integer
|
10
Min: 1 Max: 100 |
Maximum number of people to detect (1-100)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'coco_keypoints': {'title': 'Coco Keypoints', 'type': 'string'},
'debug_image': {'format': 'uri',
'title': 'Debug Image',
'type': 'string'},
'facs': {'title': 'Facs', 'type': 'string'},
'fullbodyfacs': {'title': 'Fullbodyfacs', 'type': 'string'},
'hand_landmarks': {'title': 'Hand Landmarks', 'type': 'string'},
'num_people': {'title': 'Num People', 'type': 'integer'}},
'required': ['coco_keypoints',
'facs',
'fullbodyfacs',
'debug_image',
'num_people'],
'title': 'Output',
'type': 'object'}