Gaurav commited on
Commit
9793179
1 Parent(s): cad0d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def visualize_instance_seg_mask(mask):
34
  other.append([i,j])
35
 
36
  image[i, j, :] = label2color[mask[i, j]]
37
- print({"floor":floor,"window":window,"wall":wall,"other":other})
38
  image = image / 255
39
  return image
40
 
 
34
  other.append([i,j])
35
 
36
  image[i, j, :] = label2color[mask[i, j]]
37
+ print({"window":window})
38
  image = image / 255
39
  return image
40