sanghoon / pva-faster-rcnn

Demo code for PVANet
https://arxiv.org/abs/1611.08588
Other
651 stars 241 forks source link

About two Propossal Layer #34

Closed songjmcn closed 7 years ago

songjmcn commented 7 years ago

I find the the performance of pva-net not good on small object.So I want to add the second propossal payer on conv3 or other layer in order to detect small object.Does faster-rcnn support two propossla layer?

catsdogone commented 7 years ago

@songjmcn Yes. You need to add the proposal layers and modify the files for your output.