AaronCIH commited on
Commit
7257017
·
verified ·
1 Parent(s): c8c1962

Update scripts/2_generate_iqa_detail.py

Browse files
Files changed (1) hide show
  1. scripts/2_generate_iqa_detail.py +1 -1
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": None,
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",