Commit 75df7f43 authored by chenzk's avatar chenzk
Browse files

Update url.md

parent 18298492
...@@ -73,15 +73,14 @@ pip install -e . ...@@ -73,15 +73,14 @@ pip install -e .
pip install matplotlib flow_vis tqdm tensorboard pip install matplotlib flow_vis tqdm tensorboard
``` ```
## 数据集 ## 数据集
测试数据集 [VIPSeg](https://github.com/VIPSeg-Dataset/VIPSeg-Dataset) 或者从 [`SCNet`](http://113.200.138.88:18080/aidatasets/project-dependency/vipseg-dataset/VIPSeg-Dataset) 上快速下载\ 测试数据集 [VIPSeg](https://github.com/VIPSeg-Dataset/VIPSeg-Dataset)\
下载后放在 ./data 并解压。 下载后放在 ./data 并解压。
## 训练 ## 训练
暂无。 暂无。
## 推理 ## 推理
下载 [sam_vit_h_4b8939.pth](https://github.com/facebookresearch/segment-anything?tab=readme-ov-file#model-checkpoints) 下载 [sam_vit_h_4b8939.pth](https://github.com/facebookresearch/segment-anything?tab=readme-ov-file#model-checkpoints),并放在 ./script 文件夹下。
或者从 [SCNet](http://113.200.138.88:18080/aimodels/findsource-dependency/sam_vit_h_4b8939) 上快速下载,并放在 ./script 文件夹下。
下载 cotracker2.pth 权重: 下载 cotracker2.pth 权重:
``` ```
...@@ -90,7 +89,7 @@ cd utils/cotracker/checkpoints ...@@ -90,7 +89,7 @@ cd utils/cotracker/checkpoints
wget https://huggingface.co/facebook/cotracker/resolve/main/cotracker2.pth wget https://huggingface.co/facebook/cotracker/resolve/main/cotracker2.pth
# wget https://hf-mirror.com/facebook/cotracker/resolve/main/cotracker2.pth # wget https://hf-mirror.com/facebook/cotracker/resolve/main/cotracker2.pth
``` ```
或者[SCNet](http://113.200.138.88:18080/aimodels/facebook/cotracker)上快速下载,并放在 ./utils/cotracker/checkpoints 文件夹下。 ,并放在 ./utils/cotracker/checkpoints 文件夹下。
下载 ChilloutMix 权重: 下载 ChilloutMix 权重:
``` ```
...@@ -99,7 +98,7 @@ cd utils/pretrained_models ...@@ -99,7 +98,7 @@ cd utils/pretrained_models
git-lfs clone https://huggingface.co/windwhinny/chilloutmix.git git-lfs clone https://huggingface.co/windwhinny/chilloutmix.git
# git-lfs clone https://hf-mirror.com/windwhinny/chilloutmix.git # git-lfs clone https://hf-mirror.com/windwhinny/chilloutmix.git
``` ```
或者[SCNet](http://113.200.138.88:18080/aimodels/windwhinny/chilloutmix)上快速下载,并放在 ./utils/pretrained_models 文件夹下。 ,并放在 ./utils/pretrained_models 文件夹下。
下载 DragAnything 权重: 下载 DragAnything 权重:
``` ```
...@@ -108,7 +107,7 @@ cd model_out/DragAnything ...@@ -108,7 +107,7 @@ cd model_out/DragAnything
git-lfs clone https://huggingface.co/weijiawu/DragAnything git-lfs clone https://huggingface.co/weijiawu/DragAnything
# git-lfs clone https://hf-mirror.com/weijiawu/DragAnything # git-lfs clone https://hf-mirror.com/weijiawu/DragAnything
``` ```
或者从[SCNet](http://113.200.138.88:18080/aimodels/weijiawu/DragAnything)上快速下载,并放在 ./model_out/DragAnything 文件夹下。 ,并放在 ./model_out/DragAnything 文件夹下。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment