Skip to content

Zulkhuu/head-gesture-recogniton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Head gesture recognition

This repository contains implementations of vision based head gesture recognition algorithms.

Table of Contents

Installation

Clone the repository and install required python packages:

git clone --recurse-submodules https://github.com/Zulkhuu/head-gesture-recogniton
cd head-gesture-recogniton
sudo pip3 install -r requirements.txt

Resources

  • High-Speed Tracking with Kernelized Correlation Filters(KCF) [paper]
  • MobiFace: A Novel Dataset for Mobile Face Tracking in the Wild [paper] [website]