/Gesture-Gaming

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Driving-using-motion-recogniton

Program to drive cars in games like GTA V or Super Tux Kart using motion recognition.

Formulation:

Calculate slope between centers of fists, if negative : turn-right else turn left.

Calculate distance between centres of fists and convert to speed. If distance is zero, apply brake.

This is how the above program works

TODO: Implement hand localisation using Faster RCNN for accurate and robust results.