ruotianluo / Context-aware-ZSR

Official code for paper Context-aware Zero-shot Recognition (https://arxiv.org/abs/1904.09320 to appear at AAAI2020)
MIT License
58 stars 8 forks source link

how can i get images with bounding box? #3

Open paranh2o opened 2 years ago

paranh2o commented 2 years ago

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.

ruotianluo commented 2 years ago

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.