Browse Source

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 years ago
parent
commit
5b9be06ee1
1 changed files with 1 additions and 1 deletions
  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]