-
Notifications
You must be signed in to change notification settings - Fork 40
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
Problem in main (refactoring branch) #13
Comments
Hi, |
th train_test_rcnn.lua gives me the error: |
@Ethiral I've added a quick fix for your problem in commit a0a4a51 . I will revamp this repo soon, with simple examples and packaging it as a package. Plus, I have some improvements on the code that I still need to push. I'll hopefully do it in the coming weeks. |
hi,th main.lua gives me the error: so how can I get the bounding boxes file and where should I put it ? Thank you. |
@longwoo you can use whatever region proposal algorithm you want. |
Thanks. But after done that (downloading the Selective Search files you mentioned and put into the right place) and run th main.lua -algo SPP -gpu 2 -seed 1 ,it gives me the error:
It seems that I still missing something. |
@longwoo It seems that you have not provided a test dataset. If you download Pascal VOC test dataset and put it in the |
In the refactoring branch I run th train_test_rcnn.lua,it gives
Now I am using "frcnn_alexnet.t7" as pre-trained model. And I also tried "Zeiler_imagenet_weights.mat". It seems not right. So where can I get the exact pre-trained model? And if I want to train fast-rcnn,should I use different one? Thank you. |
@longwoo if you want to train Fast R-CNN, you should use a model similar to Also, I'll be soon pushing a new repo which uses this one, it will hopefully be a good starting point for using this code. |
I'm looking forward to it. ^.^ |
th main.lua -algo RCNN -backend cudnn
gives me the following error on the refactoring branch:The text was updated successfully, but these errors were encountered: