WiFiCam

EnvironmentImagesRGB VideoTime seriesIntroduced 2024-10-20

WiFiCam dataset for through-wall imaging based on WiFi channel state information. The corresponding source code repository is located at: https://github.com/StrohmayerJ/wificam

Dataset Structure:

/wificam

├── j3

       └── 320  <-- 320x240 resolution subset

              └── csi.csv <-- raw WiFi packet sequence recorded with the ESP32-S3

              └── csiComplex.npy <-- complex CSI sequence (cache)

              └── 92108.png <-- 320x240 RGB image

              └── 92112.png

              └── ...

       └── 640 <-- 640x480 resolution subset

              └── csi.csv <-- raw WiFi packet sequence recorded with the ESP32-S3

              └── csiComplex.npy <-- complex CSI sequence (cache)

              └── 154.png <-- 640x480 RGB image

              └── 155.png

              └── ...

├── statistics320.csv <-- per-channel means and standard deviations for 320x240 images

├── statistics640.csv <-- per-channel means and standard deviations for 640x480 images