ReDet icon indicating copy to clipboard operation
ReDet copied to clipboard

Is there an ablation study that separates R.E. backbone and R.I. Roi Align?

Open Henning742 opened this issue 4 years ago • 2 comments

Hi,

Thank you for your code and paper.

As the title says, I'm quite interested in how much contribution these two components have on the mAP, respectively. Or do they not work at all if separated? Thanks.

Henning742 avatar Sep 17 '21 06:09 Henning742

Re backbone can be viewed as a single module, while RiRoI Align must works with Re backbone.

csuhan avatar Sep 17 '21 08:09 csuhan

@csuhan Will ReDet work if I run an ablation experiment without using the RBBox?

What I mean I will change the SharedFCBBoxHeadRbbox and RboxSingleRoIExtractor into their HBBox counterpart.

chandlerbing65nm avatar Nov 27 '21 03:11 chandlerbing65nm