JinHyeong99 commited on
Commit
ea329a3
β€’
1 Parent(s): b0e38f1
Files changed (1) hide show
  1. app.py +18 -18
app.py CHANGED
@@ -19,24 +19,24 @@ model = TFSegformerForSemanticSegmentation.from_pretrained(
19
  def ade_palette():
20
  """ADE20K palette that maps each class to RGB values."""
21
  return [
22
- [],
23
- [],
24
- [],
25
- [],
26
- [],
27
- [],
28
- [],
29
- [],
30
- [],
31
- [],
32
- [],
33
- [],
34
- [],
35
- [],
36
- [],
37
- [],
38
- [],
39
- []
40
  ]
41
 
42
  labels_list = []
 
19
  def ade_palette():
20
  """ADE20K palette that maps each class to RGB values."""
21
  return [
22
+ [255,0,0], #λΉ¨κ°•
23
+ [255,228,0], #λ…Έλž‘
24
+ [171,242,0], # 연두
25
+ [0,216,255], #ν•˜λŠ˜
26
+ [0,0,255], #νŒŒλž‘
27
+ [255,0,221], #핑크
28
+ [116,116,116], #νšŒμƒ‰
29
+ [95,0,255], #보라
30
+ [255,94,0], #μ£Όν™©
31
+ [71,200,62], #초둝
32
+ [153,0,76], #λ§ˆμ  νƒ€
33
+ [67,116,217], #μ• λ§€ν•œν•˜λŠ˜ + νŒŒλž‘
34
+ [153,112,0], #겨자
35
+ [87,129,0], #녹색
36
+ [255,169,169], #뢄홍뢄홍
37
+ [35,30,183], #μ–΄λ‘μš΄ νŒŒλž‘
38
+ [225,186,133], #살색
39
+ [206,251,201] #μ—°ν•œμ΄ˆλ‘
40
  ]
41
 
42
  labels_list = []