-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
faster RCNN #50
Comments
Hi, |
Not fast-rcnn,it is faster-rcnn。 |
I'd also like to try the faster-rcnn and the region-proposal-network. I've noticed that you've deleted the branch "faster-R-CNN" couple of days ago. Would you push the branch again to the remote? Thanks in advance. |
Hi, the branch "faster-R-CNN" in my caffe forked repo appears just because I've forked the latest caffe vesion and modifying it for faster r-cnn. I'm busy doing the modification, and updating faster r-cnn code for the new matlab interface in caffe. |
Hi, I've checked out the faster-R-CNN branch and it compiled! Thanks a lot. The question is now, how to use it. Could you probably provide an example deploy file of the network and a pre-trained weight file? A short tutorial of how to train an region-proposal-network would also be nice. Thanks in advance again. |
Hi Davidsrao, This branch is just the caffe part of faster R-CNN. Main matlab code is ready and just waiting for legal procedures. We will release our code very soon. Best, Shaoqing From: [email protected] [mailto:[email protected]] On Behalf Of Davidsrao Hi, I've checked out the faster-R-CNN branch and it compiled! Thanks a lot. The question is now, how to use it. Could you probably provide an example deploy file of the network and a pre-trained weight file? A short tutorial of how to train an region-proposal-network would also be nice. Thanks in advance again. — |
Great algorithm to bypass time consuming selective search. |
@legolas123 @ShaoqingRen Could you share the prototxt files of Region-Proposal-Network. I'm not sure about the architecture. |
There you go. name: "CaffeNet" layer { layer { layer { layer { layer { layer { layer { layer { |
@legolas123 Thanks! |
@legolas123 Thanks for your sharing! I'm trying to implement faster-rcnn using caffe, but I have some doubts about the input and output of Region-Proposal-Network. The dimensions of output layers are: |
Hi all, We have released Faster RCNN code on https://github.com/ShaoqingRen/faster_rcnn , you can check it for more details. |
@Elpidam @ShaoqingRen |
I have suffered the save issue above @ShaoqingRen @Elpidam @MonPower , and I found that it resulted from the UpgradeV1LayerType() in upgrade_proto.cpp, you have to add Reshape, ROIPooling and SmoothL1Loss type in it |
@SunShineMin Hello! I can't remember the way I solved it but you should be sure that you use MatlabR2014a and caffe fork that author proposes. This is the only combination that works. I use CPU mode for testing but you can not train in this mode as author informed me before. Please let me know if ur problem is solved. (i saw in previous thread that u have fine-tuned rcnn in another dataset. could u provide me some details?) |
is this the way you solve it? |
you need to transform the images into need imdb and roidb mat firstly. Then you can train the net as the author mentioned @Elpidam |
Yes @soseazi |
@ShaoqingRen @SunShineMin @soseazi @Elpidam @MonPower Hi, I am having the same problem, running on R2014a and with the faster-rcnn caffe fork, I did change those parts as @SunShineMin 's post - didn't work, so I also added to else if part. Since I don't know cpp I might be missing a point here, can you tell me where else I should modify? Thanks ! |
Ohh is it because the test_upgrade_proto.cpp uses networks in unmodified caffe original network layers while running make runtest?? Still I would like to make sure, I made all necessary changes in upgrade_proto, so answers are appreciated because it does not build with the change :S |
@duygusar I solved it with accroding to this post:#50 (comment) How's yours going? |
@tjbwyk Oh, I have figured out it is just the test script that is giving the error because it uses an unmodified prototxt in the test script, so actually the build is working. I skipped the runtest. |
@soseazi Note that it should be V1LayerParameter_LayerType_SMOOTH_L1_LOSS instead of V1LayerParameter_LayerType_SMOOTH_L1_Loss |
@ShaoqingRen @northeastsquare @adeelwaris88 |
Hello , when will you open source faster RCNN, or any schedule? Thanks in advance.
The text was updated successfully, but these errors were encountered: