Spaces:
Sleeping
Sleeping
Commit
·
0d45a3b
1
Parent(s):
5cfa18d
updates
Browse files- __pycache__/sfm.cpython-38.pyc +0 -0
- __pycache__/space_carving.cpython-38.pyc +0 -0
- app.py +5 -5
- media/output_souvik.png +3 -0
__pycache__/sfm.cpython-38.pyc
ADDED
Binary file (11.9 kB). View file
|
|
__pycache__/space_carving.cpython-38.pyc
ADDED
Binary file (3.08 kB). View file
|
|
app.py
CHANGED
@@ -80,13 +80,13 @@ with col2:
|
|
80 |
st.image("media/rotation_sfm_cam_1_2_3_4[1].gif", width=400, caption="3D Reconstruction")
|
81 |
|
82 |
st.subheader("6. Gaussian Splatting Method")
|
83 |
-
|
84 |
|
85 |
-
|
86 |
-
|
87 |
|
88 |
-
|
89 |
-
st.image("media/
|
90 |
|
91 |
|
92 |
|
|
|
80 |
st.image("media/rotation_sfm_cam_1_2_3_4[1].gif", width=400, caption="3D Reconstruction")
|
81 |
|
82 |
st.subheader("6. Gaussian Splatting Method")
|
83 |
+
col1, col2 = st.columns(2)
|
84 |
|
85 |
+
with col1:
|
86 |
+
st.image("media/gs.gif", width=400, caption="Input Image")
|
87 |
|
88 |
+
with col2:
|
89 |
+
st.image("media/output_souvik.png", width=400, caption="3D Reconstruction")
|
90 |
|
91 |
|
92 |
|
media/output_souvik.png
ADDED
![]() |
Git LFS Details
|