Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|