Skip to content

Result of Hand Center Localisation

Hitansh Singla edited this page Jun 4, 2019 · 2 revisions

Issue: Locate the center of hand

Algorithm:

-Find the hand

-Crop the image and save it

**Problem: **How to find the hand?

**Solution performed: **

-Created a TensorFlow object detection model

-Labelled around 100+ hands manually

-Trained the model using a CNN

Result:

Something like this:

Screenshot_2019-05-25_at_11.41.06_PM

After running the script on 4500+ images, we managed to keep only the required part in the image:

Before:

image1

After:

image1_cropped

Before:

image1

After:

image1_cropped

But it does not always work like this:

Before:

image3

After:

image3_cropped

Because:

-Image is tilted

-Label is too close to hand

-Model created a much bigger box