Spaces:
Running
Running
ζθ·ε°
commited on
Commit
Β·
c185726
1
Parent(s):
17af637
update scores
Browse files- .gitignore +1 -0
- README.md +8 -2
- app.py +27 -4
- statics/scores.csv +22 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
__pycache__/
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Leaderboard
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
@@ -10,4 +10,10 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: GPTEval3D Leaderboard
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# GPTEval3D Leaderboard
|
14 |
+
|
15 |
+
## Space Description
|
16 |
+
|
17 |
+
- [**Website**](https://gpteval3d.github.io/)
|
18 |
+
- [**Repository**](https://github.com/3DTopia/GPTEval3D)
|
19 |
+
- [**arXiv**](https://arxiv.org/abs/2401.04092)
|
app.py
CHANGED
@@ -1,7 +1,30 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
-
def greet(name):
|
4 |
-
return "Hello " + name + "!!"
|
5 |
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
import pandas as pd
|
3 |
|
|
|
|
|
4 |
|
5 |
+
_INTRODUCTION = """# GPTEval3D Leaderboard
|
6 |
+
|
7 |
+
Official leaderboard of *GPT-4V(ision) is a Human-Aligned Evaluator for Text-to-3D Generation* (**CVPR 2024**)
|
8 |
+
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
9 |
+
<a style="display:inline-block" href="https://gpteval3d.github.io/"><img src="https://img.shields.io/badge/GPTEval3D-Homepage-blue"></a>
|
10 |
+
<a href='https://github.com/3DTopia/GPTEval3D/'><img src='https://img.shields.io/github/stars/3DTopia/GPTEval3D.svg?style=social'></a>
|
11 |
+
<a href='https://arxiv.org/abs/2401.04092'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
12 |
+
</div>
|
13 |
+
"""
|
14 |
+
|
15 |
+
|
16 |
+
with gr.Blocks() as demo:
|
17 |
+
gr.Markdown(
|
18 |
+
_INTRODUCTION
|
19 |
+
)
|
20 |
+
|
21 |
+
df = pd.read_csv('statics/scores.csv')
|
22 |
+
gr.components.Dataframe(
|
23 |
+
value=df,
|
24 |
+
type='pandas',
|
25 |
+
datatype=['markdown', 'number', 'number', 'number', 'number', 'number'],
|
26 |
+
interactive=False,
|
27 |
+
visible=True,
|
28 |
+
)
|
29 |
+
|
30 |
+
demo.launch()
|
statics/scores.csv
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Methods,Text-Asset Alignment,3D Plausibility,Text-Geometry Alignment,Texture Details,Geometry Details
|
2 |
+
DreamCraft3D,1336.67,1224.95,1318.51,1373.89,1288.89
|
3 |
+
RichDreamer,1294.85,1225.28,1259.99,1355.95,1251.28
|
4 |
+
MVDream,1270.55,1147.47,1250.57,1324.89,1255.46
|
5 |
+
ProlificDreamer,1261.8,1058.73,1151.99,1246.37,1180.56
|
6 |
+
LatentNerf,1222.33,1144.84,1156.7,1180.47,1160.77
|
7 |
+
OpenLRM,1202.2,1078.78,1188.83,1211.98,1173.86
|
8 |
+
Instant3D,1199.65,1087.65,1152.65,1151.98,1181.35
|
9 |
+
TripoSR,1159.23,1105.47,1179.6,1203.56,1165.91
|
10 |
+
Magic3D,1152.25,1000.77,1084.41,1178.06,1084.59
|
11 |
+
SJC,1130.23,995.11,1033.53,1079.86,1042.5
|
12 |
+
GRM,1119.19,1026.13,1068.87,1142.48,1093.57
|
13 |
+
DreamGaussian,1100.55,953.59,1158.63,1126.2,1130.84
|
14 |
+
LGM,1091.49,1020.0,1108.01,1128.85,1122.08
|
15 |
+
Fantasia3D,1067.9,891.87,1005.99,1109.29,1027.48
|
16 |
+
SyncDreamer,1041.16,968.8,1083.13,1064.22,1045.71
|
17 |
+
DreamFusion,1000.0,1000.0,1000.0,1000.0,1000.0
|
18 |
+
Wonder3D,985.88,941.41,931.83,973.06,967.82
|
19 |
+
TriplaneGaussian,954.71,880.15,874.92,949.3,902.27
|
20 |
+
One2345,871.53,828.86,850.49,910.9,859.91
|
21 |
+
Shap-E,842.75,842.41,846.02,784.4,862.89
|
22 |
+
Point-E,725.16,689.77,688.6,715.69,745.55
|