srvk / how2-dataset

This repository contains code and metadata of How2 dataset
https://srvk.github.io/how2-dataset/
163 stars 17 forks source link

Machine Translation Baseline #12

Closed Eurus-Holmes closed 4 years ago

Eurus-Holmes commented 5 years ago

From https://github.com/lium-lst/nmtpytorch, there are only limited related video_nmt codes, experimental/coattentive_video_nmt.py and experimental/video_nmt.py, and their organization is not very well, could you provide your own baseline on How2 dataset from original paper?

ozancaglayan commented 5 years ago

Hi,

Those models are not related at all to the baselines in the paper, so you should just ignore them. You are right in the sense that we still did not provide a simple codebase to train the baselines presented in the paper, sorry for that. What kind of baseline are you specifically interested in?

Eurus-Holmes commented 5 years ago

@ozancaglayan Thanks a lot! I'm specifically interested in Machine Translation baseline, I found that the BLUE of the baseline is the same with multimodal baseline, so I want to know the video feature how to help machine translation?