lzx1413 / labelImgPlus

:metal: LabelImgPlus is a graphical image annotation tool which supports CLS,DET and SEG
211 stars 51 forks source link

Error: Create RectBox #3

Closed pogilon closed 7 years ago

pogilon commented 7 years ago

Hello,

When I create a RecBox, I get the error below. I can't therefore save the document and the box disappears after changing the image. " Traceback (most recent call last): File "labelImg.py", line 1124, in newShape self.actions.create.setEnabled(True) AttributeError: 'struct' object has no attribute 'create' "

se7oluti0n commented 7 years ago

I think line 1124 in labelImg.py should be changed to :

self.actions.createMode.setEnabled(True)