lemonaddie commited on
Commit
b8f574d
1 Parent(s): e31aa89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def main():
295
  normal_colored: Image.Image = pipe_out.normal_colored
296
 
297
  print(depth_pred.shape)
298
- print(normal_pred.shape)
299
 
300
  # run_demo_server(pipe)
301
 
 
295
  normal_colored: Image.Image = pipe_out.normal_colored
296
 
297
  print(depth_pred.shape)
298
+ print(np.unique(depth_pred))
299
 
300
  # run_demo_server(pipe)
301