GithubHelp home page GithubHelp logo

genexin / merex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mckelvin/merex

0.0 2.0 0.0 6.35 MB

MEREX(Music Emotion Recognition EXplorer) is a prototype implements for music emotion prediction.(AS-IS CODE)

Makefile 35.04% QMake 0.64% C++ 64.32%

merex's Introduction

安装marsyas

如果仅仅是运行二进制文件MER_EX,只需执行如下命令跳过本节内容。

sudo cp ./misc/libmarsyas.so /usr/lib/

事先需要编译并安装marsyas,推荐版本0.4.5

可能需要的一些依赖

  • libmad0-dev
  • qt4-dev-tools
  • swig

配置marsyas

$ cd marsyas-0.4.5
$ mkdir build
$ cd build
$ ccmake ../src

ccmake 推荐配置

ccmake 推荐配置P1

ccmake 推荐配置P2

$ make #若出错则按提示安装相应依赖库
$ sudo make install

编译运行MER_EX

MER_EX依赖训练文件mc_train.arff,需保持其目录结构:

.
|-- MER_EX
`-- resources
    |-- mc_train.arff
    |-- minitunes.png
    `-- single_.arff

编译运行

$ cd build
$ make
$ ./MER_EX

其他

Dataflow Dataflow Diagram

MEREX MEREX Screenshot

Thayer's Model of Mood

说明文档完善中. . . . . .最后更新 06/09/2012

merex's People

Contributors

mckelvin avatar

Watchers

James Cloos avatar  avatar

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.