Spaces:
Build error
Build error
Description changes
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ def select_model():
|
|
30 |
|
31 |
st.title("DietNeRF")
|
32 |
caption = (
|
33 |
-
"DietNeRF achieves SoTA few-shot learning capacity in 3D model reconstruction. "
|
34 |
-
"Thanks to the 2D supervision by `CLIP (aka.
|
35 |
-
"it can render novel and challenging views with
|
36 |
-
"**outperforming original NeRF
|
37 |
)
|
38 |
st.markdown(caption)
|
39 |
st.markdown("")
|
@@ -143,5 +143,5 @@ with st.spinner("Rendering View..."):
|
|
143 |
st.markdown(
|
144 |
"> π NOTE: The views may look similar to you but see the "
|
145 |
"[Experimental Results](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745#0f6bc8f1008d4765b9b4635999626d4b) "
|
146 |
-
"section in our report to get a detailed comparison of DietNeRF and NeRF."
|
147 |
)
|
|
|
30 |
|
31 |
st.title("DietNeRF")
|
32 |
caption = (
|
33 |
+
"**DietNeRF** achieves SoTA few-shot learning capacity in 3D model reconstruction. "
|
34 |
+
"Thanks to the 2D supervision by `CLIP (aka. Semantic Consisteny Loss)`, "
|
35 |
+
"it can render novel and challenging views with `ONLY 8 training images`, "
|
36 |
+
"**outperforming** [original NeRF](https://www.matthewtancik.com/nerf)!"
|
37 |
)
|
38 |
st.markdown(caption)
|
39 |
st.markdown("")
|
|
|
143 |
st.markdown(
|
144 |
"> π NOTE: The views may look similar to you but see the "
|
145 |
"[Experimental Results](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745#0f6bc8f1008d4765b9b4635999626d4b) "
|
146 |
+
"section in our report to get a detailed comparison of differences between DietNeRF and NeRF."
|
147 |
)
|