Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Feature request: generation of image captioning features #4

Open
iaroslav-ai opened this issue Apr 11, 2016 · 1 comment
Open

Feature request: generation of image captioning features #4

iaroslav-ai opened this issue Apr 11, 2016 · 1 comment

Comments

@iaroslav-ai
Copy link

Could you add a code which extracts VGG features from images for image captioning task? This would be a nice starting point if someone wants to try playing with tuning the image captioning setup or just obtain image captions.

@nervetumer
Copy link
Contributor

This gist link shows how to transfer the trained alexnet model over to a network with only 10 outputs in the last fully connected layer. It may give enough information on how to get the feature extraction layers out of a VGG model and attach them to a different output network. let me know if that helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants