Lexer1 commited on
Commit
a153c7e
Β·
verified Β·
1 Parent(s): 6f6dd95

Add 4x SAC cascade to model card

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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
- └── cascades_8x/
44
- └── SAC_final.pth ← Best cascade (PSNR 31.28 dB on IXI 8Γ—)
 
 
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="vssr_stage3_coronal.pth")
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: