We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Thanks for this project. Really nice.
I have tried running but keep receiving the following error when running caffe_translator.py:
caffe_translator.py
My command is as follows:
python caffe_translator.py ~/MobileNet-SSD/deploy.prototxt ~/MobileNet-SSD/mobilenet_iter_73000.caffemodel --init_net test_init_net.pb --predict_net test_predict_net.pb
Env:
Anaconda Virtual Env Python 2.7.16 Protobuf 2.7.1
When I run I receive the below error:
Traceback (most recent call last): File "caffe_translator.py", line 921, in <module> input_dims=args.input_dims File "caffe_translator.py", line 284, in TranslateModel return TranslatorRegistry.TranslateModel(*args, **kwargs) File "caffe_translator.py", line 273, in TranslateModel net_params=net_params, input_dims=input_dims) File "caffe_translator.py", line 216, in TranslateLayer str(layer)) KeyError: 'No translator registered for layer: name: "conv11_mbox_loc_perm"\ntype: "Permute"\nbottom: "conv11_mbox_loc"\ntop: "conv11_mbox_loc_perm"\npermute_param {\n order: 0\n order: 2\n order: 3\n order: 1\n}\n yet.'
See full output below: https://ghostbin.com/paste/6hxdo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Thanks for this project. Really nice.
I have tried running but keep receiving the following error when running
caffe_translator.py
:My command is as follows:
Env:
Anaconda Virtual Env
Python 2.7.16
Protobuf 2.7.1
When I run I receive the below error:
See full output below:
https://ghostbin.com/paste/6hxdo
The text was updated successfully, but these errors were encountered: