labelImgPlus
labelImgPlus copied to clipboard
:metal: LabelImgPlus is a graphical image annotation tool which supports CLS,DET and SEG
Hi there. When i press click on an image in the list i got this message in console. I am running python 3.8 pyqt5 on ubuntu focal 20.04 ``` Traceback...
hello, I'm afraid that line 1035(https://github.com/lzx1413/labelImgPlus/blob/master/labelImg.py#L1035) and line 1047(https://github.com/lzx1413/labelImgPlus/blob/master/labelImg.py#L1047) cause the issue of IOError mentioned on the title. To solve them, line 1035 should be replaced by `result_path = os.path.join(self.defaultSaveDir,os.path.splitext(imgFileName)[0])...
The '/' should be added to the line 1030, 1035, 1048 of labelImg.py after '+' to seperate the folder when storing mask and xml file.
Do we have a YOLO that supports DET mode? the XML files does not have (xmin,ymin,height,widrth) Traceback (most recent call last): File "gen_anchors.py", line 138, in main(args) File "gen_anchors.py", line...
Say i want to delete multiple boxes at once, without clicking each box and deleting separately. What changes would i make to the source code to either a) select multiple...
I'm trying to run labelImgPlus under Windows using anaconda python 2. But seems it can't save polygon markup data: ``` C:\Users\myuser\Anaconda2\python.exe labelImg.py color map [u'0,0,0\n', u'255,0,0,128\n', u'0,255,0,128\n', u'0,0,255,128\n', u'1 39,0,139,128\n',...
Does prebuild binary for windows availible like in original LabelImg ( https://tzutalin.github.io/labelImg/ ) ?
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...