Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def get_mesh(image, depth, blur_data, loadall):
|
|
248 |
mesh = []
|
249 |
fnum = frame_selected
|
250 |
|
251 |
-
print(
|
252 |
blur_img = blur_image(image[fnum][0], depth.composite, blur_data)
|
253 |
gdepth = rgb2gray(depth.composite)
|
254 |
|
|
|
248 |
mesh = []
|
249 |
fnum = frame_selected
|
250 |
|
251 |
+
print(depth)
|
252 |
blur_img = blur_image(image[fnum][0], depth.composite, blur_data)
|
253 |
gdepth = rgb2gray(depth.composite)
|
254 |
|