vijayvee / video-captioning

This repository contains the code for a video captioning system inspired by Sequence to Sequence -- Video to Text. This system takes as input a video and generates a caption in English describing the video.
MIT License
165 stars 67 forks source link

can not find S2VT_Dyn_10_0.0001_300_46000.ckpt.meta ? #4

Closed qiangzhang007 closed 6 years ago

qiangzhang007 commented 6 years ago

hi , i got below error. IOError: File S2VT_Dyn_10_0.0001_300_46000.ckpt.meta does not exist what can i do?

vijayvee commented 6 years ago

Hello @qiangzhang007, this is the checkpoint where I saved my trained model. You could train your own model using my repo, and replace this checkpoint file name with your checkpoint file name. I shall also upload the link to download my checkpoints file as soon as I can. Thanks.

vijayvee commented 5 years ago

Hi, thanks for your interest in my repository and in my trained model. I have uploaded the checkpoint file that was missing while you had run the code earlier. I hope this is useful to you. Please don't forget to cite the repository when you use it, thanks ;-)