Gaurav commited on
Commit
5dbff37
1 Parent(s): 6f064e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ def visualize_instance_seg_mask(mask):
35
 
36
  image[i, j, :] = label2color[mask[i, j]]
37
 
38
- import numpy as np
39
  window_vertices = np.array([[x, 0, -y] for x, y in window])
40
  print(window_vertices)
41
  image = image / 255
 
35
 
36
  image[i, j, :] = label2color[mask[i, j]]
37
 
 
38
  window_vertices = np.array([[x, 0, -y] for x, y in window])
39
  print(window_vertices)
40
  image = image / 255