HarshKapadia2 / one-or-two

A hand gesture model web app to detect 1 and 2 in a picture.
https://one-or-two.herokuapp.com/
MIT License
5 stars 4 forks source link

Fix PNG files bug #11

Closed pratik-choudhari closed 4 years ago

pratik-choudhari commented 4 years ago

Added snippet to convert image into RGB format.

HarshKapadia2 commented 4 years ago

References issue #10.

Looks good! Thank you for this PR @pratik-choudhari, I was looking for a way to remove the transparency (A of RGBA) for another feature.