This project is a challenge of gesture recognition for the course : "Multimodal Processing Recognition and Interaction" of the HES-SO university (Switzerland).
This was a school project. It is no longer maintained and no support will ever be provided.
The project is available to anyone interested by studying, modifing or using it. However, be aware that it might contains bugs or errors, and some resources might be missing (data or credentials).
Please note that the language and technologies might have been new for the contributors when developping the project. Time frame and project requirement are also very different than most real-world project.
Coding style is not representative of the contributors' current style
The project folder structure is the following :
.
├── data (not versioned)
│ └── data files
├── opegra (not versioned)
│ └── opegra submissions archives
└── src
├── ann
│ ├── > ANN specifics sources
│ └── > Trained ANNs
├── svm
│ ├── > SVM specifics
│ └── > Trained HMMs
└── > Common sources
- Pauline Boukhaled : SVM (C#)
- Jonathan Cornaz : ANN (Matlab)