ritwikraha
commited on
Commit
•
48ed154
1
Parent(s):
3c465bc
check
Browse files
app.py
CHANGED
@@ -248,7 +248,6 @@ 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("![pipeline](https://i.imgur.com/HHb6tlQ.png)")
|
252 |
st.markdown("## Interactive Demo")
|
253 |
# set the values of r theta phi
|
254 |
r = 4.0
|
|
|
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("## Interactive Demo")
|
252 |
# set the values of r theta phi
|
253 |
r = 4.0
|