-
Notifications
You must be signed in to change notification settings - Fork 66
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
10 changed files
with
540 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## GUI for MSST code | ||
|
||
GUI was prepared by **Bas Curtiz** and is based on [wxpython](https://en.wikipedia.org/wiki/WxPython) module. | ||
|
||
![Window example](gui/wx_msst_screen.png) | ||
|
||
### How to | ||
|
||
How to use GUI with ZFTurbo's Music Source Separation Universal Training Code: | ||
|
||
1. Install Python: https://www.python.org/ftp/python/3.11.6/python-3.11.6-amd64.exe | ||
2. Install Microsoft Visual C++ 2015-2022 (x64): https://aka.ms/vs/17/release/vc_redist.x64.exe | ||
3. Install Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/ | ||
Select Desktop development with C++ | ||
4. Install PyTorch: https://pytorch.org/get-started/locally/ | ||
5. Download and unzip Music Source Separation Universal Training Code: | ||
https://github.com/ZFTurbo/Music-Source-Separation-Training | ||
6. Open up CMD inside the folder and enter: `pip install -r requirements.txt` | ||
7. enter: `pip install wxpython` | ||
8. enter: `python gui-wx.py` | ||
9. Download models - assign the config (.yaml) and checkpoint (.bin, .ckpt, or .th) | ||
10. Done. | ||
|
||
Video guide on [Youtube](https://youtu.be/gyxMCbDwfAw). |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ wandb | |
accelerate | ||
huggingface-hub>=0.23.0 | ||
prodigyopt | ||
torch_log_wmse | ||
torch_log_wmse | ||
wxpython==4.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters