bottom-up-attention icon indicating copy to clipboard operation
bottom-up-attention copied to clipboard

Illustrations for object and attribute predictions

Open mrfarazi opened this issue 8 years ago • 5 comments

Hello @peteanderson80

I was wondering how to generate the figure showing the object and attribute predictions for salient image regions with bounding boxes and labels (like the figure in this repo).

mrfarazi avatar Jun 18 '18 04:06 mrfarazi

Asking for the visualization code. +1

ZhuFengdaaa avatar Jun 18 '18 16:06 ZhuFengdaaa

There is some code in our caption model repo for this: https://github.com/peteanderson80/Up-Down-Captioner/blob/master/scripts/demo.ipynb

peteanderson80 avatar Jul 03 '18 23:07 peteanderson80

There is some code in our caption model repo for this: https://github.com/peteanderson80/Up-Down-Captioner/blob/master/scripts/demo.ipynb

Did you give the 'objects' and 'attrs' in your tsv file? I try to get the image tag in your tsv file, but got 'None'

liiiiiiiiil avatar Oct 11 '18 07:10 liiiiiiiiil

No, I don't think the object and attribute labels are in the tsv files. In hindsight, we should have included them. The demo above is end-to-end, i.e. running Faster R-CNN on the image (not using precomputed features).

peteanderson80 avatar Oct 29 '18 03:10 peteanderson80

Hi, can you share the tsv file with object and attribute tags! Thank you very much for your contribution!

Rushing-Life avatar Sep 20 '22 02:09 Rushing-Life