pytorch_RFCN icon indicating copy to clipboard operation
pytorch_RFCN copied to clipboard

Is this a correct version?

Open lxtGH opened this issue 7 years ago • 1 comments

you said the psroi_pooling operation from this RFCN repository but you can see this issue

lxtGH avatar Feb 25 '18 12:02 lxtGH

the psroi_pooling may have its origin in the original RFCN https://github.com/daijifeng001/caffe-rfcn/blob/4bcfcd104bb0b9f0862e127c71bd845ddf036f14/src/caffe/layers/psroi_pooling_layer.cu this project use the pytorch C++ extension method to bind C++ psroipooling operation into Python. But there is a problem in the project: the original paper pointed out that the region proposals network are pre-computed, while the rpn is trained jointly with RFCN in this project.

zorrocai avatar Jul 27 '18 08:07 zorrocai