simonwsw / deep-soli

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

Update README.md #4

Closed graulef closed 7 years ago

graulef commented 7 years ago

The command to load the model and evaluate initiated 'datach = 3'. This lead to an error for me, as dimensions did not agree with the data provided as it has 4 channels. So I think it should be changed to 'datach = 4'