j55blanchet / dance-teacher-xr-unity

https://dance-teacher-xr-unity.vercel.app
0 stars 0 forks source link

Dance Teacher XR

About

This repo houses work for the 2nd iteration of a system for teaching short dance choreographies from video.

The first iteration of the system is presented and described in this demo paper: Automatic Generation and Teaching of Dance Lessons from Video (HotMobile '23). The extended jounrnal version of this paper is currently in progress.

There are two main components to this system:

Development Process

The main branch is protected. To work on this site, we follow a pull request workflow. To make changes, create a new branch from the main branch, make changes, and then open a pull request to merge your branch into the main branch.

Example:

Getting Started

  1. Install git, and install git large file storage with git lfs install
  2. Follow the README.md for the Motion Processing Pipeline module to setup the python environment, install dependencies, and run the pipeline. This will generate a data bundle for the web frontend.
  3. Follow the README.md for the Svelte Web Frontend to setup the svelte environment and run the webapp. You can then access the webapp on localhost (see the README.md for details).

Updating the Published Webapp

The webapp is published on github pages. The published webapp is hosted from the docs folder. Running a svelte build job in the web frontend folder will update the published verison in the docs folder. When pushed to the main branch, the published webapp will be updated. The webapp is available at https://dancetutor.julien.studio.