mynlp / cst_captioning

PyTorch Implementation of Consensus-based Sequence Training for Video Captioning
60 stars 17 forks source link

symbolic link in val_videodatainfo.json #1

Closed chihyaoma closed 6 years ago

chihyaoma commented 6 years ago

Hi

Thanks for sharing this amazing git repo for your paper.

Regarding the symbolic link in val_videodatainfo.json

It seems that there is an issue when viewing/downloading from your google drive for this particular file.

This issue is preventing me from correctly generating metadata using the command below.

make pre_process

Could you kindly double-check the file? Thanks!

chihyaoma commented 6 years ago

Remove the downloaded file and manually create a symbolic link seems to solve the problem.

ln -s train_videodatainfo.json val_videodatainfo.json

plsang commented 6 years ago

Yes, that should solve the problem. Thanks for reporting the issue!