EM algorithms for integrated spatial and spectral models.
Project description
Blind Source Separation (BSS) algorithms
Fork note : The original repo has been modified to allow a partial
release of the evaluation utilities on PyPI under the name
pb_bss_eval
. All the credits goes to the original authors
(see here).
As can be seen in the Manifest.in, only the
evaluation sub-package can be installed and is released on PyPI.
To install it, just run :
pip install numpy Cython # required for pesq install
pip install pb_bss_eval
This repository covers EM algorithms to separate speech sources in multi-channel recordings.
In particular, the repository contains methods to integrate Deep Clustering (a neural network-based source separation algorithm) with a probabilistic spatial mixture model as proposed in the Interspeech paper "Tight integration of spatial and spectral features for BSS with Deep Clustering embeddings" presented at Interspeech 2017 in Stockholm.
@InProceedings{Drude2017DeepClusteringIntegration,
Title = {Tight integration of spatial and spectral features for {BSS} with Deep Clustering embeddings},
Author = {Drude, Lukas and and Haeb-Umbach, Reinhold},
Booktitle = {INTERSPEECH 2017, Stockholm, Sweden},
Year = {2017},
Month = {Aug}
}
Installation
Install it directly from source
git clone https://github.com/fgnt/pb_bss.git
cd pb_bss
pip install --editable .
We expect that numpy
, scipy
and cython
are installed (e.g. conda install numpy scipy cython
or pip install numpy scipy cython
).
The default option is to install only the necessary dependencies. When you want to run the tests or execute the notebooks, use the one of the following commands for the installation:
pip install --editable .[all] # Without a whitespace between `.` and `[all]`
pip install git+https://github.com/fgnt/pb_bss.git#egg=pb_bss[all]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pb_bss_eval-0.0.2.tar.gz
.
File metadata
- Download URL: pb_bss_eval-0.0.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 395fbcabc9d3be66490131a67a122d08d4c2cdb88b2ddcd7a4120664c33c6d38 |
|
MD5 | 2e106c780995d4ed318c7f11e223d02c |
|
BLAKE2b-256 | 372a377b05ba6c4293b8e86a3f85184181e3d681b146b812fc98781862490ff9 |
File details
Details for the file pb_bss_eval-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pb_bss_eval-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a72c2fd04c9f4a4e734cf615029c3877e6e4536225eeaaae05bb0cf014b3af1b |
|
MD5 | 85e0c37618b81b77da659234a56acab2 |
|
BLAKE2b-256 | b2d52825e46367d810dda650655a818fb8185147628f16ee85dd54aaa4dac8b0 |