Abstract
This work presents Depth Anything V2. Without pursuing fancy techniques, we aim to reveal crucial findings to pave the way towards building a powerful monocular depth estimation model. Notably, compared with V1, this version produces much finer and more robust depth predictions through three key practices: 1) replacing all labeled real images with synthetic images, 2) scaling up the capacity of our teacher model, and 3) teaching student models via the bridge of large-scale pseudo-labeled real images. Compared with the latest models built on Stable Diffusion, our models are significantly more efficient (more than 10x faster) and more accurate. We offer models of different scales (ranging from 25M to 1.3B params) to support extensive scenarios. Benefiting from their strong generalization capability, we fine-tune them with metric depth labels to obtain our metric depth models. In addition to our models, considering the limited diversity and frequent noise in current test sets, we construct a versatile evaluation benchmark with precise annotations and diverse scenes to facilitate future research.
Community
Super cool to see all related model, dataset and Space linked to the paper! ๐ฅ
Thanks so much for all your efforts, the new any version 2 is really good, i agree with another user, can we get a depth anything V2 metric small as this would help be a faster version similar to zoe any n but faster if you combine it with the new any s?
Hi, our smaller metric depth models have been released: https://github.com/DepthAnything/Depth-Anything-V2/tree/main/metric_depth
Hi @kaelsonofkrypto and @loawizard , thank you for your interest. We will train two smaller metric depth models based on Depth-Anything-Small and Depth-Anything-Base, respectively. Hopefully, we will release them within five days. Please stay tuned!