-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlanguageConfig.yaml
More file actions
37 lines (37 loc) · 1.16 KB
/
languageConfig.yaml
File metadata and controls
37 lines (37 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"Open image": "Open image",
"Save frame": "Save frame",
"Save current polygon": "Save current polygon",
"Delete last vertex": "Delete last vertex",
"Delete current polygon": "Delete current polygon",
"Send to back": "Send to back",
"Undo polygon": "Undo polygon",
"Draw class": "Draw class",
"land": "land",
"forest": "forest",
"residential": "residential",
"haystack": "haystack",
"road": "road",
"church": "church",
"cars": "cars",
"water": "water",
"sky": "sky",
"hill": "hill",
"person": "person",
"fence": "fence",
"Image segmentation": "Image segmentation",
"Segment image": "Segment image",
"Edit segmented image": "Edit segmented image",
"Cancel": "Cancel",
"Select operation": "Select operation",
"Previous polygon": "Previous polygon",
"Next polygon": "Next polygon",
"Back to segmentation": "Back to segmentation",
"Change class": "Change class",
"segment": "segment",
"edit": "edit",
"Previous segmentation": "Previous segmentation",
"Next":"Next",
"Previous":"Previous",
"Hide seg":"Hide seg"
}