Add UVR5 MDX-Net models with licenses and model card
Browse files- README.md +51 -0
- UVR-MDX-NET-Inst_HQ_3.LICENSE +40 -0
- UVR-MDX-NET-Inst_HQ_3.onnx +3 -0
- UVR_MDXNET_3_9662.LICENSE +40 -0
- UVR_MDXNET_3_9662.onnx +3 -0
- UVR_MDXNET_KARA.LICENSE +40 -0
- UVR_MDXNET_KARA.onnx +3 -0
- UVR_MDXNET_KARA_2.LICENSE +40 -0
- UVR_MDXNET_KARA_2.onnx +3 -0
- UVR_MDXNET_Main.LICENSE +40 -0
- UVR_MDXNET_Main.onnx +3 -0
README.md
CHANGED
|
@@ -1,3 +1,54 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- music
|
| 6 |
+
- stem-separation
|
| 7 |
+
- vocal-removal
|
| 8 |
+
- onnx
|
| 9 |
+
- mdx-net
|
| 10 |
+
- uvr
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
# UVR5 MDX-Net Models — Backup Repository
|
| 16 |
+
|
| 17 |
+
This repository is a **backup and redistribution mirror** of select pre-trained ONNX models from the [Ultimate Vocal Remover (UVR)](https://github.com/Anjok07/ultimatevocalremovergui) project. The models are hosted here unaltered for reliability and availability purposes. This repository is not affiliated with the original authors.
|
| 18 |
+
|
| 19 |
+
## Purpose
|
| 20 |
+
|
| 21 |
+
The canonical source for these models is the [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo) GitHub release archive. This mirror exists to provide a stable, versioned download location independent of GitHub release availability.
|
| 22 |
+
|
| 23 |
+
Redistribution is permitted under the [MIT License](https://opensource.org/licenses/MIT), which explicitly grants the right to use, copy, and distribute the models provided that the original copyright notice and license text are preserved. Each model in this repository is accompanied by a `.LICENSE` file containing the full attribution and license terms.
|
| 24 |
+
|
| 25 |
+
## Models
|
| 26 |
+
|
| 27 |
+
| File | Size | Description | Original Source |
|
| 28 |
+
|---|---|---|---|
|
| 29 |
+
| `UVR-MDX-NET-Inst_HQ_3.onnx` | 64 MB | High-quality instrumental/vocal separation | [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR-MDX-NET-Inst_HQ_3.onnx) |
|
| 30 |
+
| `UVR_MDXNET_Main.onnx` | 64 MB | Main MDX-Net vocal separation model | [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_Main.onnx) |
|
| 31 |
+
| `UVR_MDXNET_KARA_2.onnx` | 50 MB | Karaoke stem separation (v2) | [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_KARA_2.onnx) |
|
| 32 |
+
| `UVR_MDXNET_KARA.onnx` | 28 MB | Karaoke stem separation | [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_KARA.onnx) |
|
| 33 |
+
| `UVR_MDXNET_3_9662.onnx` | 28 MB | MDX-Net v3 (96.62 SDR) | [TRvlvr/model_repo](https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_3_9662.onnx) |
|
| 34 |
+
|
| 35 |
+
## Architecture
|
| 36 |
+
|
| 37 |
+
All models use the **KUIELab-MDX-Net** architecture and are exported in ONNX format for cross-platform inference.
|
| 38 |
+
|
| 39 |
+
- **Paper:** [KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing](https://arxiv.org/abs/2111.12203)
|
| 40 |
+
- **Architecture authors:** Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 41 |
+
|
| 42 |
+
## Credits
|
| 43 |
+
|
| 44 |
+
All models were trained and published by the **Ultimate Vocal Remover** team:
|
| 45 |
+
|
| 46 |
+
- **UVR Project:** [Anjok07 (DilanBoskan)](https://github.com/Anjok07), KimberleyJSN, and the UVR development community
|
| 47 |
+
- **UVR Repository:** https://github.com/Anjok07/ultimatevocalremovergui
|
| 48 |
+
- **Model Distribution:** https://github.com/TRvlvr/model_repo
|
| 49 |
+
|
| 50 |
+
If you use these models in your work, please credit the original UVR authors.
|
| 51 |
+
|
| 52 |
+
## License
|
| 53 |
+
|
| 54 |
+
MIT — see the `.LICENSE` file accompanying each model for the full license text and attribution notice.
|
UVR-MDX-NET-Inst_HQ_3.LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UVR-MDX-NET-Inst_HQ_3.onnx
|
| 2 |
+
Source: https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR-MDX-NET-Inst_HQ_3.onnx
|
| 3 |
+
|
| 4 |
+
This model is distributed as part of the Ultimate Vocal Remover (UVR) project
|
| 5 |
+
and is based on the KUIELab-MDX-Net architecture.
|
| 6 |
+
|
| 7 |
+
-------------------------------------------------------------------------------
|
| 8 |
+
|
| 9 |
+
Ultimate Vocal Remover (UVR)
|
| 10 |
+
Authors: Anjok07 (DilanBoskan), KimberleyJSN, and the UVR development community
|
| 11 |
+
Repository: https://github.com/Anjok07/ultimatevocalremovergui
|
| 12 |
+
License: MIT — "Honor the MIT license by providing credit to UVR and its developers."
|
| 13 |
+
|
| 14 |
+
MDX-Net Architecture
|
| 15 |
+
Authors: Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 16 |
+
Repository: https://github.com/kuielab/mdx-net
|
| 17 |
+
Paper: "KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing"
|
| 18 |
+
https://arxiv.org/abs/2111.12203
|
| 19 |
+
|
| 20 |
+
-------------------------------------------------------------------------------
|
| 21 |
+
|
| 22 |
+
MIT License
|
| 23 |
+
|
| 24 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 25 |
+
of this model and associated documentation files, to deal in the model without
|
| 26 |
+
restriction, including without limitation the rights to use, copy, modify,
|
| 27 |
+
merge, publish, distribute, sublicense, and/or sell copies of the model, and
|
| 28 |
+
to permit persons to whom the model is furnished to do so, subject to the
|
| 29 |
+
following conditions:
|
| 30 |
+
|
| 31 |
+
The above copyright notice and this permission notice shall be included in all
|
| 32 |
+
copies or substantial portions of the model.
|
| 33 |
+
|
| 34 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
MODEL.
|
UVR-MDX-NET-Inst_HQ_3.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:317554b07fe1ea5279a77f2b1520a41ea4b93432560c4ffd08792c30fddf9adc
|
| 3 |
+
size 66759214
|
UVR_MDXNET_3_9662.LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UVR_MDXNET_3_9662.onnx
|
| 2 |
+
Source: https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_3_9662.onnx
|
| 3 |
+
|
| 4 |
+
This model is distributed as part of the Ultimate Vocal Remover (UVR) project
|
| 5 |
+
and is based on the KUIELab-MDX-Net architecture.
|
| 6 |
+
|
| 7 |
+
-------------------------------------------------------------------------------
|
| 8 |
+
|
| 9 |
+
Ultimate Vocal Remover (UVR)
|
| 10 |
+
Authors: Anjok07 (DilanBoskan), KimberleyJSN, and the UVR development community
|
| 11 |
+
Repository: https://github.com/Anjok07/ultimatevocalremovergui
|
| 12 |
+
License: MIT — "Honor the MIT license by providing credit to UVR and its developers."
|
| 13 |
+
|
| 14 |
+
MDX-Net Architecture
|
| 15 |
+
Authors: Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 16 |
+
Repository: https://github.com/kuielab/mdx-net
|
| 17 |
+
Paper: "KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing"
|
| 18 |
+
https://arxiv.org/abs/2111.12203
|
| 19 |
+
|
| 20 |
+
-------------------------------------------------------------------------------
|
| 21 |
+
|
| 22 |
+
MIT License
|
| 23 |
+
|
| 24 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 25 |
+
of this model and associated documentation files, to deal in the model without
|
| 26 |
+
restriction, including without limitation the rights to use, copy, modify,
|
| 27 |
+
merge, publish, distribute, sublicense, and/or sell copies of the model, and
|
| 28 |
+
to permit persons to whom the model is furnished to do so, subject to the
|
| 29 |
+
following conditions:
|
| 30 |
+
|
| 31 |
+
The above copyright notice and this permission notice shall be included in all
|
| 32 |
+
copies or substantial portions of the model.
|
| 33 |
+
|
| 34 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
MODEL.
|
UVR_MDXNET_3_9662.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02220e80d8253f4c2209f8924298b2b686bbdf2868b788ff5500fb9bd94aadc
|
| 3 |
+
size 29704436
|
UVR_MDXNET_KARA.LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UVR_MDXNET_KARA.onnx
|
| 2 |
+
Source: https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_KARA.onnx
|
| 3 |
+
|
| 4 |
+
This model is distributed as part of the Ultimate Vocal Remover (UVR) project
|
| 5 |
+
and is based on the KUIELab-MDX-Net architecture.
|
| 6 |
+
|
| 7 |
+
-------------------------------------------------------------------------------
|
| 8 |
+
|
| 9 |
+
Ultimate Vocal Remover (UVR)
|
| 10 |
+
Authors: Anjok07 (DilanBoskan), KimberleyJSN, and the UVR development community
|
| 11 |
+
Repository: https://github.com/Anjok07/ultimatevocalremovergui
|
| 12 |
+
License: MIT — "Honor the MIT license by providing credit to UVR and its developers."
|
| 13 |
+
|
| 14 |
+
MDX-Net Architecture
|
| 15 |
+
Authors: Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 16 |
+
Repository: https://github.com/kuielab/mdx-net
|
| 17 |
+
Paper: "KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing"
|
| 18 |
+
https://arxiv.org/abs/2111.12203
|
| 19 |
+
|
| 20 |
+
-------------------------------------------------------------------------------
|
| 21 |
+
|
| 22 |
+
MIT License
|
| 23 |
+
|
| 24 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 25 |
+
of this model and associated documentation files, to deal in the model without
|
| 26 |
+
restriction, including without limitation the rights to use, copy, modify,
|
| 27 |
+
merge, publish, distribute, sublicense, and/or sell copies of the model, and
|
| 28 |
+
to permit persons to whom the model is furnished to do so, subject to the
|
| 29 |
+
following conditions:
|
| 30 |
+
|
| 31 |
+
The above copyright notice and this permission notice shall be included in all
|
| 32 |
+
copies or substantial portions of the model.
|
| 33 |
+
|
| 34 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
MODEL.
|
UVR_MDXNET_KARA.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3167c87333a48548413e972a286bf40bf5694001d2853861eb1435953f02d63
|
| 3 |
+
size 29704436
|
UVR_MDXNET_KARA_2.LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UVR_MDXNET_KARA_2.onnx
|
| 2 |
+
Source: https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_KARA_2.onnx
|
| 3 |
+
|
| 4 |
+
This model is distributed as part of the Ultimate Vocal Remover (UVR) project
|
| 5 |
+
and is based on the KUIELab-MDX-Net architecture.
|
| 6 |
+
|
| 7 |
+
-------------------------------------------------------------------------------
|
| 8 |
+
|
| 9 |
+
Ultimate Vocal Remover (UVR)
|
| 10 |
+
Authors: Anjok07 (DilanBoskan), KimberleyJSN, and the UVR development community
|
| 11 |
+
Repository: https://github.com/Anjok07/ultimatevocalremovergui
|
| 12 |
+
License: MIT — "Honor the MIT license by providing credit to UVR and its developers."
|
| 13 |
+
|
| 14 |
+
MDX-Net Architecture
|
| 15 |
+
Authors: Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 16 |
+
Repository: https://github.com/kuielab/mdx-net
|
| 17 |
+
Paper: "KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing"
|
| 18 |
+
https://arxiv.org/abs/2111.12203
|
| 19 |
+
|
| 20 |
+
-------------------------------------------------------------------------------
|
| 21 |
+
|
| 22 |
+
MIT License
|
| 23 |
+
|
| 24 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 25 |
+
of this model and associated documentation files, to deal in the model without
|
| 26 |
+
restriction, including without limitation the rights to use, copy, modify,
|
| 27 |
+
merge, publish, distribute, sublicense, and/or sell copies of the model, and
|
| 28 |
+
to permit persons to whom the model is furnished to do so, subject to the
|
| 29 |
+
following conditions:
|
| 30 |
+
|
| 31 |
+
The above copyright notice and this permission notice shall be included in all
|
| 32 |
+
copies or substantial portions of the model.
|
| 33 |
+
|
| 34 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
MODEL.
|
UVR_MDXNET_KARA_2.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf32e15105a09c0f7dddd2b67346146334d6f3ecb399ed7638eba2ab07cbf5f4
|
| 3 |
+
size 52786726
|
UVR_MDXNET_Main.LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UVR_MDXNET_Main.onnx
|
| 2 |
+
Source: https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/UVR_MDXNET_Main.onnx
|
| 3 |
+
|
| 4 |
+
This model is distributed as part of the Ultimate Vocal Remover (UVR) project
|
| 5 |
+
and is based on the KUIELab-MDX-Net architecture.
|
| 6 |
+
|
| 7 |
+
-------------------------------------------------------------------------------
|
| 8 |
+
|
| 9 |
+
Ultimate Vocal Remover (UVR)
|
| 10 |
+
Authors: Anjok07 (DilanBoskan), KimberleyJSN, and the UVR development community
|
| 11 |
+
Repository: https://github.com/Anjok07/ultimatevocalremovergui
|
| 12 |
+
License: MIT — "Honor the MIT license by providing credit to UVR and its developers."
|
| 13 |
+
|
| 14 |
+
MDX-Net Architecture
|
| 15 |
+
Authors: Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee, Soonyoung Jung (KUIELab)
|
| 16 |
+
Repository: https://github.com/kuielab/mdx-net
|
| 17 |
+
Paper: "KUIELab-MDX-Net: A Two-Stream Neural Network for Music Demixing"
|
| 18 |
+
https://arxiv.org/abs/2111.12203
|
| 19 |
+
|
| 20 |
+
-------------------------------------------------------------------------------
|
| 21 |
+
|
| 22 |
+
MIT License
|
| 23 |
+
|
| 24 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 25 |
+
of this model and associated documentation files, to deal in the model without
|
| 26 |
+
restriction, including without limitation the rights to use, copy, modify,
|
| 27 |
+
merge, publish, distribute, sublicense, and/or sell copies of the model, and
|
| 28 |
+
to permit persons to whom the model is furnished to do so, subject to the
|
| 29 |
+
following conditions:
|
| 30 |
+
|
| 31 |
+
The above copyright notice and this permission notice shall be included in all
|
| 32 |
+
copies or substantial portions of the model.
|
| 33 |
+
|
| 34 |
+
THE MODEL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE MODEL OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
MODEL.
|
UVR_MDXNET_Main.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8289784cda38543ff431add4070662813311a8cccfc0112ca82f76d9dba2b4ca
|
| 3 |
+
size 66759214
|