News:
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.
-
Range-Doppler Map
-
Multi-Net structure
-
TS-FNN structure
-
Result
- 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
This project is released under the Apache 2.0 license.