From 961eadb41e2f53a74dea3de5966bf51573604cb6 Mon Sep 17 00:00:00 2001 From: Yuxi Xiao <1693989439@qq.com> Date: Thu, 12 Jun 2025 15:57:49 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f073786..b075572 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ python inference.py --data_type="RGB" --data_dir="assets/example1" --video_name= ``` ### Visualize your results -We provide two types of visualization. The guidance will be displayed in the terminal after running `inference.py` +We provide two types of visualization, i.e. `viser` and `TAPIP3D`. The guidance will be displayed in the terminal after running `inference.py`. ## 🌟 Recommended: Gradio Demo with SAM 🌟 Please follow the instructions in the [app_3rd README](app_3rd/README.md) to configure the dependencies. Then,