Skip to content

Commit

Permalink
fix: Hdemucs to HDemucs
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed May 14, 2023
1 parent 05af622 commit 891692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Similarly, copy the last checkpoint of BandSplitRNN to `my_submission/lightning_
After these steps, you have reproduced our submission!

The inference procedure in our submission repository is a bit complex.
Briefly speaking, the Hdemucs predicts the targets independently for each channels of the stereo mixture, plus, the average (the mid) and the difference (the side) of the two channels.
Briefly speaking, the HDemucs predicts the targets independently for each channels of the stereo mixture, plus, the average (the mid) and the difference (the side) of the two channels.
The stereo separated sources are made from a linear combination of these mono predictions.
The separated music from the BandSplitRNN is enhanced by Wiener Filtering, and the final music predictions is the average from the two models.

Expand Down

0 comments on commit 891692f

Please sign in to comment.