Skip to content

ZihanJames/Midas

Repository files navigation

Midas: Generating mmWave Radar Data from Videos for Training Pervasive and Privacy-preserving Human Sensing Tasks

Get Started

Use the links below to download the:

Folder description:

  • doppler_data/ used to store millimeter Doppler signals,
  • mmw_preprocessing/ used to store millimeter wave signal processing files,
  • models/ used to store weight files,
  • video_data/ used to store video files.

File description:

  • train_encoder_decoder.py used to train encoder-decoder,
  • train_resnet34_classifier.py used to train resnet34 classifier,
  • train_vgg16_classifier.py used to train vgg16 classifier.

Dataset

Use the links below to download the:

Dataset directory structure:

video_data/
|----Participant_01/
|    |----angle_0/
|         |----action_01
|              |----sample_video.mp4
|         |----action_02
|              |----sample_video.mp4
|         |----...
|    |----angle_45/
|         |----...
|    |----angle_90/
|         |----...
|----...

radar_data/
|----Participant_01/
|    |----angle_0/
|         |----action_01
|              |----doppler_gt.npy
|         |----action_02
|              |----doppler_gt.npy
|         |----...
|    |----angle_45/
|         |----...
|    |----angle_90/
|         |----...
|----...

Data is divided into two parts, one is radar_data/, which contains radar data. The other part is video_data/, which contains video data, which we've only partially disclosed.

Reference

... Download paper here.

BibTex Reference:

...

Releases

No releases published

Packages

No packages published

Languages