-
Notifications
You must be signed in to change notification settings - Fork 75
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
rfcn convert_model.py problem #9
Comments
@makefile |
@moyans There is no need run the |
I have trained rfcn model and bbox accuracy got 97%, but when inference got no result, I am not convert model..... with:
|
|
@jinfagang Try lower the threshold, if there is no object, that may be caused by wrong labels used for training. |
@makefile Just simply using VOC, this data is veryfied training with zf-fasterrcnn, it worked. And the network loaded and trained, but inference got no result. Also, when I convert model it says no layer called So I don't convert directly inference using demo_frcnn_api, it gots no result, not sure what's the problem, the threshold is 0.3 is already low enough. |
@jinfagang I had the same problem .Have you solved it? |
@SuperPowerLF2 No idea so far. |
I can train the rfcn_res50,but when I run the convert_model.py,I got a problem:"Key error,bbox_pred_pre",And there isn't 'bbox_pred_pre' layer in test.protext.
The text was updated successfully, but these errors were encountered: