ReDet
ReDet copied to clipboard
Is there an ablation study that separates R.E. backbone and R.I. Roi Align?
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.
Re backbone can be viewed as a single module, while RiRoI Align must works with Re backbone.
@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.