Skip to content

ai3DVision/yael

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yael

Generate fisher vector for video and sensor data using yael library.

This project is for multi-modal human activity recognition

Requirement

Note: Need configure with --enable-numpy to allow some functions like fvec_to_numpy.

Usage

testfile_video.sh filename
testfile_sensor.sh filename

Output

The program will output a label which indicates an activity.

Label

  1. walking
  2. walking upstairs
  3. walking downstairs
  4. eating
  5. drinking
  6. push-ups
  7. runing in the gym
  8. working at PC
  9. reading
  10. sitting

Note: Not finished.

Pipeline

  • Video data processing:

  • Downsample the videos

  • Generate trajectory features

  • Sample ten percent data to form the codebook

  • Build Guassian Mixure Model (GMM)

  • Generate fisher vector

  • Classify fisher vectors using SVM

  • Sensor data processing:

  • Use sliding windows to pre-process the data

  • Sample ten percent data to form the codebook

  • Build Guassian Mixure Model (GMM)

  • Generate fisher vector

  • Classify fisher vectors using SVM

Results

  • TBA

Singapore University of Technology and Design (SUTD)

About

Generate fisher vector for video and sensor data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • HTML 22.8%
  • Shell 10.4%