Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.63 KB

File metadata and controls

44 lines (28 loc) · 1.63 KB

News:

  • We released the report on ICSIP.
  • We released the report on IET IRC

Dynamic Gesture Recognition Based on FMCW

This project is based on FMCW radar, and completed the data acquisition of four kinds of dynamic gesture signals. Then we use Matlab to generate RDM/xTM images, which is as the input of Multi-Net and TS-FNN. The acc is about 98%.

This works based on Tensorflow 1.12.

Major images

  • Range-Doppler Map

  • Multi-Net structure

  • TS-FNN structure

  • Result

Code explaination

  • GeneratexTM: Generate Angle-Time/Range-Time/Doppler-Time Map.
  • GenerateRDM: Generate Range-Doppler Map.
  • Multi-Net: Nerual network code with ATM/RTM/DTM as the input, just using 2d-cnn.
  • TS-FNN: Nerual network code with ATM/RDM as the input, using 3d-cnn and LSTM.
  • tools: some python scripts
  • simulations: refer to handwave simulation

License

This project is released under the Apache 2.0 license.