LegendaryToe commited on
Commit
0200cf9
·
1 Parent(s): b877466
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -1,9 +1,25 @@
 
 
 
 
 
 
 
 
1
 
2
- title: "My Awesome ML Space"
3
- emoji: "🚀"
4
- colorFrom: "#ef5777"
5
- colorTo: "#575fcf"
6
- sdk: "streamlit"
7
- sdk_version: "1.0.0"
8
- app_file: "app.py"
9
- pinned: false
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Sql Parser"
3
+ emoji: 🧠
4
+ colorFrom: yellow
5
+ colorTo: indigo
6
+ sdk: static
7
+ pinned: false
8
+ ---
9
 
10
+ # Nerfies
11
+
12
+ This is the repository that contains source code for the [Nerfies website](https://nerfies.github.io).
13
+
14
+ If you find Nerfies useful for your work please cite:
15
+ ```
16
+ @article{park2021nerfies
17
+ author = {Park, Keunhong and Sinha, Utkarsh and Barron, Jonathan T. and Bouaziz, Sofien and Goldman, Dan B and Seitz, Steven M. and Martin-Brualla, Ricardo},
18
+ title = {Nerfies: Deformable Neural Radiance Fields},
19
+ journal = {ICCV},
20
+ year = {2021},
21
+ }
22
+ ```
23
+
24
+ # Website License
25
+ <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.