-
Notifications
You must be signed in to change notification settings - Fork 2
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
Begin building annotation, training & testing dataset + artifacts #1
base: main
Are you sure you want to change the base?
Conversation
adds selected sample assets csv
Adds BuildImages.fetch_online_images(), BuildImages.fetch_leaflet_tool()
Looking forward to feedback, thoughts, ideas & directions! This will hopefully help us get started. Recently discovered @Olament's fun mycology projects as well. Any interest in integrating with & expanding this neat project MycologyBot with MO data? I am hoping to poke around and fiddle with the DeepMushroom & MycologyBot repos this weekend. todos: |
add exports archives too
ok, now the web annotator is working over here and can process Mushroom Observer annotation tasks generated by
...then select this directory to upload at the annotation landing screen. (The vague idea here was to maybe recycle some existing Merlin AI model training stuff, I think @gvanhorn38 was maybe hoping to add more variety and examples for future projects just like this one) More notes here: |
alright, added the methods for @mo-nathan 's second csv format. the above annotation json / artifacts / images @ mo.columbari.us have been updated too with the 900 image dataset. |
Beginning to fill in preprocessing steps to construct a sample training & testing dataset + json artifacts for a Mushroom Observer annotator tool.