Estimate depth from a stereo image pair using Fast-FoundationStereo. ~10x faster than the original FoundationStereo while maintaining comparable accuracy (14.6M params, real-time capable).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
Left stereo image.
Right stereo image.
Camera parameters:
K— 3x3 camera intrinsics matrixbaseline— Stereo baseline in metershiera— Use hierarchical coarse-to-fine inference (bool)valid_iters— Number of GRU refinement iterations (default 8)
Optional HTTP timeout.
Returns
np.ndarray — Depth map of shape (H, W) with dtype float32. Values in meters.