Skip to content

Keras Implementation of the research paper Dual input neural networks for positional sound source localization

Notifications You must be signed in to change notification settings

cksajil/dual-inp-nn-4-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the research paper Dual Input Neural Networks for Positional Sound Source Localization (Ongoing)

Reference

Grinstein, E., Neo, V.W. & Naylor, P.A. Dual input neural networks for positional sound source localization. J AUDIO SPEECH MUSIC PROC. 2023, 32 (2023). https://doi.org/10.1186/s13636-023-00301-x

Setting up virtual environment

# Creating New Virtual Environment
python -m venv venv

# Activating Virtual Environment
source venv/bin/activate

# Upgrade PIP
python -m pip install --upgrade pip

# Installing Packages
python -m pip install -r requirements.txt

About

Keras Implementation of the research paper Dual input neural networks for positional sound source localization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages