You're looking at a specific version of this model. Jump to the model overview.

fire /v-sekai.mediapipe-labeler:90b0e795

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
None

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'},
                'vrm_skeleton': {'title': 'Vrm Skeleton', 'type': 'string'}},
 'required': ['coco_keypoints',
              'facs',
              'fullbodyfacs',
              'vrm_skeleton',
              'debug_image'],
 'title': 'Output',
 'type': 'object'}