P
PWM Explorerreference impl

Demos

Canonical demo datasets — the same scenes used in the InverseNet paper: 10 KAIST-10 hyperspectral scenes for CASSI and the 6 standard SCI Video Benchmark videos (Kobe, Traffic, Runner, Drop, Crash, Aerial) for CACTI. Each sample is 256×256, deterministic, and committed to the repo so external users can verify reconstruction byte-for-byte. Download the input, run the reference solver locally, and see the PWM pipeline work end-to-end — or compete with a better solver.

T1_nominal

cacti

L3-004 (CACTI) — InverseNet SCI Video Benchmark

Full benchmark page → L3-004
reference PSNR
13.9 dB
your solver should beat this
Shape summary
snapshot: [256, 256]
ground truth: [8, 256, 256]
reference solution: [8, 256, 256]
Run it
python3 pwm-team/pwm_product/reference_solvers/cacti/cacti_pnp_admm.py --input pwm-team/pwm_product/demos/cacti/sample_01 --output /tmp/out
T1_nominal

cassi

L3-003 (CASSI) — InverseNet KAIST-10 benchmark

Full benchmark page → L3-003
reference PSNR
19.9 dB
your solver should beat this
Shape summary
snapshot: [256, 256]
ground truth: [256, 256, 28]
reference solution: [256, 256, 28]
Run it
python3 pwm-team/pwm_product/reference_solvers/cassi/cassi_gap_tv.py --input pwm-team/pwm_product/demos/cassi/sample_01 --output /tmp/out