Spaces:
Running
on
Zero
Running
on
Zero
guangkaixu
commited on
Commit
β’
75c72c3
1
Parent(s):
4191566
upload
Browse filesThis view is limited to 50 files because it contains too many changes. Β
See raw diff
- app.py +3 -3
- images/depth/.DS_Store +0 -0
- images/{depth/depth_anime_1.jpg β depth_anime_1.jpg} +0 -0
- images/{depth/depth_anime_2.jpg β depth_anime_2.jpg} +0 -0
- images/{depth/depth_anime_3.jpg β depth_anime_3.jpg} +0 -0
- images/{depth/depth_anime_4.jpg β depth_anime_4.jpg} +0 -0
- images/{depth/depth_anime_5.jpg β depth_anime_5.jpg} +0 -0
- images/{depth/depth_anime_6.jpg β depth_anime_6.jpg} +0 -0
- images/{depth/depth_anime_7.jpg β depth_anime_7.jpg} +0 -0
- images/{depth/depth_line_1.jpg β depth_line_1.jpg} +0 -0
- images/{depth/depth_line_2.jpg β depth_line_2.jpg} +0 -0
- images/{depth/depth_line_3.jpg β depth_line_3.jpg} +0 -0
- images/{depth/depth_line_4.jpg β depth_line_4.jpg} +0 -0
- images/{depth/depth_line_5.jpg β depth_line_5.jpg} +0 -0
- images/{depth/depth_line_6.jpg β depth_line_6.jpg} +0 -0
- images/{depth/depth_real_1.jpg β depth_real_1.jpg} +0 -0
- images/{depth/depth_real_10.jpg β depth_real_10.jpg} +0 -0
- images/{depth/depth_real_11.jpg β depth_real_11.jpg} +0 -0
- images/{depth/depth_real_12.jpg β depth_real_12.jpg} +0 -0
- images/{depth/depth_real_13.jpg β depth_real_13.jpg} +0 -0
- images/{depth/depth_real_14.jpg β depth_real_14.jpg} +0 -0
- images/{depth/depth_real_15.jpg β depth_real_15.jpg} +0 -0
- images/{depth/depth_real_16.jpg β depth_real_16.jpg} +0 -0
- images/{depth/depth_real_17.jpg β depth_real_17.jpg} +0 -0
- images/{depth/depth_real_18.jpg β depth_real_18.jpg} +0 -0
- images/{depth/depth_real_19.jpg β depth_real_19.jpg} +0 -0
- images/{depth/depth_real_2.jpg β depth_real_2.jpg} +0 -0
- images/{depth/depth_real_20.jpg β depth_real_20.jpg} +0 -0
- images/{depth/depth_real_21.jpg β depth_real_21.jpg} +0 -0
- images/{depth/depth_real_22.jpg β depth_real_22.jpg} +0 -0
- images/{depth/depth_real_23.jpg β depth_real_23.jpg} +0 -0
- images/{depth/depth_real_24.jpg β depth_real_24.jpg} +0 -0
- images/{depth/depth_real_3.jpg β depth_real_3.jpg} +0 -0
- images/{depth/depth_real_4.jpg β depth_real_4.jpg} +0 -0
- images/{depth/depth_real_5.jpg β depth_real_5.jpg} +0 -0
- images/{depth/depth_real_6.jpg β depth_real_6.jpg} +0 -0
- images/{depth/depth_real_7.jpg β depth_real_7.jpg} +0 -0
- images/{depth/depth_real_8.jpg β depth_real_8.jpg} +0 -0
- images/{depth/depth_real_9.jpg β depth_real_9.jpg} +0 -0
- images/{dis/dis_1.jpg β dis_1.jpg} +0 -0
- images/{dis/dis_10.jpg β dis_10.jpg} +0 -0
- images/{dis/dis_2.jpg β dis_2.jpg} +0 -0
- images/{dis/dis_3.jpg β dis_3.jpg} +0 -0
- images/{dis/dis_4.jpg β dis_4.jpg} +0 -0
- images/{dis/dis_5.jpg β dis_5.jpg} +0 -0
- images/{dis/dis_6.jpg β dis_6.jpg} +0 -0
- images/{dis/dis_7.jpg β dis_7.jpg} +0 -0
- images/{dis/dis_8.jpg β dis_8.jpg} +0 -0
- images/{dis/dis_9.jpg β dis_9.jpg} +0 -0
- images/{normal/normal_1.jpg β normal_1.jpg} +0 -0
app.py
CHANGED
@@ -281,7 +281,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
281 |
Examples(
|
282 |
fn=process_pipe_depth,
|
283 |
examples=[
|
284 |
-
os.path.join(example_folder,
|
285 |
for name in filenames
|
286 |
],
|
287 |
inputs=[depth_image_input],
|
@@ -335,7 +335,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
335 |
Examples(
|
336 |
fn=process_pipe_normal,
|
337 |
examples=[
|
338 |
-
os.path.join(example_folder,
|
339 |
for name in filenames
|
340 |
],
|
341 |
inputs=[normal_image_input],
|
@@ -389,7 +389,7 @@ def run_demo_server(pipe_depth, pipe_normal, pipe_dis):
|
|
389 |
Examples(
|
390 |
fn=process_pipe_dis,
|
391 |
examples=[
|
392 |
-
os.path.join(example_folder,
|
393 |
for name in filenames
|
394 |
],
|
395 |
inputs=[dis_image_input],
|
|
|
281 |
Examples(
|
282 |
fn=process_pipe_depth,
|
283 |
examples=[
|
284 |
+
os.path.join(example_folder, name)
|
285 |
for name in filenames
|
286 |
],
|
287 |
inputs=[depth_image_input],
|
|
|
335 |
Examples(
|
336 |
fn=process_pipe_normal,
|
337 |
examples=[
|
338 |
+
os.path.join(example_folder, name)
|
339 |
for name in filenames
|
340 |
],
|
341 |
inputs=[normal_image_input],
|
|
|
389 |
Examples(
|
390 |
fn=process_pipe_dis,
|
391 |
examples=[
|
392 |
+
os.path.join(example_folder, name)
|
393 |
for name in filenames
|
394 |
],
|
395 |
inputs=[dis_image_input],
|
images/depth/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
images/{depth/depth_anime_1.jpg β depth_anime_1.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_2.jpg β depth_anime_2.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_3.jpg β depth_anime_3.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_4.jpg β depth_anime_4.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_5.jpg β depth_anime_5.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_6.jpg β depth_anime_6.jpg}
RENAMED
File without changes
|
images/{depth/depth_anime_7.jpg β depth_anime_7.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_1.jpg β depth_line_1.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_2.jpg β depth_line_2.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_3.jpg β depth_line_3.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_4.jpg β depth_line_4.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_5.jpg β depth_line_5.jpg}
RENAMED
File without changes
|
images/{depth/depth_line_6.jpg β depth_line_6.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_1.jpg β depth_real_1.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_10.jpg β depth_real_10.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_11.jpg β depth_real_11.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_12.jpg β depth_real_12.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_13.jpg β depth_real_13.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_14.jpg β depth_real_14.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_15.jpg β depth_real_15.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_16.jpg β depth_real_16.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_17.jpg β depth_real_17.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_18.jpg β depth_real_18.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_19.jpg β depth_real_19.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_2.jpg β depth_real_2.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_20.jpg β depth_real_20.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_21.jpg β depth_real_21.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_22.jpg β depth_real_22.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_23.jpg β depth_real_23.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_24.jpg β depth_real_24.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_3.jpg β depth_real_3.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_4.jpg β depth_real_4.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_5.jpg β depth_real_5.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_6.jpg β depth_real_6.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_7.jpg β depth_real_7.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_8.jpg β depth_real_8.jpg}
RENAMED
File without changes
|
images/{depth/depth_real_9.jpg β depth_real_9.jpg}
RENAMED
File without changes
|
images/{dis/dis_1.jpg β dis_1.jpg}
RENAMED
File without changes
|
images/{dis/dis_10.jpg β dis_10.jpg}
RENAMED
File without changes
|
images/{dis/dis_2.jpg β dis_2.jpg}
RENAMED
File without changes
|
images/{dis/dis_3.jpg β dis_3.jpg}
RENAMED
File without changes
|
images/{dis/dis_4.jpg β dis_4.jpg}
RENAMED
File without changes
|
images/{dis/dis_5.jpg β dis_5.jpg}
RENAMED
File without changes
|
images/{dis/dis_6.jpg β dis_6.jpg}
RENAMED
File without changes
|
images/{dis/dis_7.jpg β dis_7.jpg}
RENAMED
File without changes
|
images/{dis/dis_8.jpg β dis_8.jpg}
RENAMED
File without changes
|
images/{dis/dis_9.jpg β dis_9.jpg}
RENAMED
File without changes
|
images/{normal/normal_1.jpg β normal_1.jpg}
RENAMED
File without changes
|