GL-RG icon indicating copy to clipboard operation
GL-RG copied to clipboard

The code of IJCAI22 paper "GL-RG: Global-Local Representation Granularity for Video Captioning".

Results 10 GL-RG issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for sharing your amazing work. I have some questions: 1- Can you shortly explain in steps not as code how to obtain the metric scores m( ˆ...

Thank you for your great work! There are different numbers of captions for every video in `MSVD` dataset, such as 29, 42……But I found that the shape of _msvd_train_evalscores.pkl_ is...

颜教授您好,不好意思,想请教一下 论文中对应三个encoder特征抽取层面的代码好像在项目中没有找到,可以放出来嘛?想了解一下 传统方式抽取特征的话 代码实现层面是怎么操作的,谢谢 ![image](https://user-images.githubusercontent.com/57979311/231974770-57ffb537-48d4-4d8f-829f-b01e8607dc13.png)

Hi! Thank you for your amazing work! I want to ask how can I generate the _msrvtt_train_evalscores.pkl_? I see the shape is [6513,20], so which caption is respectively corresponding to...

The CIDER metric file is determined. Isn't there a mismatch between index of metric and data of the random Ground_Truth is selected? And I plan to do more experiments. Could...

I remember the the standard split contains 1.2K training videos, 100 validation videos, and **_670_** test videos, so why you did not use the other 200 test videos? Thank u!

``` Traceback (most recent call last): File "test.py", line 130, in assert opt.feat_dims == test_loader.get_feat_dims() AssertionError ``` I did not make any change before this.

data文件缺少train相关的文件,请问可以提供完整train的数据吗?非常感谢!!

您好,非常感谢您的工作!请问训练的主函数代码可以开源吗?train.py只是定义了一些方法而没有程序入口和主函数。

![43061ab00b04472d24e5177a21d054b](https://github.com/user-attachments/assets/f4ecc65c-d747-48a5-9431-3f02995472c3) Hello, I run your code and get the result shown in the picture. My result list reports the BLEU-1 but not report the BLEU-4. And the CIDEr score is...