loicmarie / sign-language-alphabet-recognizer

Simple sign language alphabet recognizer using Python, openCV and tensorflow for training Inception model (CNN classifier).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

J and Z are not correct

TomOrth opened this issue · comments

This is a great start to recognizing the asl signs.

However, J and Z for this dataset are incorrect.

J and Z both move over time, as shown in this video:

J: https://youtu.be/tkMg8g8vVUo?t=35
Z: https://youtu.be/tkMg8g8vVUo?t=87

Simply holding the finger in question at a certain position does not mean the same thing

Perhaps maybe instead do frame-by-frame processing instead of looking at just one image?