ReDet icon indicating copy to clipboard operation
ReDet copied to clipboard

ReDet only supports ReFPN neck

Open mmoghadam11 opened this issue 4 years ago • 1 comments

hi @csuhan in detector config you put this: assert neck['type'] == 'ReFPN', 'ReDet only supports ReFPN neck'

i think its for using this fpn for extracting the re_resnet50

but can i put attention like BFP after ReFPN ???

mmoghadam11 avatar Sep 08 '21 17:09 mmoghadam11

Yes. You can comment this line. However, BFP (with regualr conv) may break the rotation equivariance and invariance. You can try e2cnn-based BFP, just like our ReFPN.

csuhan avatar Sep 11 '21 05:09 csuhan