-
Notifications
You must be signed in to change notification settings - Fork 543
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
crash when train R-FCN with Resnet50/101 #48
Comments
please enable the caffe log in the matlab to see what happend, it will have a log file to give you some hint about the error. |
@xiaoxiongli 请问你有没有更改resnet版本的faster RCNN(主要是RPN部分),是否能共享一下代码?因为R-FCN没有提供RPN |
@ouxinyu I recommend you that use the R-FCN's python version, it is trained in a end2end method(not 4-stage training), the end2end training method is 1.5x faster than 4-stage training. and it is more simpler: only write the network down as a single model and just train it. So i am focus on it now and i am learning Python now. I got a mAP=97.2(faster-rcnn is about mAP=90) in my own training data and test data(229 category logo, about 3w images) with our 4-stage(alternating optimization) training. R-FCN is really good. For the code commit to github or release to anyone else, I need some discuss with my CEO, So Please try the RFCN's Python version first. bless. |
@xiaoxiongli Does the python version only work in Linux ? what about windows ? |
@ouxinyu have you solve your problem ? I met it also and the PC shutdown suddenly. |
Can you help me ?Thank you!
@daijifeng001
The text was updated successfully, but these errors were encountered: