-
Notifications
You must be signed in to change notification settings - Fork 14
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
various improvements #10
Conversation
Added that as well. This really helps browsing faster through a large dataset (with lower resolution), while still allowing high-res when needed. I have also redefined the Lastly, I found a way to deal with overlapping labels by integrating a nice tool for mag(net)ic artist placement in matplotlib: (I tried with |
Oh, sorry. I confused image_id with image number there (again). Should be fixed now. |
Great, thanks a lot! |
Fixes #6 and #9. If this all-at-once PR is inconvenient, I can also split it up functionally.
I've also changed the
st.image(figure.savefig())
tost.pyplot(figure)
because that seemed faster. It depends on the image resolution anddpi
parameter forsavefig
though. Still, it seems more logical that way. The single parameter to control the size/speed trade-off would befigsize
then. Perhaps we should make that configurable?I have also added an input field to look up images by file_name (which is helpful for navigation in large datasets), and an option to make the category view show only that single category.