zhiyuanyou commited on
Commit
45ff69a
·
verified ·
1 Parent(s): 99d220f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -3
README.md CHANGED
@@ -1,3 +1,72 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ tags:
8
+ - multi-modal image quality assessment
9
+ pretty_name: Data-DeQA-Score
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+
14
+ # Data-DeQA-Score
15
+
16
+ Datasets of the [DeQA-Score](https://depictqa.github.io/deqa-score/) paper
17
+ (paper / [project page](https://depictqa.github.io/deqa-score/) / [code](https://github.com/zhiyuanyou/DeQA-Score))
18
+ in our [DepictQA project](https://depictqa.github.io/).
19
+
20
+ ## Dataset Construction
21
+
22
+ - Download our meta files in this repo.
23
+
24
+ - Download source images from [KonIQ](https://database.mmsp-kn.de/koniq-10k-database.html),
25
+ [SPAQ](https://github.com/h4nwei/SPAQ),
26
+ [KADID](https://database.mmsp-kn.de/kadid-10k-database.html),
27
+ [PIPAL](https://github.com/HaomingCai/PIPAL-dataset),
28
+ [LIVE-Wild](https://live.ece.utexas.edu/research/ChallengeDB/index.html),
29
+ [AGIQA](https://github.com/lcysyzxdxc/AGIQA-3k-Database),
30
+ [TID2013](https://www.ponomarenko.info/tid2013.htm),
31
+ and [CSIQ](https://s2.smu.edu/~eclarson/csiq.html).
32
+
33
+ - Arrange the folders as follows:
34
+
35
+ ```
36
+ |-- Data-DeQA-Score
37
+ |-- KONIQ
38
+ |-- images/*.jpg
39
+ |-- metas
40
+ |-- SPAQ
41
+ |-- images/*.jpg
42
+ |-- metas
43
+ |-- KADID10K
44
+ |-- images/*.png
45
+ |-- metas
46
+ |-- PIPAL
47
+ |-- images/Distortion_*/*.bmp
48
+ |-- metas
49
+ |-- LIVE-WILD
50
+ |-- images/*.bmp
51
+ |-- metas
52
+ |-- AGIQA3K
53
+ |-- images/*.jpg
54
+ |-- metas
55
+ |-- TID2013
56
+ |-- images/distorted_images/*.bmp
57
+ |-- metas
58
+ |-- CSIQ
59
+ |-- images/dst_imgs/*/*.png
60
+ |-- metas
61
+ ```
62
+
63
+ If you find our work useful for your research and applications, please cite using the BibTeX:
64
+
65
+ ```bibtex
66
+ @article{deqa_score,
67
+ title={Teaching Large Language Models to Regress Accurate Image Quality Scores using Score Distribution},
68
+ author={You, Zhiyuan and Cai, Xin and Gu, Jinjin and Xue, Tianfan and Dong, Chao},
69
+ journal={arXiv preprint arXiv},
70
+ year={2025},
71
+ }
72
+ ```