Commit
·
f214779
1
Parent(s):
b92f45b
Update segm labelling
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ ade_palette = np.array([
|
|
84 |
], dtype=np.uint8)
|
85 |
|
86 |
custom_class_map = {
|
87 |
-
"Garbage": [(255, 8, 41)],
|
88 |
-
"Water": [(0, 102, 200), (11, 102, 255), (31, 0, 255)],
|
89 |
"Grass / Vegetation": [(10, 255, 71), (143, 255, 140)],
|
90 |
"Tree / Natural Obstacle": [(4, 200, 3), (235, 12, 255), (255, 6, 82), (255, 163, 0)],
|
91 |
"Sand / Soil / Ground": [(80, 50, 50), (230, 230, 230)],
|
|
|
84 |
], dtype=np.uint8)
|
85 |
|
86 |
custom_class_map = {
|
87 |
+
"Garbage": [(255, 8, 41), (235, 255, 7)],
|
88 |
+
"Water": [(0, 102, 200), (11, 102, 255), (31, 0, 255), (10, 0, 255)],
|
89 |
"Grass / Vegetation": [(10, 255, 71), (143, 255, 140)],
|
90 |
"Tree / Natural Obstacle": [(4, 200, 3), (235, 12, 255), (255, 6, 82), (255, 163, 0)],
|
91 |
"Sand / Soil / Ground": [(80, 50, 50), (230, 230, 230)],
|