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 66 forks source link

IOError Please help #22

Closed yanwencai001 closed 4 years ago

yanwencai001 commented 4 years ago

I downloaded your model and extracted features, but it still report errors when I run the test_videocap.py code. Please help. IOError: Cannot parse file S2VT_Dyn_10_0.0001_300_46000.ckpt.meta: 1:1 : Message type "tensorflow.MetaGraphDef" has no field named "version"..

abhaygargab commented 4 years ago

I had the same problem and solved it by downloading all the .ckpt files separately. When you clone the repository the .ckpt files saved are in Kbs, but after downloading separately those will be in Mbs with the correct format.

vijayvee commented 4 years ago

Thanks for the input, please let me know if this doesn't work @yanwencai.