Browse Source

Change suffix .lif -> .json

Kentaro Wada 9 years ago
parent
commit
546e12b2bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labelme/labelFile.py

+ 1 - 1
labelme/labelFile.py

@@ -26,7 +26,7 @@ class LabelFileError(Exception):
     pass
 
 class LabelFile(object):
-    suffix = '.lif'
+    suffix = '.json'
 
     def __init__(self, filename=None):
         self.shapes = ()