loicmarie / sign-language-alphabet-recognizer

Simple sign language alphabet recognizer using Python, openCV and tensorflow for training Inception model (CNN classifier).
MIT License
288 stars 146 forks source link

J and Z are not correct #38

Open TomOrth opened 4 years ago

TomOrth commented 4 years ago

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?