Przeglądaj źródła

Use value=200 for LABEL_COLORMAP

Kentaro Wada 5 lat temu
rodzic
commit
8d50d33de2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

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