deezer / spleeter

Deezer source separation library including pretrained models.
https://research.deezer.com/projects/spleeter.html
MIT License
25.6k stars 2.8k forks source link

[Discussion] Second stage model to make stems sound less "AI-like" #658

Open rolaca11 opened 3 years ago

rolaca11 commented 3 years ago

My main problem with the current spleeter outputs is that they have a lot of weird artifacts and inconsistencies. My idea is to have a second model for each output the current spleeter generates and train it with the original version.

In other words, train the second model to turn the weird result of the currently existing model into the original. Is this idea any usable? Unfortunately, I don't have any experience in tensorflow, or any other AI frameworks, so I can't try it on my own,

junh1024 commented 2 years ago

You could:

There's also https://github.com/facebookresearch/demucs if you want a ML with different-sounding artefacts.