JiageWang / Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition

GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
84 stars 23 forks source link

手势识别训练 #6

Open deep-practice opened 4 years ago

deep-practice commented 4 years ago

拿到手指关节点数据之后,做了那些处理再拿去训练的呢?

JiageWang commented 4 years ago

我是拍摄数据集的时候选取的识别效果比较好的样本,然后直接按图像大小归一化到0~1,直接就放进模型训练了