Downloads · 30 days
0
Insta360-Research/DAP-weights
DAP-weights is a machine learning model from Insta360-Research. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
<h1 align="center" Depth Any Panoramas:<br A Foundation Model for Panoramic Depth Estimation </h1
Downloads · 30 days
0
Access
Public
Updated Jun 11, 2026
Repo size
1.5 GB
Likes
18
Public
Click a slice to open those files.
.pth1.5 GB · 98%
From the Hugging Face model README

Clone the repo first:
git clone https://github.com/Insta360-Research-Team/DAP
cd DAP
(Optional) Create a fresh conda env:
conda create -n dap python=3.12
conda activate dap
Install necessary packages (torch > 2):
# pytorch (select correct CUDA version, we test our code on torch==2.7.1 and torchvision==0.22.1)
pip install torch==2.7.1 torchvision==0.22.1
# other dependencies
pip install -r requirements.txt
The training dataset will be open soon.
Please download the pretrained model: https://huggingface.co/Insta360-Research/DAP-weights
python test/infer.py
python test/eval.py
We appreciate the open source of the following projects:
@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}
}