Open paranh2o opened 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.
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.
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.