👋 Welcome to the Music Demixing Challenge!

Dear Participants,

Welcome to the :headphones: Music Demixing Challenge by Sony and INRIA!

You can always post your questions and issues in this forum or reach out to @vrv @shivam @ashivani personally if you would like! We are here to help :smiley:

:sparkles: We are glad to have you onboard for this exciting challenge.

:wave: You can introduce yourself to the community in reply to this post, share a bit about your background and what brings you to this challenge, and get the ball rolling.


Some quick links

Do post any interesting resources you come across with the community :smiley: Top community contributors will receive :aicrowd: AIcrowd swag and more :star_struck:

Cheers,
Team AIcrowd

Hi!
I started by cloning the repo on my local machine (Ubuntu 20.04 with Python 3.8)
I tried to run the test file provided however i ran into the following error:

RuntimeError: Error opening '/home/Desktop/aicrowd/music-demixing-challenge-starter-kit- master/data/test/Mu - Too Bright/mixture.wav': File contains data in an unknown format.

This appears to be an error in the soundfile package! Any help would be appreciated on this! @vrv @shivam @ashivani

Hi @froot_joos21, it looks like a repository cloning issue.

In your repository please try out the following:

git lfs pull

In case this command fails, you need to install git-lfs in your system or upgrade your git version.

Similar query:
https://github.com/AIcrowd/music-demixing-challenge-starter-kit/issues/2

Please let us know in case you continue facing the issue.

1 Like