pytorch_RFCN
pytorch_RFCN copied to clipboard
Is this a correct version?
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.