You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm doing model translation ,when I importing the SSD caffemodel and prototxt, it comes this problem, and when I delete the norm_param , it comes "no field named prior_box_param", I don't know what to do ,help me ,please~
The text was updated successfully, but these errors were encountered:
you should use the caffe of the github project, not your origin caffe in /usr/bin/pythonx, please check where you import caffe, because the protobuf of origin caffe may not have norm_param, etc. And use sys.insert to insert /caffe/python in your own python file. I hope it will help you.
Hi, I'm doing model translation ,when I importing the SSD caffemodel and prototxt, it comes this problem, and when I delete the norm_param , it comes "no field named prior_box_param", I don't know what to do ,help me ,please~
The text was updated successfully, but these errors were encountered: