facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.22k stars 5.45k forks source link

how could I implement R-FCN with end2end RPN #755

Open liuliu66 opened 5 years ago

liuliu66 commented 5 years ago

Is there any config file to implement R-FCN using RPN for end2end model? I tried to write it myself but the results are poor compared with R-FCN in caffe framework. how to build RPN with R-FCN model?

sairams-intel commented 5 years ago

@liuliu66 Could you share how you tried to do that? I seem to have trouble with my config file