Add 4x SAC cascade to model card
Browse files
README.md
CHANGED
|
@@ -40,8 +40,10 @@ Lexer1/VSSR/
|
|
| 40 |
β βββ sunet_sagittal_8x.pth β Single-view SUNet baseline
|
| 41 |
β βββ sunet_axial_8x.pth
|
| 42 |
β βββ sunet_coronal_8x.pth
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
| 45 |
```
|
| 46 |
|
| 47 |
### Download
|
|
@@ -49,7 +51,7 @@ Lexer1/VSSR/
|
|
| 49 |
```python
|
| 50 |
from huggingface_hub import hf_hub_download
|
| 51 |
|
| 52 |
-
path = hf_hub_download(repo_id="Lexer1/VSSR", filename="
|
| 53 |
```
|
| 54 |
|
| 55 |
Or download all weights at once:
|
|
|
|
| 40 |
β βββ sunet_sagittal_8x.pth β Single-view SUNet baseline
|
| 41 |
β βββ sunet_axial_8x.pth
|
| 42 |
β βββ sunet_coronal_8x.pth
|
| 43 |
+
βββ cascades_8x/
|
| 44 |
+
β βββ SAC_final.pth β Best cascade 8Γ (PSNR 31.28 dB on IXI)
|
| 45 |
+
βββ cascades_4x/
|
| 46 |
+
βββ SAC_final.pth β Best cascade 4Γ
|
| 47 |
```
|
| 48 |
|
| 49 |
### Download
|
|
|
|
| 51 |
```python
|
| 52 |
from huggingface_hub import hf_hub_download
|
| 53 |
|
| 54 |
+
path = hf_hub_download(repo_id="Lexer1/VSSR", filename="cascades_8x/SAC_final.pth")
|
| 55 |
```
|
| 56 |
|
| 57 |
Or download all weights at once:
|