Views
No views yet
glioma_wt_tc_et task.predictor.py.(t1n, t1c, t2w, t2f);
the predictor uses t1c only.{0=background, 1=NCR, 2=edema, 3=enhancing} on the native voxel grid.predictor.py is self-contained — it defines the model inline and pulls
weights.pth from this repo at load() time. The evaluation worker only needs
predictor.py. Per axial slice: brain bounding-box crop → percentile(0.5/99.5)
uint8 → replicate to 3 channels → resize 256 → ImageNet normalize → argmax →
map back onto the native grid.Single-modality (t1c) baseline; WT/edema are harder than TC/ET because they are best seen on FLAIR/T2, which this baseline does not use.