You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This work presents **Video Depth Anything** based on [Depth Anything V2](https:/
21
21

22
22
23
23
## News
24
-
-**2025-08-28:** Release Video-Depth-Anything-Base and corresponding metric model.
24
+
-**2025-08-28:** Release ViT-base model for relative depth and ViT-small/base models for video metric depth.
25
25
-**2025-07-03:** 🚀🚀🚀 Release an experimental version of training-free **streaming video depth estimation**.
26
26
-**2025-07-03:** Release our implementation of [training loss](https://github.com/DepthAnything/Video-Depth-Anything/tree/main/loss).
27
27
-**2025-04-25:** 🌟🌟🌟 Release [metric depth model](https://github.com/DepthAnything/Video-Depth-Anything/tree/main/metric_depth) based on Video-Depth-Anything-Large.
@@ -49,14 +49,14 @@ This work presents **Video Depth Anything** based on [Depth Anything V2](https:/
49
49
</thead>
50
50
<tbody>
51
51
<tr>
52
-
<td>Video-Depth-Anything-V2-Small</td>
52
+
<td>Video-Depth-Anything-Small</td>
53
53
<td>9.1</td>
54
54
<td><strong>7.5</strong></td>
55
55
<td>7.3</td>
56
56
<td><strong>6.8</strong></td>
57
57
</tr>
58
58
<tr>
59
-
<td>Video-Depth-Anything-V2-Large</td>
59
+
<td>Video-Depth-Anything-Large</td>
60
60
<td>67</td>
61
61
<td><strong>14</strong></td>
62
62
<td>26.7</td>
@@ -67,16 +67,16 @@ This work presents **Video Depth Anything** based on [Depth Anything V2](https:/
67
67
The Latency and GPU VRAM results are obtained on a single A100 GPU with input of shape 1 x 32 x 518 × 518.
68
68
69
69
## Pre-trained Models
70
-
We provide **two models** of varying scales for robust and consistent video depth estimation:
70
+
We provide **sevaral models** of varying scales for robust and consistent video depth estimation. For the usage of metric depth models, please refer to [Metric Depth](./metric_depth/README.md).
Copy file name to clipboardExpand all lines: metric_depth/README.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,46 +2,43 @@
2
2
We here provide a simple demo for our fine-tuned Video-Depth-Anything metric model. We fine-tune our pre-trained model on Virtual KITTI and IRS datasets for metric depth estimation.
3
3
4
4
# Pre-trained Models
5
-
We provide our large model:
5
+
We provide three models for metric video depth estimation:
0 commit comments