palapapa commited on
Commit
162cd9e
·
verified ·
1 Parent(s): 39f86c3

Added more detail to the Dataset Modifications section in README

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -63,7 +63,9 @@ made by LIQE.
63
  5. For the LIVE dataset, LIQE originally gave the images under the directory
64
  `fastfading` the `white noise` distortion type, even though their code
65
  already supports the `fastfading` distortion type. In our dataset, their
66
- distortion types have been changed to `fastfading`.
 
 
67
 
68
  6. The BID (Blurred Image Database) dataset from "No-reference blur assessment
69
  of digital pictures based on multi-feature classifiers" claims to have 585
@@ -74,6 +76,18 @@ made by LIQE.
74
  and `DatabaseImage0439.JPG`) have been manually removed since they don't have
75
  their associated labels.
76
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  ## Notes
78
 
79
  1. Even though the README file in the LIVE dataset claims that:
 
63
  5. For the LIVE dataset, LIQE originally gave the images under the directory
64
  `fastfading` the `white noise` distortion type, even though their code
65
  already supports the `fastfading` distortion type. In our dataset, their
66
+ distortion types have been changed to `fastfading`. Note that due to the
67
+ pre-mapping, as will be mentioned below, the `fastfading` distortion type
68
+ will actually then be mapped back to `jpeg2000 compression`.
69
 
70
  6. The BID (Blurred Image Database) dataset from "No-reference blur assessment
71
  of digital pictures based on multi-feature classifiers" claims to have 585
 
76
  and `DatabaseImage0439.JPG`) have been manually removed since they don't have
77
  their associated labels.
78
 
79
+ 7. LIQE actually provides 33 distortion types in their labels, instead of the 11
80
+ as claimed in their paper, but they still map them back to the 11 types at
81
+ runtime. The 11 distortion types are also named differently than what is
82
+ written in their paper. Specifically, `color-related` is renamed to `color`,
83
+ `JPEG compression` to `jpeg compression`, `JPEG2000 compression` to `jpeg2000
84
+ compression`, `over-exposure` to `overexposure`, `under-exposure` to
85
+ `underexposure`, `spatially-localized` to `spatial`, and `others` to `other`.
86
+ The scene types `indoor scene` has also been renamed to `indoor`, `night
87
+ scene` to `night`, and `still-life` to `still_life`. The distortion types
88
+ have been pre-mapped back to the 11 types, and the naming for the scene and
89
+ distortion types follows the source code of LIQE instead of the paper.
90
+
91
  ## Notes
92
 
93
  1. Even though the README file in the LIVE dataset claims that: