zjr2000 / GVL

Official implementation for paper Learning Grounded Vision-Language Representation for Versatile Understanding in Untrimmed Videos
https://arxiv.org/abs/2303.06378
MIT License
26 stars 6 forks source link

opt.use_cider_rouge_as_current_dvc_score参数缺失 #2

Closed llljjj88 closed 1 year ago

llljjj88 commented 1 year ago

感谢你的分享,在复现这篇论文的时候训练时候出现opt.use_cider_rouge_as_current_dvc_score参数缺失,请问这个应该是什么呢

zjr2000 commented 1 year ago

感谢您的关注,这个参数可以删去或直接设为False。之前清洗代码时遗漏了这里,我们会尽快更新。

zjr2000 commented 1 year ago

c464e2e

llljjj88 commented 1 year ago

感谢您的回复,很好的解决我的疑惑

llljjj88 commented 1 year ago

您好,在使用anet_c3d_dvc_rl.yml中pretrain_path:PRETRAINED_CHECKPOINT应该是什么呢?

zjr2000 commented 1 year ago

您好,在使用anet_c3d_dvc_rl.yml中pretrain_path:PRETRAINED_CHECKPOINT应该是什么呢?

训强化学习前需要加载预训练的权重,pretrain_path是到权重文件的路径,需要自己设置

llljjj88 commented 1 year ago

预训练的权重文件去哪里下载

zjr2000 commented 1 year ago

你可以使用另一个cfg文件训练一个模型。或者去README里给出的google drive下载

llljjj88 commented 1 year ago

感谢您的分享