googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.52k stars 686 forks source link

Techable Machine Web and Keras models have different recognition rates. #333

Open ChoiBoHyeon opened 1 year ago

ChoiBoHyeon commented 1 year ago

Hello, I'm a student studying in Korea. In order for me to proceed with the project, I will download the Keras model using the Teachable Machine to recognize the object. However, while the recognition is accurate on the web, when I downloaded the Keras model and tried to run it in Local, I found that the recognition rate was very low. Is there anything I need to know more about?

sryu1 commented 1 year ago

Which snippet were you using? The Keras one or OpenCV one?

ChoiBoHyeon commented 1 year ago

Yes, I've used both. This is a link that includes my project code and model. https://github.com/DCU-CapstoneDesign-WhiteCane/WhiteCane-AI

miminashi commented 1 year ago

Probably the same problem: #315