Merge pull request #100 from ConlonNovak/patch-1

Changed .lif to .xml, allowing annotation I/O
This commit is contained in:
darrenl 2017-05-31 09:29:11 +08:00 committed by GitHub
commit 550c4581ec

View File

@ -18,7 +18,7 @@ class LabelFileError(Exception):
class LabelFile(object):
# It might be changed as window creates
suffix = '.lif'
suffix = '.xml'
def __init__(self, filename=None):
self.shapes = ()