lemonaddie
commited on
Update app.py
Browse files
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(
|
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 |
|