joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Apache License 2.0
1.13k stars 178 forks source link

Can I use the model for only object detection? #51

Open VANRao-Stack opened 4 years ago

VANRao-Stack commented 4 years ago

Well the question says it all. If it does, which I presume that it most probably will, could you please tell me how to do it? Like what changes, if any, am I supposed to integrate?

joe-siyuan-qiao commented 4 years ago

Please take a look at the implementation of DetectoRS in the official mmdetection repo. It supports DetectoRS predicting only bounding boxes.