Grounded-Image-Captioning icon indicating copy to clipboard operation
Grounded-Image-Captioning copied to clipboard

Results 5 Grounded-Image-Captioning issues
Sort by recently updated
recently updated
newest added

您好,我是北京理工大学计算机学院的一名学生,我最近在学习您2020年发布在cvpr的论文Moer Grounded Image Captioning by Distilling Image-Text Matching Model,在我复现论文代码的时候我按照readme的要求配置好了环境,并顺利进行了代码的评估部分,但是在我训练模型的过程中缺少了/log/CE-gt-sup-0.1-nll/infos_CE-gt-sup-0.1-nll.pkl文件,而/log/CE-gt-sup-0.1-nll文件夹下只有infos_CE-gt-sup-0.1-nll-best.pkl文件,报错信息如下: ![image](https://user-images.githubusercontent.com/42772034/148006193-305c9bda-0831-4126-9100-f8aee73fc97b.png) 然后我以为两个文件是相同的,因此将infos_CE-gt-sup-0.1-nll-best.pkl,model-best.pth更改为代码中的infos_CE-gt-sup-0.1-nll.pkl,model.pth,但是又报以下错误 ![image](https://user-images.githubusercontent.com/42772034/148006220-10a8b156-71b4-47e9-8769-2129b3d205ed.png) 因此我想请教您log.tar.gz是否缺少了这两个infos_CE-gt-sup-0.1-nll.pkl,model.pth,这两个文件。期待您的指导,非常感谢您。

during bash eval_flickr.sh error ![616](https://user-images.githubusercontent.com/23289919/122150174-d1c62100-ce8f-11eb-8440-4565df225234.png)

Hi, thanks for your work. I'm curious to use your code on new raw images, how can I do that? From the vis_attn_cap.ipynb, I modified this part : `opt =...

Hi, I run your evaluation results on both F50k and Coco. The results of F30k is absolutely right. But the results on coco is not quite ok. The only detail...

Hi, I am trying to use your codebase for some experiments and during training I get the following error: `$ python train.py --id CE-scan-sup-0.1kl --caption_model topdown --input_json data/flickrtalk.json --input_fc_dir data/flickrbu/flickrbu_fc...