An open API service indexing awesome lists of open source software.

https://github.com/dev-khant/subway-surfer-hand-motion

Hand Motion Object Detector
https://github.com/dev-khant/subway-surfer-hand-motion

object-detection ssd-mobilenet tensorflow

Last synced: about 2 months ago
JSON representation

Hand Motion Object Detector

Awesome Lists containing this project

README

          

# Subway Surfers with Hand Motions

![img](https://user-images.githubusercontent.com/57898986/140607483-332a70eb-05ba-44d3-b1e7-b6d3a9036597.png)

## Object Detection Model

Built an Object Detector which detects the position of Hand and accordingly predicts the movement. The movements are Up, Down, Right, Left. These movements are then passed to the game.

Model used for detection is SSD_MobileNet_V2_FPNLite as it can detect object in around 25ms with the help of Tensorflow Object Detection API [here](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md) and for setting up the environment go through the official article [here](https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/).

Folder for Tensorflow Object Detection API is on MASTER branch .

Used custom dataset consisting of 250 train images and 50 test images for each class.

The link for the working video [YouTube](https://www.youtube.com/watch?v=LYiCKA1DeFg).