luo3300612 / image-captioning-DLCT

Official pytorch implementation of paper "Dual-Level Collaborative Transformer for Image Captioning" (AAAI 2021).
BSD 3-Clause "New" or "Revised" License
193 stars 31 forks source link

About visualization code #25

Open aichisuancai opened 2 years ago

aichisuancai commented 2 years ago

Hello and thank you for this fantastic repo! I find there is the visualization of attention states for captions (Figure 5 b), but I cannot find the corresponding code in this repo. I tried to reproduce the visualization results according to your paper and failed. Could you please share your visualization code? Thank you!

z972778371 commented 2 years ago

您好,感谢您的精彩回购! 我发现有字幕注意状态的可视化(图 5 b),但我在这个 repo 中找不到相应的代码。我试图根据你的论文重现可视化结果,但失败了。你能分享你的可视化代码吗?谢谢! Hello, I'm trying to find the code to generate the visualization pics like figure 1 and figure 5. Do you know how to generate the captions of a pic like the figure 1 in artical ? Could you share it with me ? Thanks a lot !

Vincent-Ww commented 2 years ago

Hello and thank you for this fantastic repo! I find there is the visualization of attention states for captions (Figure 5 b), but I cannot find the corresponding code in this repo. I tried to reproduce the visualization results according to your paper and failed. Could you please share your visualization code? Thank you!

I also want to do it but fails. have you reproduced the visualization results successfully? Thanks