Parameters
RGB image as file path, URL, PIL Image, or numpy array.
Optional timeout in seconds for the HTTP request.
Returns
np.ndarray — Depth map of shape (H, W) with dtype float32. Values represent metric depth in meters.
Example Output

Monocular depth estimation from a single RGB image
np.ndarray — Depth map of shape (H, W) with dtype float32. Values represent metric depth in meters.
