You're looking at a specific version of this model. Jump to the model overview.
visionaix /metric3dv2:bbf71abe
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 (JPEG, PNG, WebP).
|
|
| focal_length_px |
number
|
0
|
Focal length in pixels. 0 = auto-estimate via heuristic.
|
| max_depth |
number
|
200
Min: 1 Max: 500 |
Max depth clamp (meters). Use 20 for indoor, 80-300 for outdoor.
|
| return_normals |
boolean
|
True
|
Return surface normals as RGB image.
|
| return_visualization |
boolean
|
True
|
Generate a multi-panel visualization.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'calibration_json': {'format': 'uri',
'title': 'Calibration Json',
'type': 'string'},
'depth_colorized': {'format': 'uri',
'title': 'Depth Colorized',
'type': 'string'},
'normals': {'format': 'uri',
'title': 'Normals',
'type': 'string'},
'visualization': {'format': 'uri',
'title': 'Visualization',
'type': 'string'}},
'required': ['depth_colorized',
'calibration_json',
'normals',
'visualization'],
'title': 'Output',
'type': 'object'}