Przeglądaj źródła

Change suffix .lif -> .json

Kentaro Wada 9 lat temu
rodzic
commit
546e12b2bb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      labelme/labelFile.py

+ 1 - 1
labelme/labelFile.py

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