Skip to content

PromptDepthAnything example

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rerun-io/prompt-da

Repository files navigation

Prompt Depth Anything with Rerun

An unofficial implementation of Prompting Depth Anything for 4K Resolution Accurate Metric Depth Estimation. Using the high resolution depth maps for 3D reconstruction

Uses Rerun to visualize, Gradio for an interactive UI, and Pixi for a easy installation

badge-github-stars social

example output

Installation

Using Pixi

Make sure you have the Pixi package manager installed

git clone https://github.com/rerun-io/prompt-da.git
cd prompt-da
pixi run app

All commands can be listed using pixi task list

Usage

Gradio App

pixi run app

CLI

with pixi example task

pixi run polycam-prompt_da

with python in pixi shell

python tools/prompt_da_polycam.py --polycam-zip-path $PATH_TO_POLYCAM_ZIP

Acknowledgements

Thanks to the original Prompt DepthAnything and DepthAnythingV2 repos!

Prompt DepthAnything

@inproceedings{lin2024promptda,
  title={Prompting Depth Anything for 4K Resolution Accurate Metric Depth Estimation},
  author={Lin, Haotong and Peng, Sida and Chen, Jingxiao and Peng, Songyou and Sun, Jiaming and Liu, Minghuan and Bao, Hujun and Feng, Jiashi and Zhou, Xiaowei and Kang, Bingyi},
  journal={arXiv},
  year={2024}
}

DepthAnythingV2

@article{depth_anything_v2,
  title={Depth Anything V2},
  author={Yang, Lihe and Kang, Bingyi and Huang, Zilong and Zhao, Zhen and Xu, Xiaogang and Feng, Jiashi and Zhao, Hengshuang},
  journal={arXiv:2406.09414},
  year={2024}
}

@inproceedings{depth_anything_v1,
  title={Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data}, 
  author={Yang, Lihe and Kang, Bingyi and Huang, Zilong and Xu, Xiaogang and Feng, Jiashi and Zhao, Hengshuang},
  booktitle={CVPR},
  year={2024}
}

About

PromptDepthAnything example

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages