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

vufinder /dino-v3-7b-depther:2f1c9d52

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
Input image

Output schema

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

Schema
{'description': 'Class defining structure of the output.\n'
                '\n'
                'Attributes:\n'
                '    depth_image (Path): Path to the depth image.\n'
                '    data (Path): Path to the JSON file containing the raw '
                'depth map data.',
 'properties': {'data': {'format': 'uri', 'title': 'Data', 'type': 'string'},
                'depth_image': {'format': 'uri',
                                'title': 'Depth Image',
                                'type': 'string'}},
 'required': ['depth_image', 'data'],
 'title': 'PredictorOutput',
 'type': 'object'}