Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Python GUI to label images

Status
Not open for further replies.

pravs

Mechanical
Joined
Apr 12, 2018
Messages
34
Location
US
Hello,
I am trying to develop a GUI using tkinter which can label images to train a CNN. The images are SLIC images where I need to label desired segments in that SLIC image.
I have the following code (attached to this) but I am unable to select segments of the SLIC image and label them. Kindly help me.
 
 https://files.engineering.com/getfile.aspx?folder=21636d13-7b6c-4e83-9a03-1ed067501141&file=testgui.py
All that I see in that code is displaying a picture in a GUI window and providing the opportunity to move or copy the picture's file.

There doesn't seem to be anything at all in that code that works with the image data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top