Coder Social home page Coder Social logo

qinxiaoyi / heymann-nn-gev-bf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blank-wang/heymann-nn-gev-bf

0.0 0.0 0.0 8.49 MB

A Pytorch implementation of 'Neural network based spectral mask estimation for acoustic beamforming'

Python 84.92% Shell 15.08%

heymann-nn-gev-bf's Introduction

his ppt on icassp 2016

references, tools

requirments

  • python3
  • pytorch
  • kaldi
  • matlab

tools

to do

  • print (avg, max, median) of L2 norm
  • gev BF
  • add timer(of
  • MVDR BF
  • PESQ
  • SNR
  • F-score for each bin

Installation

cd your_kaldi/egs
git clone [email protected]:gogyzzz/heymann-nn-gev-bf.git
cd heymann-nn-gev-bf/s5

Data preparation

mylocal/prepare_noise.sh

mylocal/prepare_wsjcam0.sh
mylocal/prepare_mixed_wsjcam0.sh

matlab -nodesktop -nosplash -r \
 "mix('ext/mixed/wsjcam0/si_dt/mixed.csv', 1024000); exit;"
 
mylocal/prepare_chime3.sh

Data preparation 2

# for pytorch dataset, dataloader

def wav_to_ibm(clean, noisy, channel=-1):
    return (y_psd, x_psd, n_psd, x_mask, n_mask)

# psd normalization needed? -> no. just use batchnorm



Exp. results

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.