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

Set transparent shape fill_color while drawing

I found this is not very useful especially when we're annotating
concave-shaped objects.
Kentaro Wada 4 жил өмнө
parent
commit
5b9be06ee1

+ 1 - 1
labelme/config/default_config.yaml

@@ -22,7 +22,7 @@ label_colors: null
 shape:
 shape:
   # drawing
   # drawing
   line_color: [0, 255, 0, 128]
   line_color: [0, 255, 0, 128]
-  fill_color: [0, 255, 0, 64]
+  fill_color: [0, 255, 0, 0]  # transparent
   vertex_fill_color: [0, 255, 0, 255]
   vertex_fill_color: [0, 255, 0, 255]
   # selecting / hovering
   # selecting / hovering
   select_line_color: [255, 255, 255, 255]
   select_line_color: [255, 255, 255, 255]