IMU-based 3D finger tracker trained on synthetic IMU dataset created from Monocular 3D finger tracking
Install the necessary python packages using requirements.txt and pip:
pip install -r requirements.txt
track_finger.py creates the synthentic IMU dataset. Check the script's arguments by running:
python track_finger.py --help
train_finger_rnn.py trains a simple RNN from the provided synthetic IMU data. Check the script's arguments by running:
python train_finger_rnn.py --help