从awr1642中获取毫米波雷达点云数据,用神经网络进行手势识别。模型用PyTorch训练,达到了 99% 的准确率。并且将模型部署到raspberrypi4b上,实现了移动设备上的实时手势识别。
- pytorch
- onnx
- pyserial
- onnxruntime
- numpy
- opencv-python
- PyQt5
- ...
-
数据集来自 - data (20k samples - 2k per class) ~120Mb
-
手势分类: -None (random non-gestures) -Swipe Up -Swipe Down -Swipe Right -Swipe Left -Spin Clockwise -Spin Counterclockwise -Letter Z -Letter S -Letter X
-
下载数据集到data文件夹中
python train.py
python export.py
python predict.py
python evalute.py
python main.py
- 将main_raspberrypi.py及其依赖文件下载到raspberrypi4b上
python main_raspberrypi.py