Skip to content
/ hannds Public
forked from cemfi/hannds

Hand Assignment using Neural NeDworkS

License

Notifications You must be signed in to change notification settings

e7mac/hannds

 
 

Repository files navigation

Getting Started

Neural Network

A hidden size of 70 and 2 layers yield good results:

python train_hannds.py --hidden_size 70 --layers 2 --length 100 --cuda --cv_partition 1 --network 88 --rnn_type LSTM

Provide the --cuda flag to use the GPU.

Kalman filter

python kalman_mapper.py

Hannds server

python hannds-server.py

Then open simple-text.maxpat in Max/MSP.

Offline Processing

python single_file.py --input midi_file.mid

About

Hand Assignment using Neural NeDworkS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • Max 9.6%
  • Shell 5.1%