ccccby commited on
Commit
27d5b54
·
verified ·
1 Parent(s): 321a746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -17,14 +17,14 @@ size_categories:
17
 
18
  # Text-to-3D Comprehensive Benchmark (T23D-CompBench) 🎥📊
19
 
20
- [Code](https://cbysjtu.github.io/Rank2Score/) · [Project Page](https://cbysjtu.github.io/Rank2Score/) · [Paper@ArXiv](https://cbysjtu.github.io/Rank2Score/) · [Prompt list](https://huggingface.co/datasets/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json)
21
 
22
  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/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json). 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.
23
 
24
  ## Dataset Details 📚
25
 
26
- - **Paper:** [Read the Paper](https://cbysjtu.github.io/Rank2Score/)
27
- - **Code:** [Code](https://cbysjtu.github.io/Rank2Score/)
28
  - **Prompt List (360 prompts):** [Prompt list](https://huggingface.co/datasets/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json)
29
  - **Project Page:** [Project Page](https://cbysjtu.github.io/Rank2Score/)
30
  - **Models Included in T23D-CompBench dataset:**
@@ -60,6 +60,10 @@ Welcome to the T23D-CompBench dataset! This repository contains around 3,600 tex
60
  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:
61
 
62
  ```bash
63
- @article{xx
 
 
 
 
64
  }
65
  ```
 
17
 
18
  # Text-to-3D Comprehensive Benchmark (T23D-CompBench) 🎥📊
19
 
20
+ [Code](https://github.com/cbysjtu/rank2score_code) · [Project Page](https://cbysjtu.github.io/Rank2Score/) · [Paper@ArXiv](https://arxiv.org/abs/2509.23841) · [Prompt list](https://huggingface.co/datasets/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json)
21
 
22
  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/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json). 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.
23
 
24
  ## Dataset Details 📚
25
 
26
+ - **Paper:** [Read the Paper](https://arxiv.org/abs/2509.23841)
27
+ - **Code:** [Code](https://github.com/cbysjtu/rank2score_code)
28
  - **Prompt List (360 prompts):** [Prompt list](https://huggingface.co/datasets/ccccby/T23D-CompBench/blob/main/T23D-CompBench_prompt.json)
29
  - **Project Page:** [Project Page](https://cbysjtu.github.io/Rank2Score/)
30
  - **Models Included in T23D-CompBench dataset:**
 
60
  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:
61
 
62
  ```bash
63
+ @article{cui2025towards,
64
+ title={Towards Fine-Grained Multi-Dimensional Text-to-3D Quality Assessment: A Database and A Two-Stage Rank-Learning Metric},
65
+ author={Bingyang Cui, Yujie Zhang, Qi Yang, Zhu Li, and Yiling Xu},
66
+ journal={arXiv preprint arXiv:2509.23841},
67
+ year={2025}
68
  }
69
  ```