123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- auto_save: false
- display_label_popup: true
- store_data: true
- keep_prev: false
- keep_prev_scale: false
- keep_prev_brightness: false
- keep_prev_contrast: false
- logger_level: info
- flags: null
- label_flags: null
- labels: null
- file_search: null
- sort_labels: true
- validate_label: null
- default_shape_color: [0, 255, 0]
- shape_color: auto # null, 'auto', 'manual'
- shift_auto_shape_color: 0
- label_colors: null
- shape:
- # drawing
- line_color: [0, 255, 0, 128]
- fill_color: [0, 255, 0, 0] # transparent
- vertex_fill_color: [0, 255, 0, 255]
- # selecting / hovering
- select_line_color: [255, 255, 255, 255]
- select_fill_color: [0, 255, 0, 155]
- hvertex_fill_color: [255, 255, 255, 255]
- point_size: 8
- # main
- flag_dock:
- show: true
- closable: true
- movable: true
- floatable: true
- label_dock:
- show: true
- closable: true
- movable: true
- floatable: true
- shape_dock:
- show: true
- closable: true
- movable: true
- floatable: true
- file_dock:
- show: true
- closable: true
- movable: true
- floatable: true
- # label_dialog
- show_label_text_field: true
- label_completion: startswith
- fit_to_content:
- column: true
- row: false
- # canvas
- epsilon: 10.0
- canvas:
- # None: do nothing
- # close: close polygon
- double_click: close
- # The max number of edits we can undo
- num_backups: 10
- # show crosshair
- crosshair:
- polygon: false
- rectangle: true
- circle: false
- line: false
- point: false
- linestrip: false
- ai_polygon: false
- shortcuts:
- close: Ctrl+W
- open: Ctrl+O
- open_dir: Ctrl+U
- quit: Ctrl+Q
- save: Ctrl+S
- save_as: Ctrl+Shift+S
- save_to: null
- delete_file: Ctrl+Delete
- open_next: [D, Ctrl+Shift+D]
- open_prev: [A, Ctrl+Shift+A]
- zoom_in: [Ctrl++, Ctrl+=]
- zoom_out: Ctrl+-
- zoom_to_original: Ctrl+0
- fit_window: Ctrl+F
- fit_width: Ctrl+Shift+F
- create_polygon: Ctrl+N
- create_rectangle: Ctrl+R
- create_circle: null
- create_line: null
- create_point: null
- create_linestrip: null
- edit_polygon: Ctrl+J
- delete_polygon: Delete
- duplicate_polygon: Ctrl+D
- copy_polygon: Ctrl+C
- paste_polygon: Ctrl+V
- undo: Ctrl+Z
- undo_last_point: Ctrl+Z
- add_point_to_edge: Ctrl+Shift+P
- edit_label: Ctrl+E
- toggle_keep_prev_mode: Ctrl+P
- remove_selected_point: [Meta+H, Backspace]
|