From af277a33fa9a6955715f912e68e7dd8963942708 Mon Sep 17 00:00:00 2001 From: Lihe Yang Date: Tue, 30 Jan 2024 11:39:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d746264..dfe3b59 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ python run.py --encoder vitl --img-path assets/examples --outdir depth_vis python run_video.py --encoder vitl --video-path assets/examples_video --outdir video_depth_vis ``` -### Gradio demo +### Gradio demo To use our gradio demo locally: @@ -206,6 +206,8 @@ Here we list the extensions we have found: - Depth Anything in ComfyUI's ControlNet: https://github.com/Fannovel16/comfyui_controlnet_aux - Depth Anything in X-AnyLabeling: https://github.com/CVHub520/X-AnyLabeling - Depth Anything in OpenXLab: https://openxlab.org.cn/apps/detail/yyfan/depth_anything +- Depth Anything in Transformers.js: https://huggingface.co/spaces/Xenova/depth-anything-web +- Depth Anything in OpenVINO: https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/280-depth-anything If you have your amazing projects supporting or improving (*e.g.*, speed) Depth Anything, please feel free to drop an issue. We will add them here.