Update scripts/1_generate_iqa_brief.py
Browse files
scripts/1_generate_iqa_brief.py
CHANGED
|
@@ -377,7 +377,7 @@ if __name__ == "__main__":
|
|
| 377 |
"distortion_name": degradation,
|
| 378 |
"severity": 3,
|
| 379 |
"id": id,
|
| 380 |
-
"image_ref":
|
| 381 |
"image_A": image_A,
|
| 382 |
"image_B": None,
|
| 383 |
"task_type": "quality_single_A_noref",
|
|
|
|
| 377 |
"distortion_name": degradation,
|
| 378 |
"severity": 3,
|
| 379 |
"id": id,
|
| 380 |
+
"image_ref": image_ref,
|
| 381 |
"image_A": image_A,
|
| 382 |
"image_B": None,
|
| 383 |
"task_type": "quality_single_A_noref",
|