YiwuZhong / Sub-GC

[ECCV 2020] Official code for "Comprehensive Image Captioning via Scene Graph Decomposition"
MIT License
96 stars 16 forks source link

About Evaluation Metrics #13

Closed AmnaSaghi closed 2 years ago

AmnaSaghi commented 2 years ago

Hi, I have tried to run cocoEvalCapDemo.ipynb file for evaluation of COCO images but stuck in this error Screenshot_205 Commented all these assertion statements also but not working.

YiwuZhong commented 2 years ago

HI @AmnaSaghi, based on your sceenshot, it seems that hypo is not a list. However, I don't think cocoEvalCapDemo.ipynb was used in my codebase. If you are evaluating our model on COCO datasets, please refer to the evaluation instructions in README.

AmnaSaghi commented 2 years ago

Thanks @YiwuZhong I have solved this issue.