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

vufinder /depth-anything-v3-mono:4b61b4fb

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
images
array
Input images, accepts JPG, JPEG, PNG, WEBP files
return_depth
boolean
True
Whether to return depth images or not.
output_format
None
None

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_images (Optional[list[Path]]): List of paths to '
                'depth images.\n'
                '    data (list[Path]): List of paths to the NPY/JSON files '
                'containing the prediction results.',
 'properties': {'data': {'items': {'format': 'uri', 'type': 'string'},
                         'title': 'Data',
                         'type': 'array'},
                'depth_images': {'items': {'anyOf': [],
                                           'format': 'uri',
                                           'type': 'string'},
                                 'nullable': True,
                                 'title': 'Depth Images',
                                 'type': 'array'}},
 'required': ['data'],
 'title': 'PredictorOutput',
 'type': 'object'}