|
1 | 1 | # Enumeration: DeeplabLabel |
2 | 2 |
|
3 | | -Defined in: [types/semanticSegmentation.ts:53](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L53) |
| 3 | +Defined in: [types/semanticSegmentation.ts:70](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L70) |
4 | 4 |
|
5 | | -Labels used in the DeepLab image segmentation model. |
| 5 | +Labels used in the DeepLab semantic segmentation model. |
6 | 6 |
|
7 | 7 | ## Enumeration Members |
8 | 8 |
|
9 | 9 | ### AEROPLANE |
10 | 10 |
|
11 | 11 | > **AEROPLANE**: `1` |
12 | 12 |
|
13 | | -Defined in: [types/semanticSegmentation.ts:55](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L55) |
| 13 | +Defined in: [types/semanticSegmentation.ts:72](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L72) |
14 | 14 |
|
15 | 15 | --- |
16 | 16 |
|
17 | 17 | ### BACKGROUND |
18 | 18 |
|
19 | 19 | > **BACKGROUND**: `0` |
20 | 20 |
|
21 | | -Defined in: [types/semanticSegmentation.ts:54](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L54) |
| 21 | +Defined in: [types/semanticSegmentation.ts:71](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L71) |
22 | 22 |
|
23 | 23 | --- |
24 | 24 |
|
25 | 25 | ### BICYCLE |
26 | 26 |
|
27 | 27 | > **BICYCLE**: `2` |
28 | 28 |
|
29 | | -Defined in: [types/semanticSegmentation.ts:56](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L56) |
| 29 | +Defined in: [types/semanticSegmentation.ts:73](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L73) |
30 | 30 |
|
31 | 31 | --- |
32 | 32 |
|
33 | 33 | ### BIRD |
34 | 34 |
|
35 | 35 | > **BIRD**: `3` |
36 | 36 |
|
37 | | -Defined in: [types/semanticSegmentation.ts:57](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L57) |
| 37 | +Defined in: [types/semanticSegmentation.ts:74](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L74) |
38 | 38 |
|
39 | 39 | --- |
40 | 40 |
|
41 | 41 | ### BOAT |
42 | 42 |
|
43 | 43 | > **BOAT**: `4` |
44 | 44 |
|
45 | | -Defined in: [types/semanticSegmentation.ts:58](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L58) |
| 45 | +Defined in: [types/semanticSegmentation.ts:75](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L75) |
46 | 46 |
|
47 | 47 | --- |
48 | 48 |
|
49 | 49 | ### BOTTLE |
50 | 50 |
|
51 | 51 | > **BOTTLE**: `5` |
52 | 52 |
|
53 | | -Defined in: [types/semanticSegmentation.ts:59](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L59) |
| 53 | +Defined in: [types/semanticSegmentation.ts:76](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L76) |
54 | 54 |
|
55 | 55 | --- |
56 | 56 |
|
57 | 57 | ### BUS |
58 | 58 |
|
59 | 59 | > **BUS**: `6` |
60 | 60 |
|
61 | | -Defined in: [types/semanticSegmentation.ts:60](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L60) |
| 61 | +Defined in: [types/semanticSegmentation.ts:77](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L77) |
62 | 62 |
|
63 | 63 | --- |
64 | 64 |
|
65 | 65 | ### CAR |
66 | 66 |
|
67 | 67 | > **CAR**: `7` |
68 | 68 |
|
69 | | -Defined in: [types/semanticSegmentation.ts:61](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L61) |
| 69 | +Defined in: [types/semanticSegmentation.ts:78](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L78) |
70 | 70 |
|
71 | 71 | --- |
72 | 72 |
|
73 | 73 | ### CAT |
74 | 74 |
|
75 | 75 | > **CAT**: `8` |
76 | 76 |
|
77 | | -Defined in: [types/semanticSegmentation.ts:62](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L62) |
| 77 | +Defined in: [types/semanticSegmentation.ts:79](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L79) |
78 | 78 |
|
79 | 79 | --- |
80 | 80 |
|
81 | 81 | ### CHAIR |
82 | 82 |
|
83 | 83 | > **CHAIR**: `9` |
84 | 84 |
|
85 | | -Defined in: [types/semanticSegmentation.ts:63](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L63) |
| 85 | +Defined in: [types/semanticSegmentation.ts:80](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L80) |
86 | 86 |
|
87 | 87 | --- |
88 | 88 |
|
89 | 89 | ### COW |
90 | 90 |
|
91 | 91 | > **COW**: `10` |
92 | 92 |
|
93 | | -Defined in: [types/semanticSegmentation.ts:64](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L64) |
| 93 | +Defined in: [types/semanticSegmentation.ts:81](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L81) |
94 | 94 |
|
95 | 95 | --- |
96 | 96 |
|
97 | 97 | ### DININGTABLE |
98 | 98 |
|
99 | 99 | > **DININGTABLE**: `11` |
100 | 100 |
|
101 | | -Defined in: [types/semanticSegmentation.ts:65](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L65) |
| 101 | +Defined in: [types/semanticSegmentation.ts:82](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L82) |
102 | 102 |
|
103 | 103 | --- |
104 | 104 |
|
105 | 105 | ### DOG |
106 | 106 |
|
107 | 107 | > **DOG**: `12` |
108 | 108 |
|
109 | | -Defined in: [types/semanticSegmentation.ts:66](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L66) |
| 109 | +Defined in: [types/semanticSegmentation.ts:83](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L83) |
110 | 110 |
|
111 | 111 | --- |
112 | 112 |
|
113 | 113 | ### HORSE |
114 | 114 |
|
115 | 115 | > **HORSE**: `13` |
116 | 116 |
|
117 | | -Defined in: [types/semanticSegmentation.ts:67](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L67) |
| 117 | +Defined in: [types/semanticSegmentation.ts:84](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L84) |
118 | 118 |
|
119 | 119 | --- |
120 | 120 |
|
121 | 121 | ### MOTORBIKE |
122 | 122 |
|
123 | 123 | > **MOTORBIKE**: `14` |
124 | 124 |
|
125 | | -Defined in: [types/semanticSegmentation.ts:68](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L68) |
| 125 | +Defined in: [types/semanticSegmentation.ts:85](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L85) |
126 | 126 |
|
127 | 127 | --- |
128 | 128 |
|
129 | 129 | ### PERSON |
130 | 130 |
|
131 | 131 | > **PERSON**: `15` |
132 | 132 |
|
133 | | -Defined in: [types/semanticSegmentation.ts:69](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L69) |
| 133 | +Defined in: [types/semanticSegmentation.ts:86](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L86) |
134 | 134 |
|
135 | 135 | --- |
136 | 136 |
|
137 | 137 | ### POTTEDPLANT |
138 | 138 |
|
139 | 139 | > **POTTEDPLANT**: `16` |
140 | 140 |
|
141 | | -Defined in: [types/semanticSegmentation.ts:70](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L70) |
| 141 | +Defined in: [types/semanticSegmentation.ts:87](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L87) |
142 | 142 |
|
143 | 143 | --- |
144 | 144 |
|
145 | 145 | ### SHEEP |
146 | 146 |
|
147 | 147 | > **SHEEP**: `17` |
148 | 148 |
|
149 | | -Defined in: [types/semanticSegmentation.ts:71](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L71) |
| 149 | +Defined in: [types/semanticSegmentation.ts:88](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L88) |
150 | 150 |
|
151 | 151 | --- |
152 | 152 |
|
153 | 153 | ### SOFA |
154 | 154 |
|
155 | 155 | > **SOFA**: `18` |
156 | 156 |
|
157 | | -Defined in: [types/semanticSegmentation.ts:72](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L72) |
| 157 | +Defined in: [types/semanticSegmentation.ts:89](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L89) |
158 | 158 |
|
159 | 159 | --- |
160 | 160 |
|
161 | 161 | ### TRAIN |
162 | 162 |
|
163 | 163 | > **TRAIN**: `19` |
164 | 164 |
|
165 | | -Defined in: [types/semanticSegmentation.ts:73](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L73) |
| 165 | +Defined in: [types/semanticSegmentation.ts:90](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L90) |
166 | 166 |
|
167 | 167 | --- |
168 | 168 |
|
169 | 169 | ### TVMONITOR |
170 | 170 |
|
171 | 171 | > **TVMONITOR**: `20` |
172 | 172 |
|
173 | | -Defined in: [types/semanticSegmentation.ts:74](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L74) |
| 173 | +Defined in: [types/semanticSegmentation.ts:91](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/types/semanticSegmentation.ts#L91) |
0 commit comments