QiaoranC / tf_ResNeSt_RegNet_model

tensorflow 2.x version of ResNeSt,RegNet,DETR
129 stars 31 forks source link

How can I apply it to mask rcnn #24

Open HHZLL opened 3 years ago

HHZLL commented 3 years ago

Blogger, I want to try to add it to maskrcnn, but I found that the return type is not the same as resnet. Can you write a mask rcnn with resnest as the backbone, or please give me some advice

qiaoran-dawnlight commented 3 years ago

@HHZLL 不好意思,回复的太晚了,mask rcnn 的话,如果我没记错,因为有fpn, backbone输出需要的不只是最后一层,还需要前面几个block的输出。所以你还需要返回前面几个blcok的feature。具体要看你mask rnn中 fpn的设置。