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

Error on Extract_Feats #16

Closed anandbhaskaran closed 5 years ago

anandbhaskaran commented 5 years ago

image

anandbhaskaran commented 5 years ago

Default installation yields this error. As specified in the issue, the Scikit-image of a version of atlast 0.14.2 should be used.You can update the version of scikit-image by this command.

pip install -U scikit-image