OValery16 / Tutorial-about-3D-convolutional-network

Tutorial about 3D convolutional network
Mozilla Public License 2.0
227 stars 36 forks source link

Code for csv #2

Open AkshayMath1 opened 5 years ago

AkshayMath1 commented 5 years ago

Sir,

  1. I want to train the 3d hand gesture for limited gestures can u please provide us train.csv ,labels.csv,test.csv,validations.csv so that I can train it for 4-5 gestures.. 2.What changes do we need to do for rgbd videos. 3.Web cam program so that i can predict the output in real time.
OValery16 commented 5 years ago

Hi @AkshayMath1

  1. I would advice you to use panda (the python library) to filter the label you want (don't worry it is not very hard ;) ).

  2. To be honest, I am not sure (since I never work with RGB+D dataset).

  3. This question is tricky. My advice would be to do some works on the neural network architecture + using techniques such as knowledge distillation, quantization or pruning.