Skip to content

TungyuYoung/ICASSP2018_audioset

 
 

Repository files navigation

THIS CODE IS DEPRECATED AND HIGHLY SUGGEST USE THE LATEST CODE HERE:

https://github.com/qiuqiangkong/audioset_classification

===========================================================

Audio Set classification with attention model: A probabilistic perspective

Author: Qiuqiang Kong ([email protected]) and Yong Xu ([email protected]) contribute equally to this work, Wenwu Wang ([email protected]) and Mark D. Plumbley ([email protected])

This is the souce code for Audio Set classification, an implementation of this paper https://arxiv.org/abs/1711.00927

Download dataset

We convert the tensorflow type data to numpy data and stored in hdf5 file. The hdf5 data can be downloaded here https://drive.google.com/open?id=0B49XSFgf-0yVQk01eG92RHg4WTA

Install requirements

pip install -r requirements.txt

Run

./runme.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%