Error: ./labelImg.py
running with lxml.etree
Traceback (most recent call last):
File "./labelImg.py", line 1156, in openFile
self.loadFile(filename)
File "./labelImg.py", line 902, in loadFile
self.lineColor = QColor(*self.labelFile.lineColor)
AttributeError: 'LabelFile' object has no attribute 'lineColor'
when I run ./labelimg.py, a error as above occurs...
Also,after I finish labeling the image , I couldn't open annotation files.
issue1
OS: ubuntu16.04
PyQt version: 4
Error: ./labelImg.py running with lxml.etree Traceback (most recent call last): File "./labelImg.py", line 1156, in openFile self.loadFile(filename) File "./labelImg.py", line 902, in loadFile self.lineColor = QColor(*self.labelFile.lineColor) AttributeError: 'LabelFile' object has no attribute 'lineColor'
when I run ./labelimg.py, a error as above occurs... Also,after I finish labeling the image , I couldn't open annotation files.