Haitham Khedr
commited on
Commit
•
4c1d25a
1
Parent(s):
e62db24
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ To download the SAM 2 (Hiera-L) checkpoint:
|
|
11 |
|
12 |
```
|
13 |
from huggingface_hub import hf_hub_download
|
14 |
-
hf_hub_download(repo_id = "facebook/sam2-hiera-large", filename="
|
15 |
```
|
16 |
|
17 |
### Citation
|
|
|
11 |
|
12 |
```
|
13 |
from huggingface_hub import hf_hub_download
|
14 |
+
hf_hub_download(repo_id = "facebook/sam2-hiera-large", filename="sam2_hiera_large.pt", local_dir = "./")
|
15 |
```
|
16 |
|
17 |
### Citation
|