JonghwanMun / LGI4temporalgrounding

Repository for the CVPR-20 paper "Local-Global Video-Text Interactions for Temporal Grounding"
129 stars 17 forks source link

question about charades dataset #10

Closed onlyonewater closed 4 years ago

onlyonewater commented 4 years ago

Hi @JonghwanMun , thank you so much for releasing the code, but I have a question, why it performs well on charades dataset? Did you use a raw features on charades or a fine-tuning features on charades? Thanks!!!

JonghwanMun commented 4 years ago

I used the I3D network fine-tuned on Charades as ExCL[1] and PfTML-GA[2] did. Following the github https://github.com/piergiaj/pytorch-i3d, you can extract visual features for Charades-STA dataset. As I remember, "model/rgb_charades.pt" in the github corresponds to the I3D network pre-trained on Charades dataset.

[1] SohamGhosh,AnuvaAgarwal,ZaranaParekh,andAlexan- der Hauptmann. ExCL: Extractive Clip Localization Using Natural Language Descriptions. arXiv preprint arXiv:1904.02755, 2019. [2] Cristian Rodriguez Opazo, Edison Marrese-Taylor, Fate- meh Sadat Saleh, Hongdong Li, and Stephen Gould. Proposal-free Temporal Moment Localization of a Natural- Language Query in Video using Guided Attention. arXiv preprint arXiv:1908.07236, 2019.

onlyonewater commented 4 years ago

OK, I get it! Thanks!!

xljh0520 commented 2 years ago

I used the I3D network fine-tuned on Charades as ExCL[1] and PfTML-GA[2] did. Following the github https://github.com/piergiaj/pytorch-i3d, you can extract visual features for Charades-STA dataset. As I remember, "model/rgb_charades.pt" in the github corresponds to the I3D network pre-trained on Charades dataset.

[1] SohamGhosh,AnuvaAgarwal,ZaranaParekh,andAlexan- der Hauptmann. ExCL: Extractive Clip Localization Using Natural Language Descriptions. arXiv preprint arXiv:1904.02755, 2019. [2] Cristian Rodriguez Opazo, Edison Marrese-Taylor, Fate- meh Sadat Saleh, Hongdong Li, and Stephen Gould. Proposal-free Temporal Moment Localization of a Natural- Language Query in Video using Guided Attention. arXiv preprint arXiv:1908.07236, 2019.

Hi, thanks for your answer! I have a question about how you fine-tune the I3D network on Charades. Could you share more detail?