这是rfcn模型的rpn网络部分:

rfcn结构

这是rfcn模型的rfcn网络部分:

rfcn结构

可以看到rpn网络使用的最后一层特征提取层是resnet的res4f,rfcn网络使用的最后一层特征提取层是resnet的res5c

res4f刚好是resnet的第90层,之所以这样是因为90层刚好达到这一层的feature map是原图的1/16,这与之前的fast、faster一样。

相关文章:

  • 2021-12-26
  • 2021-11-24
  • 2021-05-11
  • 2022-12-23
  • 2021-08-03
  • 2021-10-27
  • 2022-12-23
  • 2021-06-18
猜你喜欢
  • 2021-08-06
  • 2021-04-26
  • 2022-02-21
  • 2021-08-22
  • 2021-11-24
相关资源
相似解决方案