lbourdois commited on
Commit
51d0e78
β€’
1 Parent(s): 4539d0d
Files changed (1) hide show
  1. pages/8_Depth_Anything.py +4 -4
pages/8_Depth_Anything.py CHANGED
@@ -25,7 +25,7 @@ What the authors have done:
25
  """)
26
  st.markdown(""" """)
27
 
28
- st.image("pages/Depth_Anything/image_1.jpg", use_column_width=True)
29
  st.markdown(""" """)
30
 
31
  st.markdown("""
@@ -36,7 +36,7 @@ The architecture consists of <a href='DINOv2' target='_self'>DINOv2</a> encoder
36
 
37
  st.markdown(""" """)
38
 
39
- st.image("pages/Depth_Anything/image_1.jpg", use_column_width=True)
40
  st.markdown(""" """)
41
 
42
  st.markdown("""Thanks to this, Depth Anything performs very well! I have also benchmarked the inference duration of the model against different models here. I also ran `torch.compile` benchmarks across them and got nice speed-ups πŸš€
@@ -64,7 +64,7 @@ On T4 GPU, mean of 30 inferences for each. Inferred using `pipeline` (pre-proces
64
  """)
65
  st.markdown(""" """)
66
 
67
- st.image("pages/Depth_Anything/image_2.jpg", use_column_width=True)
68
  st.markdown(""" """)
69
 
70
  st.markdown("""
@@ -74,7 +74,7 @@ See all the available Depth Anything checkpoints [here](https://t.co/Ex0IIyx7XC)
74
  """)
75
  st.markdown(""" """)
76
 
77
- st.image("pages/Depth_Anything/image_3.jpg", use_column_width=True)
78
  st.markdown(""" """)
79
 
80
  st.info("""
 
25
  """)
26
  st.markdown(""" """)
27
 
28
+ st.image("pages/Depth Anything/image_1.jpg", use_column_width=True)
29
  st.markdown(""" """)
30
 
31
  st.markdown("""
 
36
 
37
  st.markdown(""" """)
38
 
39
+ st.image("pages/Depth Anything/image_1.jpg", use_column_width=True)
40
  st.markdown(""" """)
41
 
42
  st.markdown("""Thanks to this, Depth Anything performs very well! I have also benchmarked the inference duration of the model against different models here. I also ran `torch.compile` benchmarks across them and got nice speed-ups πŸš€
 
64
  """)
65
  st.markdown(""" """)
66
 
67
+ st.image("pages/Depth Anything/image_2.jpg", use_column_width=True)
68
  st.markdown(""" """)
69
 
70
  st.markdown("""
 
74
  """)
75
  st.markdown(""" """)
76
 
77
+ st.image("pages/Depth Anything/image_3.jpg", use_column_width=True)
78
  st.markdown(""" """)
79
 
80
  st.info("""