simonwsw / deep-soli

Gesture Recognition Using Neural Networks with Google's Project Soli Sensor
MIT License
139 stars 51 forks source link

Creating own network #13

Closed graulef closed 7 years ago

graulef commented 7 years ago

I would like to gain further insight into the process of training and therefore tried to create my own network and train it. However, I am struggling with implementing the LTSM functions and combining the CNN with the RNN. Could you publish the code to create the pretrained net that is given in the repo? If this is not possible (due to privacy/protecting the ideas) I of course understand

simonwsw commented 7 years ago

Sorry, publishing the training code was not part of the plan. However, the network configuration are published in the paper. When you run the evaluation code in the repository, the Torch network details will be printed to the console. You can easily figure out what layers and parameters are there to make the network work.