Spaces:
Sleeping
Sleeping
| # 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` | |