Kentaro Wada vor 6 Jahren
Ursprung
Commit
8aa9bbc7b6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      labelme/utils/qt.py

+ 1 - 1
labelme/utils/qt.py

@@ -12,7 +12,7 @@ here = osp.dirname(osp.abspath(__file__))
 
 
 def newIcon(icon):
-    icons_dir = osp.join(here, 'icons')
+    icons_dir = osp.join(here, '../icons')
     return QtGui.QIcon(osp.join(':/', icons_dir, '%s.png' % icon))