Update README.md
Browse files
README.md
CHANGED
@@ -39,19 +39,19 @@ from huggingface_hub import hf_hub_download
|
|
39 |
|
40 |
# The filename "convnext_celeba_512" indicates that the model has a convnext bakcbone and trained
|
41 |
# on celeba dataset at 512 resolution.
|
42 |
-
hf_hub_download(repo_id="kartiknarayan/
|
43 |
-
hf_hub_download(repo_id="kartiknarayan/
|
44 |
-
hf_hub_download(repo_id="kartiknarayan/
|
45 |
-
hf_hub_download(repo_id="kartiknarayan/
|
46 |
-
hf_hub_download(repo_id="kartiknarayan/
|
47 |
-
hf_hub_download(repo_id="kartiknarayan/
|
48 |
-
hf_hub_download(repo_id="kartiknarayan/
|
49 |
-
hf_hub_download(repo_id="kartiknarayan/
|
50 |
-
hf_hub_download(repo_id="kartiknarayan/
|
51 |
-
hf_hub_download(repo_id="kartiknarayan/
|
52 |
-
hf_hub_download(repo_id="kartiknarayan/
|
53 |
-
hf_hub_download(repo_id="kartiknarayan/
|
54 |
-
hf_hub_download(repo_id="kartiknarayan/
|
55 |
```
|
56 |
|
57 |
## Citation
|
|
|
39 |
|
40 |
# The filename "convnext_celeba_512" indicates that the model has a convnext bakcbone and trained
|
41 |
# on celeba dataset at 512 resolution.
|
42 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="convnext_celeba_512/model_299.pt", local_dir="./weights")
|
43 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="efficientnet_celeba_512/model_299.pt", local_dir="./weights")
|
44 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="mobilenet_celeba_512/model_299.pt", local_dir="./weights")
|
45 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="resnet_celeba_512/model_299.pt", local_dir="./weights")
|
46 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_celeba_224/model_299.pt", local_dir="./weights")
|
47 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_celeba_256/model_299.pt", local_dir="./weights")
|
48 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_celeba_448/model_299.pt", local_dir="./weights")
|
49 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_celeba_512/model_299.pt", local_dir="./weights")
|
50 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_lapa_224/model_299.pt", local_dir="./weights")
|
51 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_lapa_256/model_299.pt", local_dir="./weights")
|
52 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_lapa_448/model_299.pt", local_dir="./weights")
|
53 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinb_lapa_512/model_299.pt", local_dir="./weights")
|
54 |
+
hf_hub_download(repo_id="kartiknarayan/SegFace", filename="swinv2b_celeba_512/model_299.pt", local_dir="./weights")
|
55 |
```
|
56 |
|
57 |
## Citation
|