added homepage and cite
Browse files- TID2008.py +9 -9
TID2008.py
CHANGED
@@ -3,21 +3,21 @@ import os
|
|
3 |
import pandas as pd
|
4 |
import datasets
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
|
15 |
_DESCRIPTION = """\
|
16 |
Image Quality Assessment Dataset consisting of 25 reference images, 17 different distortions and 4 intensities per distortion.
|
17 |
In total there are 1700 (reference, distortion, MOS) tuples.
|
18 |
"""
|
19 |
|
20 |
-
|
21 |
|
22 |
# _LICENSE = ""
|
23 |
|
|
|
3 |
import pandas as pd
|
4 |
import datasets
|
5 |
|
6 |
+
_CITATION = """\
|
7 |
+
@article{ponomarenko_tid2008_2009,
|
8 |
+
author = {Ponomarenko, Nikolay and Lukin, Vladimir and Zelensky, Alexander and Egiazarian, Karen and Astola, Jaakko and Carli, Marco and Battisti, Federica},
|
9 |
+
title = {{TID2008} -- {A} {Database} for {Evaluation} of {Full}- {Reference} {Visual} {Quality} {Assessment} {Metrics}},
|
10 |
+
year = {2009}
|
11 |
+
}
|
12 |
+
"""
|
13 |
+
|
14 |
|
15 |
_DESCRIPTION = """\
|
16 |
Image Quality Assessment Dataset consisting of 25 reference images, 17 different distortions and 4 intensities per distortion.
|
17 |
In total there are 1700 (reference, distortion, MOS) tuples.
|
18 |
"""
|
19 |
|
20 |
+
_HOMEPAGE = "https://www.ponomarenko.info/tid2008.htm"
|
21 |
|
22 |
# _LICENSE = ""
|
23 |
|