freealise commited on
Commit
a7d1c68
1 Parent(s): 8466cc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ def get_mesh(image, depth, blur_data, loadall):
248
  mesh = []
249
  fnum = frame_selected
250
 
251
- print(image)
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