Estimate depth from a single RGB image using ZoeDepth. Returns metric 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 — Depth map of shape (H, W) with dtype float16 (the client converts to float32 on read). Values represent metric depth in meters.
Example Output
