Giter Club home page Giter Club logo

first-impressions's Introduction

first-impressions prediction

The repository contains code, documentation of the code used in ChaLearn First Impressions Analysis challenge (first round)

Fact sheet : http://chalearnlap.cvc.uab.es/media/results/None/fact-sheet-evolgen.pdf

Presentation URL : https://drive.google.com/open?id=0BzF_0XI4hJA6dXpRUFc4cVk4VGs

Paper URL : https://drive.google.com/file/d/0B4pMIs_1zlP4YnA3WkxhTEdYSnM/view

challenge URL : https://competitions.codalab.org/competitions/9181

ChaLearn LAP. Apparent Personality Analysis: First Impressions(First round)

used OS: Ubuntu 14.04

Prerequisites for execution:

To extract audio features:
  1. install ffmpeg https://git.ffmpeg.org/gitweb/ffmpeg.git (or) try "sudo apt-get install ffmpeg"

  2. python 2.7 (<--tested) (or above)

additional packages needed:

pip install --user eyed3
pip install --user mlpy
pip install --user scikit-learn
pip install --user progressbar
  1. Software installations for preparing OpenFace executable Installation: https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation

    • make sure that open face is installed in the folder "OpenFace" of same directory of test files i.e., open face should be built and the file "FeatureExtraction" should be available in the folder "data/OpenFace/build/bin"
  2. Torch7 Installation: http://torch.ch/docs/getting-started.html

important modules of Torch7: nn, cunn, cutorch, nngraph, rnn, image, optim, xlua, io CUDA 7.0 or above

EXECUTION PROCEDURE:

Preprocessing steps:

  1. To start preprocessing of data, execute the below command

python setup.py

After preprocessing, there will be 4 new folders created under "data" folder namely,

   "data/trainaudiofeat" - training audio features
   "data/validationaudiofeat" - validation audio features
   "data/trainframes" - training video features
   "data/validationframes" - validation video features
  1. To train the model,

--> in commandline, go to "src" folder,
--> execute "th doall.lua"

if you use our code, please cite the paper as below:

@inproceedings{baltru2016openface,
  title={Bi-modal First Impressions Recognition using Temporally Ordered Deep Audio and Stochastic Visual Features},
  author={Arulkumar Subramaniam, Vismay Patel, Ashish Mishra, Prashanth Balasubramanian, Anurag Mittal},
  booktitle={ European Conference on Computer Vision (ECCV) Workshop - 2016 on Apparent Personality Analysis},
  pages={-},
  year={2016},
  organization={ECCVW-2016}
}

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.