TextguidedATT icon indicating copy to clipboard operation
TextguidedATT copied to clipboard

The implementation of Text-guided Attention Model for Image Captioning

Results 6 TextguidedATT issues
Sort by recently updated
recently updated
newest added

I get the following error when i run run_inference bash file : 'resNet/prediction_result/res_predictions_10NN_test5000.json' Can you tell me how to reslove this ?

Hi, @JonghwanMun , thanks for your excellent code. I have a little question to ask. Specifically, Did you obtain the skipthought/coco_cap_uni_gru_word2vec.t7 file by training the skipthought model? Can I just...

Hi Jonghwan Thank you for your prompt responses. I have the test features and want to evaluate them. But I face the following issue while running eval_res_att_knn_test5000.lua for loading the...

Hi Jonghwan I am running the extract_resnet_feat.lua. It's taking too much time and I am on a time crunch. I was just wondering if you had these feature extracted files...

You had released the Res-101.t7 file to extract image features, can you release the VGG-FCN t7 file ? Thanks.

TextguidedATT/000_data_construction/002_skipthought/extract_cap_feat.lua : line 11 : change require 'layers.textGuideAtt' to require 'layers.textGuidedAtt' TextguidedATT/layers/LanguageModel.lua : line 210 : local beam_size = utils.getopt(opt, 'beam_size', 2 --- ')' is missing