kuangliu / pytorch-retinanet

RetinaNet in PyTorch
992 stars 250 forks source link

关于rpn网络的问题 #34

Closed blackxer closed 6 years ago

blackxer commented 6 years ago

请问您的代码中是没有用rpn网络吗?,感觉是直接就在最后的每个feature map的所有像素点上进行最终的分类和回归,剪掉了中间的rpn网络。

pkwangwanjun commented 6 years ago

这个是one stage的 没有rpn网络