浏览代码

Remove value=200 to avoid confusion (#938)

Kentaro Wada 3 年之前
父节点
当前提交
75d085e169
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

@@ -43,7 +43,7 @@ from labelme.widgets import ZoomWidget
 # - Zoom is too "steppy".
 
 
-LABEL_COLORMAP = imgviz.label_colormap(value=200)
+LABEL_COLORMAP = imgviz.label_colormap()
 
 
 class MainWindow(QtWidgets.QMainWindow):