Update README.md
Browse files
README.md
CHANGED
@@ -106,11 +106,7 @@ Three model versions of the model are available with different backbone sizes. T
|
|
106 |
from segment_anything import sam_model_registry
|
107 |
sam = sam_model_registry["<name>"](checkpoint="<path/to/checkpoint>")
|
108 |
```
|
109 |
-
|
110 |
-
|
111 |
-
* **`default` or `vit_h`: [ViT-H SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth)**
|
112 |
-
* `vit_l`: [ViT-L SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_l_0b3195.pth)
|
113 |
-
* `vit_b`: [ViT-B SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth)
|
114 |
|
115 |
## License
|
116 |
The model is licensed under the [Apache 2.0 license](LICENSE).
|
|
|
106 |
from segment_anything import sam_model_registry
|
107 |
sam = sam_model_registry["<name>"](checkpoint="<path/to/checkpoint>")
|
108 |
```
|
109 |
+
Refer to the instructions [here](https://huggingface.co/ybelkada/segment-anything#download-the-checkpoints) to download the model weights.
|
|
|
|
|
|
|
|
|
110 |
|
111 |
## License
|
112 |
The model is licensed under the [Apache 2.0 license](LICENSE).
|