Skip to content

Commit 83f3e99

Browse files
author
Mark-ZhouWX
committed
add ckpt download link
1 parent 53d29f7 commit 83f3e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: official/cv/segment-anything/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install -r requirements.txt
1616

1717
## Inference
1818

19-
First download the weights ([sam_vit_b](sam_vit_b-35e4849c.ckpt), [sam_vit_l](sam_vit_l-1b460f38.ckpt), [sam_vit_h](sam_vit_h-c72f8ba1.ckpt)) and put them under `${project_root}/models` directory.
19+
First download the weights ([sam_vit_b](https://download.mindspore.cn/toolkits/sam/sam_vit_b-35e4849c.ckpt), [sam_vit_l](https://download.mindspore.cn/toolkits/sam/sam_vit_l-1b460f38.ckpt), [sam_vit_h](https://download.mindspore.cn/toolkits/sam/sam_vit_h-c72f8ba1.ckpt)) and put them under `${project_root}/models` directory.
2020
There are two recommended ways to use sam.
2121

2222
### Using sam with prompts

0 commit comments

Comments
 (0)