Closed erwangccc closed 2 years ago
The model in this paper is not designed for edge devices. Maybe we will try to propose a lightweight gesture recognition model in the future.
Thanks for your quick response. Looking forward to your future great work. Do you have any recommended light gesture recognition models based on RGB-D data? Thanks in advance.
As far as I know, there is no lightweight model specifically for gesture recognition. Maybe you can try lightweight models proposed for action recognition, such as X3D.
Thank you. I want to confirm that, the paper says the gesture(hand) region is predicted and it will enlarge the hand region, so you will resize all 32/16 frames to input size 112x112, right? But we do resize directly, the hand will deform, is it OK?
Resize is used in both training and testing, and there is deformation in both training and testing. The key is that the distribution of test data is consistent with the training data, rather than one with deformation and the other without.
Thank you. Maybe padding by zero is ok,right?
Yes, you can try it.
Maybe current model is unfriendly to edge devices, is there a light-model version? Thanks