joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wuhaonanBOB opened this issue · comments

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!

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