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

where can I download S2VT? #1

Closed gsygsy96 closed 6 years ago

gsygsy96 commented 6 years ago

hello! I met the problem like this:

 File "/home/gsy/video-captioning/utils.py", line 8, in <module>
    from VideoCap import S2VT
ImportError: No module named VideoCap

I think maybe your code doesn't include S2VT .I have found so many code,but it still missed.... Could you give me some guide? thanks!

vijayvee commented 6 years ago

Hello @shanYanGuan,

That line can be commented out. I just noticed that it is insignificant.