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

oitoito /depth-pro:16d7858c

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 for metric depth estimation
focal_length_px
number
None

Output schema

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

Schema
{'properties': {'color_map': {'format': 'uri',
                              'title': 'Color Map',
                              'type': 'string'},
                'focal_length_px': {'title': 'Focal Length Px',
                                    'type': 'number'},
                'npz': {'format': 'uri', 'title': 'Npz', 'type': 'string'}},
 'required': ['npz', 'color_map', 'focal_length_px'],
 'title': 'Output',
 'type': 'object'}