Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masajinobe-ef/demucs-starter
Poetry install demucs
https://github.com/masajinobe-ef/demucs-starter
demucs music poetry python
Last synced: 28 days ago
JSON representation
Poetry install demucs
- Host: GitHub
- URL: https://github.com/masajinobe-ef/demucs-starter
- Owner: masajinobe-ef
- License: unlicense
- Created: 2024-06-24T23:47:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T00:29:57.000Z (6 months ago)
- Last Synced: 2024-06-25T01:29:06.118Z (6 months ago)
- Topics: demucs, music, poetry, python
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demucs-starter
## Установка
Для установки потребуется [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) и [Python](https://www.python.org/):
```sh
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
```Скопируйте репозиторий на локальную машину:
```sh
git clone https://github.com/masajinobe-ef/demucs-starter.git
```Перейдите в папку demucs-starter с помощью PowerShell и введите следующие команды для настройки окружения:
```sh
cd demucs-starter
poetry config virtualenvs.in-project true
poetry shell
poetry install
```Для запуска изоляции расположите ваш .mp3 файл в папку demucs-starter и запустите скрипт:
```sh
poetry shell
.\start.ps1
```### Настройка скрипта
```sh
Get-ChildItem *.mp3 | foreach { demucs -d cpu -n htdemucs_ft --two-stems=vocals --overlap 0.1 --mp3 $_.FullName }
```Модели:
- htdemucs - Стандартная модель.
- htdemucs_ft - Дольше, но лучше.Инструменты:
- drums
- bass
- other
- vocalsФорматы:
- .wav
- .flac
- .mp3