yiyang92 / caption-stylenet_tensorflow

Tensorflow implementation of C. Gan, Z. Gan, X. He, J. Gao, and L. Deng, “StyleNet: Generating Attractive Visual Captions with Styles”
9 stars 6 forks source link

FileNotFounderError #4

Open shahidmohana opened 5 years ago

shahidmohana commented 5 years ago

File "D:\stylenet_tf\utils\data.py", line 157, in _extract_features_from_dir with open(embed_file, 'rb') as rf: FileNotFoundError: [Errno 2] No such file or directory: './pickles/img_embed_vgg.pickle'

I have prepossessed the captions. When i run training script i face above error. Where can get "img_embed_vgg.pickle'' file?

MalaMahadevu commented 4 years ago

I faced the same issue