freealise commited on
Commit
25c8e4c
1 Parent(s): e5692ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -261,6 +261,7 @@ def rgb2gray(rgb):
261
  return np.dot(rgb[...,:3], [0.333, 0.333, 0.333])
262
 
263
  def get_mesh(image, depth, blur_data, loadall):
 
264
  global mesh
265
  global mesh_n
266
  global scene
 
261
  return np.dot(rgb[...,:3], [0.333, 0.333, 0.333])
262
 
263
  def get_mesh(image, depth, blur_data, loadall):
264
+ global frame_selected
265
  global mesh
266
  global mesh_n
267
  global scene