Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SumanDeedwaniya opened this issue Jul 23, 2021 · 3 comments
Open

Comments

@SumanDeedwaniya
Copy link

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

@asingh33
Copy link
Owner

asingh33 commented Aug 1, 2021

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.

@sonalgan
Copy link

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

@asingh33
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants