daijifeng001 / R-FCN

R-FCN: Object Detection via Region-based Fully Convolutional Networks
Other
1.25k stars 543 forks source link

How to test image #37

Closed hclcsx closed 8 years ago

hclcsx commented 8 years ago

I had trained the model with ResNet50

How can I run the detection of one image end-to-end?

Thank you very much

daijifeng001 commented 8 years ago

Hi, you may employ 4-step, or joint training to share feature between RPN and R-FCN. Please check our paper for the details.