🔥 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.

0.05 0.95
1 10
50 1000

NDWS Conditional DDPM — UNet2DModel (in=13, out=1) · 64×64 patches · weights: amar-atoum/NDWS-Weights