dangtiendatdat commited on
Commit
20641f0
·
verified ·
1 Parent(s): 4c950db

Update MeAI_Maincode/BrainTumor.py

Browse files
Files changed (1) hide show
  1. MeAI_Maincode/BrainTumor.py +1 -1
MeAI_Maincode/BrainTumor.py CHANGED
@@ -14,7 +14,7 @@ def Processing(Image):
14
 
15
  for Num_of_Label in range(len(data)) :
16
 
17
- Color_List = ["purple", "yellow", "blue"]
18
 
19
  box = data[Num_of_Label]['box']
20
 
 
14
 
15
  for Num_of_Label in range(len(data)) :
16
 
17
+ Color_List = ["purple", "yellow", "blue","red"]
18
 
19
  box = data[Num_of_Label]['box']
20