Spaces:
Build error
Build error
Alex Lau
commited on
Commit
•
927629c
1
Parent(s):
591edcc
update summary
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ radius = st.sidebar.slider("Radius", min_value=2., max_value=6.,
|
|
47 |
|
48 |
caption = "Diet-NeRF achieves SoTA few-shot learning capacity in 3D model reconstruction. " \
|
49 |
"Thanks to the 2D supervision by CLIP (aka semantic loss), " \
|
50 |
-
"it can render
|
51 |
"outperforming original NeRF!"
|
52 |
st.markdown(f""" <h4> {caption} </h4> """,
|
53 |
unsafe_allow_html=True)
|
|
|
47 |
|
48 |
caption = "Diet-NeRF achieves SoTA few-shot learning capacity in 3D model reconstruction. " \
|
49 |
"Thanks to the 2D supervision by CLIP (aka semantic loss), " \
|
50 |
+
"it can render novel and challenging views with ONLY 8 training images, " \
|
51 |
"outperforming original NeRF!"
|
52 |
st.markdown(f""" <h4> {caption} </h4> """,
|
53 |
unsafe_allow_html=True)
|