rbgirshick / fast-rcnn

Fast R-CNN
Other
3.34k stars 1.56k forks source link

Hi,I have a problem about proposal,I hope you can help me ,thx! #151

Open dlyldxwl opened 7 years ago

dlyldxwl commented 7 years ago

I want to use another method to get proposal instead of selective search,for example edge box .Data set already is VOC 2007.Now ,I can run demo of fast rcnn,I don't know how to modify the net to change the method of get proposal in caffe . I am a beginner of deep learning .If you have more free time ,I sincerely hope you can give me a hand , thx .

Liangxianggithub commented 7 years ago

Hello! I am new fast-rcnn learner. But I could not download the imagenet_models.tgz as well as the selective_search_data.tgz with the link these days. I wonder if you could lend me a hand and email me the models? My email address is 1249408838@qq.com. Thank you very much!

cdshdow commented 7 years ago

How to get the proposal is isolated from the rcnn, the easiest way is make your newer proposals have same format with the origional ones.