global name 'DeconvBNLayer' is not defined?
When I run examples/ssd/ssd_pascal_resnet_deconv_321.py, an error is NameError: global name 'DeconvBNLayer' is not defined?
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.