Spaces:
Runtime error
Runtime error
lemonaddie
commited on
Commit
•
e35a5f3
1
Parent(s):
c32d0ce
Update app.py
Browse files
app.py
CHANGED
@@ -408,48 +408,6 @@ def run_demo_server(pipe):
|
|
408 |
3, # filter_size
|
409 |
0, # frame_near
|
410 |
],
|
411 |
-
[
|
412 |
-
"files/cat.jpg",
|
413 |
-
10, # ensemble_size
|
414 |
-
10, # denoise_steps
|
415 |
-
768, # processing_res
|
416 |
-
"files/cat_depth_16bit.png",
|
417 |
-
"files/cat_depth_fp32.npy",
|
418 |
-
"files/cat_depth_colored.png",
|
419 |
-
0.0, # plane_near
|
420 |
-
0.3, # plane_far
|
421 |
-
20, # embossing
|
422 |
-
3, # filter_size
|
423 |
-
0, # frame_near
|
424 |
-
],
|
425 |
-
[
|
426 |
-
"files/swings.jpg",
|
427 |
-
10, # ensemble_size
|
428 |
-
10, # denoise_steps
|
429 |
-
768, # processing_res
|
430 |
-
"files/swings_depth_16bit.png",
|
431 |
-
"files/swings_depth_fp32.npy",
|
432 |
-
"files/swings_depth_colored.png",
|
433 |
-
0.05, # plane_near
|
434 |
-
0.25, # plane_far
|
435 |
-
10, # embossing
|
436 |
-
1, # filter_size
|
437 |
-
0, # frame_near
|
438 |
-
],
|
439 |
-
[
|
440 |
-
"files/einstein.jpg",
|
441 |
-
10, # ensemble_size
|
442 |
-
10, # denoise_steps
|
443 |
-
768, # processing_res
|
444 |
-
"files/einstein_depth_16bit.png",
|
445 |
-
"files/einstein_depth_fp32.npy",
|
446 |
-
"files/einstein_depth_colored.png",
|
447 |
-
0.0, # plane_near
|
448 |
-
0.5, # plane_far
|
449 |
-
50, # embossing
|
450 |
-
3, # filter_size
|
451 |
-
-15, # frame_near
|
452 |
-
],
|
453 |
],
|
454 |
inputs=inputs,
|
455 |
outputs=outputs,
|
|
|
408 |
3, # filter_size
|
409 |
0, # frame_near
|
410 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
411 |
],
|
412 |
inputs=inputs,
|
413 |
outputs=outputs,
|