-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I'm getting a broken pipe error when calculating the evaluation results And the calculated evaluation results also showed errors
{'testlen': 0, 'reflen': 0, 'guess': [0, 0, 0, 0], 'correct': [0, 0, 0, 0]}
ratio: 1e-06
Bleu_1: 0.000
Bleu_2: 0.000
Bleu_3: 0.000
Bleu_4: 0.000
computing METEOR score...
Traceback (most recent call last):
File "/home/zhangc/groundingLMM/eval/gcg/evaluate.py", line 285, in
main()
File "/home/zhangc/groundingLMM/eval/gcg/evaluate.py", line 269, in main
coco_eval.evaluate()
File "/home/zhangc/miniconda3/envs/glamm/lib/python3.10/site-packages/pycocoevalcap/eval.py", line 57, in evaluate
score, scores = scorer.compute_score(gts, res)
File "/home/zhangc/miniconda3/envs/glamm/lib/python3.10/site-packages/pycocoevalcap/meteor/meteor.py", line 41, in compute_score
self.meteor_p.stdin.flush()
BrokenPipeError: [Errno 32] Broken pipe