-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement new Rock Paper Scissors recipe #73
Comments
Cesar will own this, he experimented with OpenCV, will train an object detection model for the RPi |
@cmaciel is getting 1.1-1.5 FPS with a pre-trained model (MobileNet, has 90 classes of objects) on a RPi 3. He will re-train the model to focus only on objects found inside a house to get better results. |
Oops, the model was trained but the data labels were missing! :D |
Need to create a list of common household items to train a new model. Maybe focus the model on rock, paper, scissors? Maybe tjbotlib has generic functions for loading local models and running inference, and then we create a separate recipe that uses that API to load a rock/paper/scissors model locally in order to play that game. |
I propose a two-part solution for the elimination of Watson Visual Recognition:
@cmaciel if this plan makes sense to you, I'd like to close this card and open two new cards to cover 👆 . Thanks! |
Watson Visual Recognition is deprecated, so we should find a (preferably) open source replacement
The text was updated successfully, but these errors were encountered: