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

adirik /lightweight-openpose:bc8b1d9c

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
RGB input image
image_size
integer
256

Min: 128

Max: 1024

Image size for inference
show_visualisation
boolean
False
Draw and visualize keypoints on the image

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'json_data': {'title': 'Json Data'},
                'keypoint_names': {'items': {},
                                   'title': 'Keypoint Names',
                                   'type': 'array'},
                'keypoints_img': {'format': 'uri',
                                  'title': 'Keypoints Img',
                                  'type': 'string'}},
 'required': ['keypoint_names'],
 'title': 'ModelOutput',
 'type': 'object'}