Jorgvt commited on
Commit
d3c41ec
1 Parent(s): 5802ac9

added homepage and cite

Browse files
Files changed (1) hide show
  1. TID2008.py +9 -9
TID2008.py CHANGED
@@ -3,21 +3,21 @@ import os
3
  import pandas as pd
4
  import datasets
5
 
6
- # _CITATION = """\
7
- # @InProceedings{huggingface:dataset,
8
- # title = {A great new dataset},
9
- # author={huggingface, Inc.
10
- # },
11
- # year={2020}
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 = ""
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