CNNGestureRecognizer icon indicating copy to clipboard operation
CNNGestureRecognizer copied to clipboard

Guess gesture detects the test images in ./img folder wrongly.

Open SumanDeedwaniya opened this issue 4 years ago • 3 comments

Hi,

I am trying to infer the gesture of test images present in ./imgs folder by loading the CNN with you pretrained weights file pretrained_weights_WinOS.hdf5 but the prediction is going wrong. Like for pppunch1.png image it is predicting PEACE gesture. Can you tell me where is it going wrong. Below is the screenshot of my output logs. Screenshot from 2021-07-23 17-48-48

SumanDeedwaniya avatar Jul 23 '21 12:07 SumanDeedwaniya

Hey @SumanDeedwaniya Yeah there could be few false positives. I am using a very simplistic model, trained with a very limited set of images and its not 100% accurate model. I must have copied that image file from the validation set. To improve the accuracy, you may need to train it with more training data. Few model tweaking may also help.

asingh33 avatar Aug 01 '21 13:08 asingh33

Hi! Does your project need any help? I want to start contributing more.

sonalgan avatar Oct 12 '21 19:10 sonalgan

@sonalgan Hey! Always welcome to contribute to this project. Appreciate any help.

Some of the new additions would be:

  • support for latest Keras/Tensorflow versions.
  • commandline interface could be quick update using python 'argeparse' lib.
  • I was working on containerize the project using Docker framework. But hit a blocking issue. I want to host the project as well online for someone to quickly use and interface it.

asingh33 avatar Oct 20 '21 05:10 asingh33