valentinitnelav / img-with-box-from-excel

boxcel: Integrate Excel with Python for visualizing images with their corresponding bounding boxes for object detection annotation workflows
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Window name doesn't match the name of the image file in Windows OS #2

Open valentinitnelav opened 2 years ago

valentinitnelav commented 2 years ago

This is because the PIL | Image.show() method opens a temporary PNG file for the current image file (under Windows).

In im.show(title=img_path) title doesn't work as expected, see:

Not sure if I can solve this for now or if it will prove to be problematic for our workflows. Possibly check image visualization with opencv-python.