pip install -r requirements.txtThe data used in this project is from the MAPS database, which is a collection of classical piano music.
Data is stored in the data directory, including the audio files and the corresponding annotations.
python save_annotations.pypython process_video.py --input_video_path /path/to/video.mp4 --output_video_path /path/to/output_video.mp4The processed video will be saved to the output path. The raw gesture data will be saved to a JSON file in the same directory as the output video.
python process_data.py --gesture_data_path /path/to/gesture_data.json