Skip to content
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

tkinter functionality #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

brandon-hastings
Copy link

Hi, I came across your script while looking for image labeling GUIs using tkinter, and it seemed like everything used the QT GUI framework. Due to that I decided to take what you had written and modify it for that purpose.

I modified it to be a class that takes in a folder or image path and display the image inside a tkinter window, with user supplied label names displayed beside the image in radio buttons. The purpose of this was to generate points that could be used for image homography and scaling, with the potential of feeding the points into a multi class machine learning workflow for datasets containing a large number of images. I personally changed it to a CSV output due to the simplistic nature of the resulting data - i.e. I didn't need the tree format of XML to accomplish these goals and the file size is generally smaller.

I need to implement this into current projects I am working on and I think this is beneficial to others as well, so if you're open to it and you are still active I suggest we make this into a package for PyPI. I think it can even be improved upon further to implement more features (I added these in the readme file).

It's quite different but the base of it was your work, so I was hoping we could continue to improve on this together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant