Spaces:
Sleeping
Sleeping
JinHyeong99 commited on
Commit ·
95cc5b3
1
Parent(s): 1b91244
app.py
CHANGED
|
@@ -16,6 +16,7 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
|
|
| 16 |
"mattmdjaga/segformer_b2_clothes"
|
| 17 |
)
|
| 18 |
|
|
|
|
| 19 |
def ade_palette():
|
| 20 |
"""ADE20K palette that maps each class to RGB values."""
|
| 21 |
return [
|
|
|
|
| 16 |
"mattmdjaga/segformer_b2_clothes"
|
| 17 |
)
|
| 18 |
|
| 19 |
+
|
| 20 |
def ade_palette():
|
| 21 |
"""ADE20K palette that maps each class to RGB values."""
|
| 22 |
return [
|