Skip to content

Commit

Permalink
minor fix on eval code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChonghaoSima committed Mar 25, 2024
1 parent f4a223c commit 714dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def evaluation(self):
tag = qa['tag']
idx = scene_id + "_" + frame_id + "_" + str(i)
predict = pred_file[idx]["answer"]
assert pred_file[idx]["gt_answer"] == GT, print(pred_file[idx]["gt_answer"], GT)
# assert pred_file[idx]["gt_answer"] == GT, print(pred_file[idx]["gt_answer"], GT)
if first_flag:
first_flag = False
evaluation.set_graph(predict, GT)
Expand Down

0 comments on commit 714dd64

Please sign in to comment.