joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfp and stage_with_rfp

mhyeonsoo opened this issue · comments

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.