The error message:
File "labelImg.py", line 1289, in openFile
self.loadFile(filename)
File "labelImg.py", line 1001, in loadFile
self.lineColor = QColor(*self.labelFile.lineColor)
AttributeError: 'LabelFile' object has no attribute 'lineColor'
I struggled with opening some of my older saved xml files abit. For me the fix was simply to "Change Save Dir" to the new folder i was trying to read the old files from.
Most helpful comment
I struggled with opening some of my older saved xml files abit. For me the fix was simply to "Change Save Dir" to the new folder i was trying to read the old files from.