Update scripts/2_generate_iqa_detail.py
Browse files
scripts/2_generate_iqa_detail.py
CHANGED
|
@@ -317,7 +317,7 @@ if __name__ == "__main__":
|
|
| 317 |
"distortion_name": degradation,
|
| 318 |
"severity": 3,
|
| 319 |
"id": id,
|
| 320 |
-
"image_ref":
|
| 321 |
"image_A": image_A,
|
| 322 |
"image_B": None,
|
| 323 |
"task_type": "quality_single_A_noref",
|
|
|
|
| 317 |
"distortion_name": degradation,
|
| 318 |
"severity": 3,
|
| 319 |
"id": id,
|
| 320 |
+
"image_ref": image_ref,
|
| 321 |
"image_A": image_A,
|
| 322 |
"image_B": None,
|
| 323 |
"task_type": "quality_single_A_noref",
|