HumanSignal/labelImg

crashes when zooming in

pujas13 opened this issue · 2 comments

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

  • OS: Windows 10

labelimg_issue

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

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.