Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trumpets in music cannot be separated correctly! #598

Open
piwawa opened this issue May 16, 2024 · 0 comments
Open

Trumpets in music cannot be separated correctly! #598

piwawa opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@piwawa
Copy link

piwawa commented May 16, 2024

I used the following python script:

from audio_separator.separator import Separator

# Initialize the Separator with other configuration properties below
separator = Separator(output_dir='output')

# Load a model
separator.load_model(model_filename='htdemucs_ft.yaml')

output_file_paths_3 = separator.separate('../spleeter-web/media/uploads/72239f71-f702-4951-9bec-169a1df905af/LeLe Farley feat. DeDe Harlan - Earths Afterparty.webm')

Model:

        "Demucs v4: htdemucs_ft": {
            "04573f0d-f3cf25b2.th": "https://dl.fbaipublicfiles.com/demucs/hybrid_transformer/04573f0d-f3cf25b2.th",
            "92cfc3b6-ef3bcb9c.th": "https://dl.fbaipublicfiles.com/demucs/hybrid_transformer/92cfc3b6-ef3bcb9c.th",
            "d12395a8-e57c48e6.th": "https://dl.fbaipublicfiles.com/demucs/hybrid_transformer/d12395a8-e57c48e6.th",
            "f7e0c4bc-ba3fe64a.th": "https://dl.fbaipublicfiles.com/demucs/hybrid_transformer/f7e0c4bc-ba3fe64a.th",
            "htdemucs_ft.yaml": "https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/htdemucs_ft.yaml"
        }

Origin audio:

LeLe.Farley.feat.DeDe.Harlan.-.Earths.Afterparty.webm

Vovals audio:

LeLe.Farley.feat.DeDe.Harlan.-.Earths.Afterparty_.Vocals._htdemucs_ft.webm

The horn sound at 26 seconds was incorrectly preserved.

@piwawa piwawa added the bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant