Tutorial-about-3D-convolutional-network icon indicating copy to clipboard operation
Tutorial-about-3D-convolutional-network copied to clipboard

Code for csv

Open AkshayMath1 opened this issue 6 years ago • 1 comments

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.

AkshayMath1 avatar Mar 07 '19 17:03 AkshayMath1

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.

OValery16 avatar May 01 '19 22:05 OValery16