You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great work! The performances of the detectors are amazing!
I have some questions on detectron2.
Now I have a list of bbox coordinates with respect to some images, how can I run a pre-trained detector (i.e. Faster-RCNN-R50-FPN) on these images, and crop the feature map (i.e. extract the 7x7 rois in the detector) according to the bbox coordinates? Is there an API in detectron2 to do the work?
How can I generate the proposals for Fast-RCNN, should I run the RPN directly to get the .pkl file?
Thank you again for your attention!
johntiger1, darwinharianto, gsrivas4, mineshmathew, pavithranp and 1 more