arctic-captions icon indicating copy to clipboard operation
arctic-captions copied to clipboard

Reproduce result

Open WangYueFt opened this issue 8 years ago • 5 comments

Hi Kelvin,

After I trained model 2000 epochs, I tried to use generate_caps.py to get the captions. However, the result was meaningless. Is there anything I need to take care of regarding the generate_caps.py?

Thanks

WangYueFt avatar Mar 09 '16 08:03 WangYueFt

Hello Wang,

I want to help you. I am at least getting meaningful captions. However your question is still too vague and there can be many things that can be broken. I suggest you look at my fork https://github.com/intuinno/arctic-captions , which has all the required code but with poor documentation.

Thanks.

intuinno avatar Mar 09 '16 21:03 intuinno

@intuinno Thank you very much! I found the way I generated training data was wrong. I am looking into your code. Did you reproduce the flickr8k data? And how was the result?

Thanks, Yue

WangYueFt avatar Mar 10 '16 03:03 WangYueFt

@WangYueFt I did not reproduce flickr8k. Please use code for coco data set because they are the only one most up to date.

Thanks.

intuinno avatar Mar 10 '16 12:03 intuinno

Hello @intuinno , I try your code, and I am a little confuse about path in your prepare_coco.py, vgg_deploy_path = '/home/intuinno/codegit/caffe/models/vgg_ilsvrc_19/VGG_ILSVRC_19_layers_deploy.prototxt' vgg_model_path = '/home/intuinno/codegit/caffe/models/vgg_ilsvrc_19/VGG_ILSVRC_19_layers.caffemodel' can you explain a little bit about these two? Thank you very much!

2g-XzenG avatar Apr 20 '16 02:04 2g-XzenG

@wahahayawahaha You can google those names and download them.

AAmmy avatar Apr 27 '16 08:04 AAmmy