This model takes a 360° equirectangular panorama (2:1 aspect ratio) as input and outputs a dense depth/distance map at the same resolution. It's designed for:
1from orb import predict_pano_depth
2
3# Predict depth from panorama
4distance = predict_pano_depth('panorama.png')
For complete installation instructions, advanced usage, API documentation, and examples, please visit:
Built upon the foundational work of the
DA-2.