Views
No views yet

1git clone https://github.com/Insta360-Research-Team/DAP
2cd DAP1conda create -n dap python=3.12
2conda activate dap1# pytorch (select correct CUDA version, we test our code on torch==2.7.1 and torchvision==0.22.1)
2pip install torch==2.7.1 torchvision==0.22.1
3
4# other dependencies
5pip install -r requirements.txtpython test/infer.py python test/eval.py @article{lin2025dap,
title={Depth Any Panoramas: A Foundation Model for Panoramic Depth Estimation},
author={Lin, Xin and Song, Meixi and Zhang, Dizhe and Lu, Wenxuan and Li, Haodong and Du, Bo and Yang, Ming-Hsuan and Nguyen, Truong and Qi, Lu},
journal={arXiv},
year={2025}
}