YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 472 forks source link

About depth of RoI-wise subnetwork #123

Open sjtuxcx opened 5 years ago

sjtuxcx commented 5 years ago

Hi, I find in the implementation the RPN's input is from resnet layer4 not layer5+new conv(see protxt file) but origin paper said depth of RoI-wise subnetwork is 0. I am confused. In Faster RCNN RPN and ROI pooling do not share the same feature but in R-FCN they should share the same feature. Does anyone can answer the question? Thanks very much!