From 0a7e2b58a7e378c7863bd7486afc659c41f9ef99 Mon Sep 17 00:00:00 2001 From: Bingyi Kang Date: Fri, 14 Jun 2024 15:01:08 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5855aa4..f11ab35 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ We provide **four models** of varying scales for robust relative depth estimatio | Depth-Anything-V2-Small | 24.8M | [Download](https://huggingface.co/depth-anything/Depth-Anything-V2-Small/resolve/main/depth_anything_v2_vits.pth?download=true) | | Depth-Anything-V2-Base | 97.5M | [Download](https://huggingface.co/depth-anything/Depth-Anything-V2-Base/resolve/main/depth_anything_v2_vitb.pth?download=true) | | Depth-Anything-V2-Large | 335.3M | [Download](https://huggingface.co/depth-anything/Depth-Anything-V2-Large/resolve/main/depth_anything_v2_vitl.pth?download=true) | -| Depth-Anything-V2-Giant | 1.3B | [Download](https://huggingface.co/depth-anything/Depth-Anything-V2-Giant/resolve/main/depth_anything_v2_vitg.pth?download=true) | +| Depth-Anything-V2-Giant | 1.3B | Coming soon | ### Code snippet to use our models @@ -133,4 +133,4 @@ If you find this project useful, please consider citing: booktitle={CVPR}, year={2024} } -``` \ No newline at end of file +```