faster-rcnn

Replace instance of a class with new instance

Replace instance of a class with new instance Question: I am working on detectron2 object detection. I am facing a problem in filtering the objects detected. Here is the detectron2 predicted output: Instances(num_instances=9, image_height=547, image_width=820, fields=[pred_boxes: Boxes(tensor([[3.1173e+01, 3.8368e+01, 5.3751e+02, 5.4078e+02], [5.9945e+02, 2.6412e+02, 6.8196e+02, 5.1333e+02], [4.4486e+02, 1.7210e+02, 4.9981e+02, 2.5596e+02], [1.1566e-01, 2.3533e+02, 8.5483e+01, 3.6838e+02], [3.0897e+02, 2.4964e+02, 3.5739e+02, …

Total answers: 2