Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,17 +18,17 @@ def ade_palette():
|
|
18 |
"""ADE20K palette that maps each class to RGB values."""
|
19 |
return [
|
20 |
[255, 0, 0],
|
21 |
-
[255, 127, 127]
|
22 |
[255, 127, 0],
|
23 |
[255, 255, 0],
|
24 |
[127, 255, 0],
|
25 |
[0, 255, 0],
|
26 |
-
[127, 255, 127]
|
27 |
[0, 255, 127],
|
28 |
[0, 255, 255],
|
29 |
[0, 127, 255],
|
30 |
[0, 0, 255],
|
31 |
-
[127, 127, 255]
|
32 |
[127, 0, 255],
|
33 |
[255, 0, 255],
|
34 |
[255, 0, 127],
|
|
|
18 |
"""ADE20K palette that maps each class to RGB values."""
|
19 |
return [
|
20 |
[255, 0, 0],
|
21 |
+
[255, 127, 127],
|
22 |
[255, 127, 0],
|
23 |
[255, 255, 0],
|
24 |
[127, 255, 0],
|
25 |
[0, 255, 0],
|
26 |
+
[127, 255, 127],
|
27 |
[0, 255, 127],
|
28 |
[0, 255, 255],
|
29 |
[0, 127, 255],
|
30 |
[0, 0, 255],
|
31 |
+
[127, 127, 255],
|
32 |
[127, 0, 255],
|
33 |
[255, 0, 255],
|
34 |
[255, 0, 127],
|