-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vocal-extraction
updated
31 files
+5 −0 | .gitignore | |
+42 −15 | README.md | |
+2 −2 | aicrowd.json | |
+0 −45 | base_model.py | |
+0 −229 | configs.py | |
+0 −0 | data/.gitkeep | |
+0 −3 | data/test/Mu - Too Bright/bass.wav | |
+0 −3 | data/test/Mu - Too Bright/drums.wav | |
+0 −3 | data/test/Mu - Too Bright/mixture.wav | |
+0 −3 | data/test/Mu - Too Bright/other.wav | |
+0 −3 | data/test/Mu - Too Bright/vocals.wav | |
+4 −8 | download_demucs.py | |
+0 −65 | eval_musdb18.py | |
+12 −5 | evaluator/music_demixing.py | |
+343 −0 | float16-conv/float16.py | |
+16 −0 | float16-conv/run.py | |
+0 −65 | globalsdr_musdb18.py | |
+0 −63 | mdxnet.py | |
+1 −0 | model/.directory | |
+0 −3 | model/mixer.ckpt | |
+0 −3 | model/mixer_val.ckpt | |
+113 −177 | models.py | |
+0 −3 | onnx_A/bass.onnx | |
+0 −3 | onnx_A/drums.onnx | |
+0 −3 | onnx_A/other.onnx | |
+0 −3 | onnx_A/vocals.onnx | |
+0 −25 | predict.py | |
+145 −0 | predict_blend.py | |
+27 −0 | process.py | |
+1 −1 | run.sh | |
+27 −0 | use.py |