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