Explorar o código

Set transparent shape fill_color while drawing

I found this is not very useful especially when we're annotating
concave-shaped objects.
Kentaro Wada %!s(int64=4) %!d(string=hai) anos
pai
achega
5b9be06ee1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      labelme/config/default_config.yaml

+ 1 - 1
labelme/config/default_config.yaml

@@ -22,7 +22,7 @@ label_colors: null
 shape:
   # drawing
   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]
   # selecting / hovering
   select_line_color: [255, 255, 255, 255]