guangkaixu commited on
Commit
75c72c3
1 Parent(s): 4191566
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. app.py +3 -3
  2. images/depth/.DS_Store +0 -0
  3. images/{depth/depth_anime_1.jpg → depth_anime_1.jpg} +0 -0
  4. images/{depth/depth_anime_2.jpg → depth_anime_2.jpg} +0 -0
  5. images/{depth/depth_anime_3.jpg → depth_anime_3.jpg} +0 -0
  6. images/{depth/depth_anime_4.jpg → depth_anime_4.jpg} +0 -0
  7. images/{depth/depth_anime_5.jpg → depth_anime_5.jpg} +0 -0
  8. images/{depth/depth_anime_6.jpg → depth_anime_6.jpg} +0 -0
  9. images/{depth/depth_anime_7.jpg → depth_anime_7.jpg} +0 -0
  10. images/{depth/depth_line_1.jpg → depth_line_1.jpg} +0 -0
  11. images/{depth/depth_line_2.jpg → depth_line_2.jpg} +0 -0
  12. images/{depth/depth_line_3.jpg → depth_line_3.jpg} +0 -0
  13. images/{depth/depth_line_4.jpg → depth_line_4.jpg} +0 -0
  14. images/{depth/depth_line_5.jpg → depth_line_5.jpg} +0 -0
  15. images/{depth/depth_line_6.jpg → depth_line_6.jpg} +0 -0
  16. images/{depth/depth_real_1.jpg → depth_real_1.jpg} +0 -0
  17. images/{depth/depth_real_10.jpg → depth_real_10.jpg} +0 -0
  18. images/{depth/depth_real_11.jpg → depth_real_11.jpg} +0 -0
  19. images/{depth/depth_real_12.jpg → depth_real_12.jpg} +0 -0
  20. images/{depth/depth_real_13.jpg → depth_real_13.jpg} +0 -0
  21. images/{depth/depth_real_14.jpg → depth_real_14.jpg} +0 -0
  22. images/{depth/depth_real_15.jpg → depth_real_15.jpg} +0 -0
  23. images/{depth/depth_real_16.jpg → depth_real_16.jpg} +0 -0
  24. images/{depth/depth_real_17.jpg → depth_real_17.jpg} +0 -0
  25. images/{depth/depth_real_18.jpg → depth_real_18.jpg} +0 -0
  26. images/{depth/depth_real_19.jpg → depth_real_19.jpg} +0 -0
  27. images/{depth/depth_real_2.jpg → depth_real_2.jpg} +0 -0
  28. images/{depth/depth_real_20.jpg → depth_real_20.jpg} +0 -0
  29. images/{depth/depth_real_21.jpg → depth_real_21.jpg} +0 -0
  30. images/{depth/depth_real_22.jpg → depth_real_22.jpg} +0 -0
  31. images/{depth/depth_real_23.jpg → depth_real_23.jpg} +0 -0
  32. images/{depth/depth_real_24.jpg → depth_real_24.jpg} +0 -0
  33. images/{depth/depth_real_3.jpg → depth_real_3.jpg} +0 -0
  34. images/{depth/depth_real_4.jpg → depth_real_4.jpg} +0 -0
  35. images/{depth/depth_real_5.jpg → depth_real_5.jpg} +0 -0
  36. images/{depth/depth_real_6.jpg → depth_real_6.jpg} +0 -0
  37. images/{depth/depth_real_7.jpg → depth_real_7.jpg} +0 -0
  38. images/{depth/depth_real_8.jpg → depth_real_8.jpg} +0 -0
  39. images/{depth/depth_real_9.jpg → depth_real_9.jpg} +0 -0
  40. images/{dis/dis_1.jpg → dis_1.jpg} +0 -0
  41. images/{dis/dis_10.jpg → dis_10.jpg} +0 -0
  42. images/{dis/dis_2.jpg → dis_2.jpg} +0 -0
  43. images/{dis/dis_3.jpg → dis_3.jpg} +0 -0
  44. images/{dis/dis_4.jpg → dis_4.jpg} +0 -0
  45. images/{dis/dis_5.jpg → dis_5.jpg} +0 -0
  46. images/{dis/dis_6.jpg → dis_6.jpg} +0 -0
  47. images/{dis/dis_7.jpg → dis_7.jpg} +0 -0
  48. images/{dis/dis_8.jpg → dis_8.jpg} +0 -0
  49. images/{dis/dis_9.jpg → dis_9.jpg} +0 -0
  50. 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, 'depth', name)
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, 'normal', name)
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, 'dis', name)
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