HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.15k stars 6.23k forks source link

crashes when zooming in #988

Open pujas13 opened 1 year ago

pujas13 commented 1 year ago

The program crashes every time I try to zoom in or to move the image across.

labelimg_issue

DevJake commented 1 year ago

It seems similar issues have been experienced by others. For example:

Consider downgrading to Python version 3.9 and see if that helps.

pnfwr commented 9 months ago

I guess the problem can be solved by simply converting the float to int by modifying the line of code causing the TypeError to bar.setValue(int(...)). Hope it helps.