Giter Site home page Giter Site logo

archeo's Introduction

archeo

ARCHEO: a python lib for sound event detection in areas of touristic Interest.

Archeo dataset contains small audio files from 2 main data sources. The first source comes from recordings in the urban area of Athens while the second from corresponding videos, of a walk in the urban area of Athens, from YouTube. The data set consists of 13 classes in total as described in the publication.

Link: https://drive.google.com/file/d/1rxLlUlqj72oU2Uz9VWQREcBB3Am6YBHr/view?usp=sharing


Experiments

Experiments, as described in the paper.

1 Train Multi Label SVC Classifier based on audio features

    python3 audio_features_classifier.py -a /home/SOURCE_DATA/ -g /home/SOURCE_LABELS/

2 Train Multi Label SVC Classifier with smote based on audio features

    python3 smote_audio_feature_classifier.py -a /home/SOURCE_DATA/ -g /home/SOURCE_LABELS/ -res 2000

3 Train Multi Label SVC Classifier based on Bag of Visual Words descriptors extracted from spectograms

    python3 bag_visual_word_classifier.py -i /home/SPECT/ -o /home/bovw

4 Train Multi Label Convolutional Neural Networks based on Spectograms images

    python3 cnn.py -i /home/SPECT/

In order to run the last two experiments, you first have to seperate the wavs files into subdirectories and then create the spectrograms.

Seperate wavs to subdirectoies base on the label

python3 source/split_wavs.py  -a home/DATA_SOURCE -g home/DATA_LABELS -o WAVS

Create spectrograms

python3 source/make_spectros.py  -a home/WAVS -o SPECT

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.