🔥 NDWS Wildfire Spread Prediction
Conditional DDPM — predicts the next-day fire mask (T+1) from 12 environmental conditioning channels at T (PrevFireMask + weather + terrain + vegetation).
Panels. Day 1: Previous Fire is the starting footprint. Day 2: Ground Truth (when the file has a 13th channel) is what actually burned. Ensemble Confidence is the per-pixel burn probability. Binary Prediction is that map after applying τ.
Batches. Any file shaped [N, 13, 64, 64] is treated as a test batch — an index slider appears so you can step through it.
Scores. IoU, precision, recall and F1 appear whenever ground truth is present.
Upload .npy/.npz shaped [12|13, 64, 64] or [N, 12|13, 64, 64]. Channel order: PrevFireMask, elevation, NDVI, vs, th, pr, sph, tmmn, tmmx, pdsi, erc, population.
Samples shipped with this Space (samples/) plus every .npy in amar-atoum/NDWS-Weights. Batch files get an index slider so you can walk through your whole test set.
Set each conditioning channel to a constant value to build a synthetic scenario. Good for sensitivity analysis.
NDWS Conditional DDPM — UNet2DModel (in=13, out=1) · 64×64 patches · weights: amar-atoum/NDWS-Weights