From 8d50d33de2da59868ac3157735154bdf610b1375 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 26 Jan 2020 08:24:40 +0000 Subject: [PATCH] Use value=200 for LABEL_COLORMAP --- labelme/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelme/app.py b/labelme/app.py index 0133987..6307978 100644 --- a/labelme/app.py +++ b/labelme/app.py @@ -40,7 +40,7 @@ from labelme.widgets import ZoomWidget # - Zoom is too "steppy". -LABEL_COLORMAP = imgviz.label_colormap() +LABEL_COLORMAP = imgviz.label_colormap(value=200) class MainWindow(QtWidgets.QMainWindow): -- GitLab