py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

How to train faster RCNN with own region proposals with own dataset in caffe?

Open rafayzia opened this issue 7 years ago • 2 comments

Hi there. I am new to this forum, also i am new to deep learning. I was successful in running faster RCNN on pascal VOC dataset as described in the code section. If i am not wrong Faster RCNN generates region proposals using selective search or other algorithms. But in my problem, i have my own region proposals. So i want to bypass the RPN and put my region proposals in that place after which ROI pooling takes place. My question is that to do above mentioned tasks, which files i need to change and where to change? Secondly if i have 4 proposals for an image then how should I prepare data in caffe?

rafayzia avatar Jun 29 '18 18:06 rafayzia

https://www.youtube.com/watch?v=Rgpfk6eYxJA

warsi22 avatar Jul 02 '18 16:07 warsi22

I also want to have_rpn is false, do you solve the remand? If you have methods, please help me.

alice-cool avatar Mar 01 '21 09:03 alice-cool