PanCancerSeg Specialized Weights
Cancer-specific nnUNet v2 segmentation models trained on CT images from the CVPR 2026 FLARE Task 1: Pan-cancer Segmentation dataset.
Models
| Folder | Cancer type |
|---|---|
| Dataset102_Kidney | Kidney cancer |
| Dataset103_Liver | Liver cancer |
| Dataset104_Pancreas | Pancreatic cancer |
| Dataset105_Lung | Lung cancer |
All models use nnUNetTrainerWandb2000, nnUNetResEncUNetMPlans, 3d_fullres, fold 0, trained for 2000 epochs. Each folder contains checkpoint_best.pth (best validation checkpoint).
Usage
Download the weights and point --model_dir at the root directory:
# Clone this repo
git lfs install
git clone https://huggingface.co/KS987/PanCancerSeg-Specialized-weights
# Run inference
python predict.py \
--input /path/to/case.nii.gz \
--cancer_type kidney_cancer \
--model_dir ./PanCancerSeg-Specialized-weights \
--device cuda
See PanCancerSeg-Inference for the full inference pipeline.
File Structure
Dataset10X_*/
βββ nnUNetTrainerWandb2000__nnUNetResEncUNetMPlans__3d_fullres/
βββ dataset.json
βββ dataset_fingerprint.json
βββ plans.json
βββ fold_0/
βββ checkpoint_best.pth
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support