DepthAnything / Depth-Anything-V2

Depth Anything V2. A More Capable Foundation Model for Monocular Depth Estimation
https://depth-anything-v2.github.io
Apache License 2.0
3.39k stars 277 forks source link

feat: add pyproject toml #159

Open badayvedat opened 2 weeks ago

badayvedat commented 2 weeks ago

to make it usable with a single pip install.

pip install git+https://github.com/DepthAnything/Depth-Anything-V2
python -c 'from depth_anything_v2.dpt import DepthAnythingV2'

feel free to send commits for adding the missing informations such as authors