default_config.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. auto_save: false
  2. display_label_popup: true
  3. store_data: true
  4. keep_prev: false
  5. keep_prev_scale: false
  6. keep_prev_brightness: false
  7. keep_prev_contrast: false
  8. logger_level: info
  9. flags: null
  10. label_flags: null
  11. labels: null
  12. file_search: null
  13. sort_labels: true
  14. validate_label: null
  15. default_shape_color: [0, 255, 0]
  16. shape_color: auto # null, 'auto', 'manual'
  17. shift_auto_shape_color: 0
  18. label_colors: null
  19. shape:
  20. # drawing
  21. line_color: [0, 255, 0, 128]
  22. fill_color: [0, 0, 0, 64]
  23. vertex_fill_color: [0, 255, 0, 255]
  24. # selecting / hovering
  25. select_line_color: [255, 255, 255, 255]
  26. select_fill_color: [0, 255, 0, 64]
  27. hvertex_fill_color: [255, 255, 255, 255]
  28. point_size: 8
  29. ai:
  30. default: 'EfficientSam (accuracy)'
  31. # main
  32. flag_dock:
  33. show: true
  34. closable: true
  35. movable: true
  36. floatable: true
  37. label_dock:
  38. show: true
  39. closable: true
  40. movable: true
  41. floatable: true
  42. shape_dock:
  43. show: true
  44. closable: true
  45. movable: true
  46. floatable: true
  47. file_dock:
  48. show: true
  49. closable: true
  50. movable: true
  51. floatable: true
  52. # label_dialog
  53. show_label_text_field: true
  54. label_completion: startswith
  55. fit_to_content:
  56. column: true
  57. row: false
  58. # canvas
  59. epsilon: 10.0
  60. canvas:
  61. fill_drawing: true
  62. # None: do nothing
  63. # close: close polygon
  64. double_click: close
  65. # The max number of edits we can undo
  66. num_backups: 10
  67. # show crosshair
  68. crosshair:
  69. polygon: false
  70. rectangle: true
  71. circle: false
  72. line: false
  73. point: false
  74. linestrip: false
  75. ai_polygon: false
  76. ai_mask: false
  77. shortcuts:
  78. close: Ctrl+W
  79. open: Ctrl+O
  80. open_dir: Ctrl+U
  81. quit: Ctrl+Q
  82. save: Ctrl+S
  83. save_as: Ctrl+Shift+S
  84. save_to: null
  85. delete_file: Ctrl+Delete
  86. open_next: [D, Ctrl+Shift+D]
  87. open_prev: [A, Ctrl+Shift+A]
  88. zoom_in: [Ctrl++, Ctrl+=]
  89. zoom_out: Ctrl+-
  90. zoom_to_original: Ctrl+0
  91. fit_window: Ctrl+F
  92. fit_width: Ctrl+Shift+F
  93. create_polygon: Ctrl+N
  94. create_rectangle: Ctrl+R
  95. create_circle: null
  96. create_line: null
  97. create_point: null
  98. create_linestrip: null
  99. edit_polygon: Ctrl+J
  100. delete_polygon: Delete
  101. duplicate_polygon: Ctrl+D
  102. copy_polygon: Ctrl+C
  103. paste_polygon: Ctrl+V
  104. undo: Ctrl+Z
  105. undo_last_point: Ctrl+Z
  106. add_point_to_edge: Ctrl+Shift+P
  107. edit_label: Ctrl+E
  108. toggle_keep_prev_mode: Ctrl+P
  109. remove_selected_point: [Meta+H, Backspace]
  110. show_all_polygons: null
  111. hide_all_polygons: null
  112. toggle_all_polygons: T