ritwikraha
commited on
Commit
·
62dcfbd
1
Parent(s):
02d1859
check
Browse files
app.py
CHANGED
|
@@ -247,8 +247,8 @@ def show_rendered_image(r,theta,phi):
|
|
| 247 |
st.title('NeRF:3D volumetric rendering with NeRF')
|
| 248 |
st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
|
| 249 |
st.markdown("## Description")
|
| 250 |
-
st.markdown("NeRF proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
|
| 251 |
-
st.markdown("
|
| 253 |
# set the values of r theta phi
|
| 254 |
r = 4.0
|
|
|
|
| 247 |
st.title('NeRF:3D volumetric rendering with NeRF')
|
| 248 |
st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
|
| 249 |
st.markdown("## Description")
|
| 250 |
+
st.markdown("[NeRF](https://arxiv.org/abs/2003.08934) proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
|
| 251 |
+
st.markdown("")
|
| 252 |
st.markdown("## Interactive Demo")
|
| 253 |
# set the values of r theta phi
|
| 254 |
r = 4.0
|