danieljf24 / dual_encoding

[CVPR2019] Dual Encoding for Zero-Example Video Retrieval
Apache License 2.0
154 stars 31 forks source link

#10 More details about MSVD on zero-example video retrieval #11

Open sharontaozi opened 5 years ago

sharontaozi commented 5 years ago

In the paper, "So we assess the models previously trained on MSR-VTT using the MSVD test set" refers to training with the entire data set of MSRVTT, and testing the model with the test set of MSVD(670 vidoes)? Or the test model is to use the entire MSVD dataset(1970 vidoes) as a test set?

danieljf24 commented 5 years ago

Sorry for the confusion. Indeed, we directly used the Dual encoding model in Table 1 without any finetune, so the model was trained in the training set (6,513 video clips) of MSRVTT. Besides, we evaluated the model on the test set (670 video clips) of MSVD.

sharontaozi commented 5 years ago

Thanks!After I read your other paper 《Word2VisualVec: Image and Video to Sentence Matching by Visual Feature Prediction》,I have some questions, and I wrote on https://github.com/danieljf24/w2vv/issues/11 I really hope you can tell me more details.Thank you!

xixiareone commented 4 years ago

I would like to ask you a question: in the MSVD data set, especially in the test phase, do you evaluate all sentences, or just randomly select 5 sentences from the MSVD for evaluation?

danieljf24 commented 4 years ago

On MSVD, we tested on the test set of 670 video clips, and using all the corresponding sentences. It is worth noting that in order to evaluate the generalization ability of our proposed model, the results on MVSD were obtained using the model trained in the training set (6,513 video clips) of MSRVTT.

danieljf24 commented 4 years ago

In the previous version of our w2vv paper, in Table 5, we used all the corresponding sentences instead of randomly sampled 5 sentences for each test video ( Results using data partition from Xu et al. [40]). For the results using data partition from Otani et al. [24], we used 5 sentences for each test video provided by Otani et al, while all the training sentences. 1,200, 100 and 670 video clips for training, validation, and test.

danieljf24 commented 4 years ago

The MSVD data with extracted video features have been updated. https://github.com/danieljf24/dual_encoding#dual-encoding-on-msvd

xixiareone commented 4 years ago

Thank you very much!!!

---Original--- From: "danieljf24"<notifications@github.com> Date: Sat, May 30, 2020 11:05 AM To: "danieljf24/dual_encoding"<dual_encoding@noreply.github.com>; Cc: "xixiareone"<xixiareone@foxmail.com>;"Comment"<comment@noreply.github.com>; Subject: Re: [danieljf24/dual_encoding] #10 More details about MSVD on zero-example video retrieval (#11)

The MSVD data with extracted video features have been updated. https://github.com/danieljf24/dual_encoding#dual-encoding-on-msvd

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

xixiareone commented 4 years ago

I am sorry to bother you, can you share the entails of code in MSVD?

sharontaozi commented 4 years ago

Thank you!!

xixiareone commented 4 years ago

谢谢!!

Can we communicate with each other? Because I'm also from China.

xixiareone commented 4 years ago

yeap~I will add you soon

------------------ 原始邮件 ------------------ 发件人: "sharontaozi"<notifications@github.com>; 发送时间: 2020年5月30日(星期六) 中午11:29 收件人: "danieljf24/dual_encoding"<dual_encoding@noreply.github.com>; 抄送: "Gin"<xixiareone@foxmail.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [danieljf24/dual_encoding] #10 More details about MSVD on zero-example video retrieval (#11)

@xixiareone @danieljf24 can we add QQ or wechat? (ID:499400402)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

danieljf24 commented 4 years ago

I am sorry to bother you, can you share the entails of code in MSVD?

The corresponding code has also been released.