Labelimg: Can not open annotations file

Created on 22 Jan 2019  路  2Comments  路  Source: tzutalin/labelImg

  • OS mac:
  • PyQt5:

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings