BBox-Label-Tool icon indicating copy to clipboard operation
BBox-Label-Tool copied to clipboard

for Python 3

Open MarynaLongnickel opened this issue 6 years ago • 3 comments

need to add parenthesis to 'print' statements, and change Tkinter to tkinter and TkinterMessageBox to tkinter.messagebox

MarynaLongnickel avatar Oct 29 '18 22:10 MarynaLongnickel

Also need to remove '.decode' and change 'open(filename_xml, "w")' to 'open(filename_xml, "wb")'. And why does it say there are twice as many images? >.>

MarynaLongnickel avatar Oct 29 '18 22:10 MarynaLongnickel

Also, it could use some zooming out :| My pictures don't fit in the window and it chops off chunks of data.

MarynaLongnickel avatar Oct 29 '18 22:10 MarynaLongnickel

hi Maryna did you find a way to solve this last point about zoom ? I met the same issue ...

ArnaudNorel95 avatar Nov 22 '19 12:11 ArnaudNorel95