瀏覽代碼

Change suffix .lif -> .json

Kentaro Wada 9 年之前
父節點
當前提交
546e12b2bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = ()