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

just object detect #7

Closed missbook520 closed 4 years ago

missbook520 commented 4 years ago

Thanks for your great work! If I just want to use object detection and no mask ,how can I adjust the config? Thanks!

CarryHJR commented 4 years ago

i meet the same situation too, i wanna get the config of only detection

kiddliao commented 4 years ago

i meet the same situation too, i wanna get the config of only detection

me too

joe-siyuan-qiao commented 4 years ago

Thanks for your interest in using DetectoRS. Currently, it only supports HTC, so it needs every data input of HTC to train and test it. However, we are currently refactoring the codebase and move it to mmdet v2.0, where we will support as many base detectors as possible. Please stay tuned. Thanks!

yuyijie1995 commented 4 years ago

@CarryHJR can you share your changed code? I met the same problem.