hassiahk commited on
Commit
b19a277
β€’
1 Parent(s): 519c3dc

Description changes

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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. _Semantic Consisteny Loss_)`, "
35
- "it can render novel and challenging views with **ONLY 8 training images**, "
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
  )