labelImgPlus icon indicating copy to clipboard operation
labelImgPlus copied to clipboard

NEw issue with SEG mode

Open pogilon opened this issue 7 years ago • 1 comments

When I click settings and Seg mode the program kind of crashes and outputs the following: " AttributeError: 'NoneType' object has no attribute 'width' Traceback (most recent call last): File "/labelImgPlus/libs/canvas.py", line 106, in mouseMoveEvent pos = self.transformPos(ev.posF()) File "/labelImgPlus/libs/canvas.py", line 438, in transformPos return point / self.scale - self.offsetToCenter() File "/labelImgPlus/libs/canvas.py", line 443, in offsetToCenter w, h = self.pixmap.width() * s, self.pixmap.height() * s "

pogilon avatar Sep 07 '17 18:09 pogilon

there are still problems while switching task mode, I'll test it and fix the bug in a few days.

lzx1413 avatar Sep 12 '17 05:09 lzx1413