/mdx-net-submission

Primary LanguagePythonMIT LicenseMIT

MDX-Net Music Source Separation

This repository contains the source code and pretrained models for MDX-Net's submission to the Sony Demixing Challenge, which ranked second place.

This branch is undergoing refractorization, the code may break for you. Please see Reproducible Submission for branches that contain working source code and pretrained models.

For machine learning scientists

Please see MDX-Net for the code to train your own models.

For musicians (Reproducible Submission)

Please see the following branches for instructions to install and use the pretrained models.

Installation

conda env create -f environment.yml -n mdx-submit
pip install -r requirements.txt