How to get the multiple bounding box coordinates in tensorflow object-detection API
问题 I want to get the multiple bounding boxes co-ordinates and the class of each bounding box and return it as a JSON file. when I print boxes[] from the following code, It has a shape of (1,300,4). There are 300 coordinates in boxes[]. But there are only 2 on my predicted image. I want the coordinates of the bounding boxes which are predicted on my image. Also, how would we know which bounding box is mapped to which category/class in the image? for example, let's say I have a dog and a person in