Эх сурвалжийг харах

Remove value=200 to avoid confusion (#938)

Kentaro Wada 3 жил өмнө
parent
commit
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):