-
Notifications
You must be signed in to change notification settings - Fork 20
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
Number of images for retraining #1
Comments
@t-pfaff This project actually needs a lot of cleaning up. I need to refactor the entire project so it's easier to
As always, it's Github, so feel free to fork, improve, and share. This was less than a weekend project I did at a hackathon. That being said, I will refactor it so it's a little bit more respectable and versatile. (Cars v. metermaids was just a simple demo example that was easy to implement and had an immediate, 'graspable' utility, especially for those who don't code). |
@jnaulty |
@t-pfaff As for current images, I have only a few dozen. It's much easier to do this when you are within range of free wifi. I still need to work on doing the classifying on the rpi side. |
I love this repo. Gave me confidence that I could utilize TensorFlow for a project. I recommend this set of images: http://image-net.org/api/text/imagenet.synset.geturls?wnid=n02960352 I have some others if interested. I've been trying to scrape all of those for a trained set. Still working on that part but have been following the below link to classify a set of images for different classes. Been using this post as a reference point: Medium Post Being able to validate in "real-time" would be amazing. (e.g. top 5 result is a specified bounding box in the frame), tap to classify as not the object and retrain. |
@craigm26 Thanks for the resources! |
@jnaulty - I'm free at the moment - let me know details of the July 10th-19th activities. I'm curious to see if I could participate. I have a few ideas I'm touching on constantly. |
@jnaulty Great project! One question: you only used the images in
tf_files/data
to retrain the net? Not more?The text was updated successfully, but these errors were encountered: