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

only run object detection without running segmented part of the instance. #50

Open wuhaonanBOB opened 4 years ago

wuhaonanBOB commented 4 years ago

Hello, I only want to run the part of the target detection, that is, the bbox, without running the segmented part of the instance (the data set without segmentation). How should I configure to remove the part of the instance split? Many thanks!

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.