You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: official/cv/segment-anything/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ pip install -r requirements.txt
16
16
17
17
## Inference
18
18
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.
0 commit comments