poojahira / image-captioning-bottom-up-top-down

PyTorch implementation of Image captioning with Bottom-up, Top-down Attention
164 stars 39 forks source link

How to generate captions of my own images? #26

Closed joyce9533 closed 4 years ago

joyce9533 commented 4 years ago

I want to generate captions of my own images, can this code help me to do that? thank u so much!

poojahira commented 4 years ago

Hi, you will have to generate bottom up features for those images using another code base and feed them to this system. Try using a Faster RCNN to generate the features.