-
Notifications
You must be signed in to change notification settings - Fork 46
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
global name 'DeconvBNLayer' is not defined? #17
Comments
Have you solved this problem? Please tell me how to solve it if you kown. Thanks very much. |
global name 'DeconvBNLayer' is not defined?,Have you solved this problem?@jufeng123@Qh-chen |
The reason is that this script dose not difine caffe/python root, just add "caffe_root=''your_path", sys.path.insert(0,caffe_root+'python') ,sys.path.append("./python") _ |
I tried your method but it didn't work。Do you have other methods?@lijuan123 |
@zp678 @Qh-chen @jufeng123 The DeconvBNLayer is defined in the model_libs.py, so you need to download the lastest caffe-ssd, you can download the branch caffe-dssd and recompile the resource code. |
When I run examples/ssd/ssd_pascal_resnet_deconv_321.py, an error is NameError: global name 'DeconvBNLayer' is not defined?
The text was updated successfully, but these errors were encountered: