ruotianluo / Context-aware-ZSR

Official code for paper Context-aware Zero-shot Recognition (https://arxiv.org/abs/1904.09320 to appear at AAAI2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can i get images with bounding box?

paranh2o opened this issue · comments

I got image_id, category_id, bbox, score as results. But I wanna get some images with bounding box as results. How can I get images as results?
Thank you.

I forgot how I visualized it. You probably can use plain matplotlib to do it, or use some existing tools in repos like detectron2 or so.