-
Notifications
You must be signed in to change notification settings - Fork 1
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
Scrape Instagram #10
Comments
scraped instagram for ~400 pictures in each hashtag. Includes non-plant pictures. Will go through images depending on how many needed for each class. Running Inception and mobilenet classifiers on noisy data. Out of box and with noisy data, inception v3 65-70% validation accuracy https://github.com/tensorflow/hub/blob/master/examples/image_retraining/retrain.py https://drive.google.com/drive/folders/1TauCtJxGnEOYLX0_iKVXltuS2hNVNf3d?usp=sharing |
Deleted misclassified images, ~2600 images total in common_v2 |
Nice, the images in common_v2 look a lot cleaner! Can you share the code you are using too (I'm assuming it's a bit more than just a straight application of the link you posted)? Can we apply whatever you are using to the native and invasive lists too? |
I went through all the pictures manually for V2 to make ground truth certain. The pictures are all from mobile/regular life so the settings are variable ranging from selfies to coffee shop commercials. I used this github to scrape posts with a free AWS (fastest internet) original instagram scraper. Only edited to get --maximum 500 posts and command line loop to get 7 hashtags. I'm not sure about the native/invasives, but I'm in the process of testing. The tensorflow retraining uses folders as classes so I don't need to create a csv, but it should be straightforward with ls >. Simple use of the example is here retraining as submodule |
Wow very nice! Sounds good. Thanks Chris! |
Scrape Instagram for images of plants on the following lists:
Upload all data to our shared images directory.
The text was updated successfully, but these errors were encountered: