Sync local Space with Hub
Browse files- README.md +19 -2
- index.html +3 -4
README.md
CHANGED
@@ -1,9 +1,26 @@
|
|
1 |
---
|
2 |
title: Grouse
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Grouse
|
3 |
+
emoji: 🧠
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
---
|
10 |
+
|
11 |
+
# Nerfies
|
12 |
+
|
13 |
+
This is the repository that contains source code for the [Nerfies website](https://nerfies.github.io).
|
14 |
+
|
15 |
+
If you find Nerfies useful for your work please cite:
|
16 |
+
```
|
17 |
+
@article{park2021nerfies
|
18 |
+
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},
|
19 |
+
title = {Nerfies: Deformable Neural Radiance Fields},
|
20 |
+
journal = {ICCV},
|
21 |
+
year = {2021},
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
+
# Website License
|
26 |
+
<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>.
|
index.html
CHANGED
@@ -3,9 +3,8 @@
|
|
3 |
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
-
<meta name="description"
|
7 |
-
|
8 |
-
<meta name="keywords" content="Nerfies, D-NeRF, NeRF">
|
9 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
10 |
<title>GroUSE: A Benchmark to Evaluate Evaluators in Grounded Question
|
11 |
Answering</title>
|
@@ -89,7 +88,7 @@
|
|
89 |
</span>
|
90 |
<!-- Dataset Link. -->
|
91 |
<span class="link-block">
|
92 |
-
<a href="https://
|
93 |
class="external-link button is-normal is-rounded is-dark">
|
94 |
<span class="icon">
|
95 |
<i class="fas fa-database"></i>
|
|
|
3 |
|
4 |
<head>
|
5 |
<meta charset="utf-8">
|
6 |
+
<meta name="description" content="Dataset to evaluate Grounded QA evaluators">
|
7 |
+
<meta name="keywords" content="GroUSE">
|
|
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
9 |
<title>GroUSE: A Benchmark to Evaluate Evaluators in Grounded Question
|
10 |
Answering</title>
|
|
|
88 |
</span>
|
89 |
<!-- Dataset Link. -->
|
90 |
<span class="link-block">
|
91 |
+
<a href="https://huggingface.co/datasets/illuin/grouse" target="_blank"
|
92 |
class="external-link button is-normal is-rounded is-dark">
|
93 |
<span class="icon">
|
94 |
<i class="fas fa-database"></i>
|