RubickH / Image-Captioning-with-MAD-and-SAP

Code for paper "Image Captioning with End-to-End Attribute Detection and Subsequent Attributes Prediction". IEEE Transactions on Image Processing 2020
https://ieeexplore.ieee.org/document/8976408
26 stars 4 forks source link

How can I provide a custom input image to the pretrained model and get output captions for the same? #4

Open smitkoli18ce5005 opened 3 years ago

RubickH commented 3 years ago

You need to use a pre-trained faster R-CNN to extract the object features and put these features into my model. The details of the pre-trained faster R-CNN can be found in the paper `Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering'.

smitkoli18ce5005 commented 3 years ago

Thank You.

On Thu, May 13, 2021 at 7:31 AM Yiqing Huang @.***> wrote:

You need to use a pre-trained faster R-CNN to extract the object features and put these features into my model. The details of the pre-trained faster R-CNN can be found in the paper `Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering'.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RubickH/Image-Captioning-with-MAD-and-SAP/issues/4#issuecomment-840231076, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASAQB2B2L22CB3X6RMYGJ23TNMXGRANCNFSM44YKHSCA .