Inputs (11)
| Name | Type | Required |
|---|---|---|
| image | IMAGE | required |
| model_name | COMBO | required |
| input_size | INT | optional |
| blur_radius | FLOAT | optional |
| median_size | INT | optional |
| apply_auto_contrast | BOOLEAN | optional |
| apply_gamma | BOOLEAN | optional |
| force_reload | BOOLEAN | optional |
| force_cpu | BOOLEAN | optional |
| enable_camera_estimation | BOOLEAN | optional |
| output_raw_depth | BOOLEAN | optional |
Outputs (5)
| Name | Type |
|---|---|
| depth | IMAGE |
| confidence | IMAGE |
| extrinsics | CAMERA_EXTRINSICS |
| intrinsics | CAMERA_INTRINSICS |
| camera_json | STRING |