facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.21k stars 5.45k forks source link

Extract Bounding Box Features #998

Open abhinavrai44 opened 4 years ago

abhinavrai44 commented 4 years ago

How can I extract the feature vector associated with each of the predicted bounding box ?

Is it possible in the same way rois are accessed here ?

Thanks