Skip to content

IMU-based 3D finger tracker trained on synthetic IMU dataset created from Monocular 3D finger tracking

Notifications You must be signed in to change notification settings

keving-416/Synth3DFingerTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synth3DFingerTracking

IMU-based 3D finger tracker trained on synthetic IMU dataset created from Monocular 3D finger tracking

Requirements

Install the necessary python packages using requirements.txt and pip:

pip install -r requirements.txt

Tracking Pipeline

track_finger.py creates the synthentic IMU dataset. Check the script's arguments by running:

python track_finger.py --help

Training Pipeline

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

About

IMU-based 3D finger tracker trained on synthetic IMU dataset created from Monocular 3D finger tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages