Open jufeng123 opened 6 years ago
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,cafferoot+'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?