Estimate metric depth from a single RGB image using Depth Anything 3. Returns depth values in meters.Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
RGB image as file path, URL, PIL Image, or numpy array.
Optional timeout in seconds for the HTTP request.
Returns
np.ndarray — Metric depth map of shape (H, W) with dtype float32. Values represent depth in meters.
Example Output
