BillChan226 / HALC

[ICML 2024] Official implementation for "HALC: Object Hallucination Reduction via Adaptive Focal-Contrast Decoding"
https://billchan226.github.io/HALC
MIT License
69 stars 1 forks source link

No such file or directory: 'pope_coco/coco_ground_truth_segmentation.json' #1

Open XueJiang16 opened 7 months ago

XueJiang16 commented 7 months ago

Hi, when I run pope_eval.py, it seems that there is no such file. I think this may be a generated file by yourself. Could please provide it to me?

Thanks a lot!

BillChan226 commented 7 months ago

Hi,

Thanks for reporting this issue! We have used the coco_ground_truth_segmentation.json file from the original pope benchmark repository, if this is the missing file you referred to. The link to the file is here, you can download it and specify its path using the --gt_seg_path argument. We have also unignored the file in our repo, you should be able to directly run it now.

Please let us know if this address your issue, and we will be happy to help if there are further questions!