Skip to main content
Estimate metric depth from single RGB image.
Input images up to 1280 x 720 (width x height). Larger images are rejected with HTTP 413, not downscaled — resize first.

Parameters

ImageInput
required
RGB image as file path, URL, PIL Image, or numpy array.
float | None
Optional timeout in seconds for the HTTP request.

Returns

np.ndarray: Depth map as numpy array (H, W) with dtype float32. Values represent metric depth in meters.

Example

Uses Depth Anything 3.

Example Output

DA3Metric input and depth map output