bee8f85af6cf125de338ed70848e8a55faae9265
DANCERUSH STARDOM Track Annotator
Convert videos of DANCERUSH STARDOM tracks into a defined data schema.
Stuff
Completed:
- Detect right & left notes, including position & timing
- Define models based on dd & drs schemas
- Fetch metadata from data store (https://arcade-songs.zetaraku.dev/drs/)
- Simple BepinEx plugin to launch Dance Dash w/o VR
To-Do:
- Detect down and jump notes (?)
- Determine final data schema
- Write tests based on total note count (https://remywiki.com/AC_DRS)
Setup:
-
Install Python 3.10 (pyenv recommended)
-
Install the required Python packages
python -m venv .venv
. .venv/bin/activate
python -m pip install -r requirements.txt
- Install pre-commit hooks
pre-commit install