Spaces:
Sleeping
Sleeping
File size: 776 Bytes
fa27688 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Model Checkpoints
Place model weights in the appropriate subdirectory:
## `sam_med3d/`
- `sam_med3d_turbo.pth` β SAM-Med3D Turbo weights (SA-Med3D-140K, ViT-B)
- Downloaded from: `maregu2023/sam_med3d_turbo.pth` on Hugging Face Hub
## `nnunet/`
- Copy your trained nnUNet v2 output folder here. Expected structure:
```
nnunet/
βββ nnUNetTrainer__nnUNetPlans__3d_fullres/
βββ plans.json
βββ dataset.json
βββ fold_0/
β βββ checkpoint_final.pth
βββ fold_1/
β βββ checkpoint_final.pth
βββ ...
```
## Important
- These files are NOT committed to git (see `.gitignore`)
- For HF Spaces deployment, upload weights to a HF model repo
and reference them via `HF_HUB_CONFIG` in `settings.py`
|