ritwikraha
commited on
Commit
•
3c465bc
1
Parent(s):
62dcfbd
check
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ 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](
|
252 |
st.markdown("## Interactive Demo")
|
253 |
# set the values of r theta phi
|
254 |
r = 4.0
|
@@ -283,4 +283,3 @@ st.markdown("- [JarvisLabs.ai GPU credits](https://jarvislabs.ai/)")
|
|
283 |
|
284 |
|
285 |
|
286 |
-
|
|
|
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
|
|
|
283 |
|
284 |
|
285 |
|
|