dawg / models

Machine learning models for use in Vusic
8 stars 0 forks source link

Stem converter script and initial preprocessing script for MUSDB18 #15

Closed aodonnell closed 5 years ago

aodonnell commented 5 years ago

Description

Here's a starting point for our MUSDB18 preprocessing. There's still a lot of work to be done before this can be merged. We still need to set up a way to download this from somewhere remote and convert the files into a tfrecord. I've also included a rough stem converter script in case we need it. It also may give a bit more insight into how the format is structured. Travis is failing pipenv install even though it works locally and I have no idea why. Not sure if it's a problem with pipenv or something I'm doing so I'm not going to worry about it for now 🤕.

Edit: Fixed the pipenv install issue by running pipenv lock --clear to clean the dependency cache then updating the Pipfile.lock. I also added some environment variables that will prevent pipenv from complaining about being in another venv.

Type of change

How Has This Been Tested?

TBD

Checklist: