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

rfp and stage_with_rfp #74

Open mhyeonsoo opened 3 years ago

mhyeonsoo commented 3 years ago

Hello,

Thanks for the good sources. I am currently trying to convert torch based code to TF, and struggling in the middle of modifying backbone networks.

I am not very clear in terms of understadning 'rfp' parameter in Bottleneck block for using rfp_conv_layer. Can you briefly explain what 'rfp' parameter does?

Thank you.