ccccby commited on
Commit
01d8ec5
·
verified ·
1 Parent(s): d1c0606

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-to-3d
5
+ language:
6
+ - en
7
+ tags:
8
+ - benchmark
9
+ - evaluation
10
+ - multi-dimensional
11
+ - text-to-3d
12
+ - 3d-generation
13
+ pretty_name: T23D-CompBench
14
+ size_categories:
15
+ - 1K<n<10K
16
+
17
+ # Text-to-3D Comprehensive Benchmark (T23D-CompBench) 🎥📊
18
+
19
+ [Code](https://github.com/xx) · [Project Page](https://cbysjtu.github.io/Rank2Score/) · [Paper@ArXiv](https:xx) · [Prompt list](https://huggingface.co/datasets/ccccby/xx)
20
+
21
+ Welcome to the T23D-CompBench dataset! This repository contains around 3,600 textured meshes generated by various models using the [Prompt list](https://huggingface.co/datasets/ccccbyxx). These textured meshes have been annotated from twelve evaluation dimensions, including Object Alignment, Attribute Alignment, Interaction Alignment, Overall Alignment, Texture Clarity, Texture Aesthetics, Geometry Loss, Geometry Redundancy, Geometry Roughness, Overall Visual Quality, 3D Authentic, and Overall Quality.
22
+
23
+ ## Dataset Details 📚
24
+
25
+ - **Paper:** [Read the Paper](https://arxiv.org/xx)
26
+ - **Code:** [Code](https://github.com/xx)
27
+ - **Prompt List (360 prompts):** [Prompt list](https://huggingface.co/datasets/ccccbyxx)
28
+ - **Project Page:** [Project Page](https://cbysjtu.github.io/Rank2Score/)
29
+ - **Models Included in T23D-CompBench dataset:**
30
+ - [DreamFusion](https://github.com/threestudio-project/threestudio?tab=readme-ov-file)
31
+ - [Magic3D](https://github.com/threestudio-project/threestudio?tab=readme-ov-file)
32
+ - [3DTopia](https://github.com/3DTopia/3DTopia)
33
+ - [Consistent3D](https://github.com/sail-sg/Consistent3D)
34
+ - [One-2-3-45++](https://github.com/SUDO-AI-3D/One2345plus?tab=readme-ov-file)
35
+ - [LGM](https://github.com/3DTopia/LGM)
36
+ - [Hunyuan-2.0](https://github.com/Tencent-Hunyuan/Hunyuan3D-2)
37
+ - [Meshy_AI-5](https://www.meshy.ai/)
38
+ - [Rodin_Gen-1.5](https://hyper3d.ai/)
39
+ - [Tripo_AI-2.5](https://www.tripo3d.ai/)
40
+
41
+ - **Dataset Structure:**
42
+ Generate textured meshes are organized in the following structure (take 3DTopia for an example)
43
+ ```
44
+ ./3DTopia.zip/
45
+ ├── A_asymmetrical_flower
46
+ ├── model_normalized.obj
47
+ ├── model_normalized.obj.mtl
48
+ ├── material_0.png
49
+ ├── A_bird_on_a_branch
50
+ ├── model_normalized.obj
51
+ ├── model_normalized.obj.mtl
52
+ ├── material_0.png
53
+ ...
54
+ ```
55
+
56
+
57
+ ## Acknowledgements and Citation 🙏
58
+
59
+ This dataset is based on the text-to-3D generative framework, which utilizes various open-source repositories for textured mesh generation evaluation. If you find this dataset helpful, please consider citing the original work:
60
+
61
+ ```bash
62
+ @article{xx
63
+ }
64
+ ```