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
OS : ubuntu18.04
Follow the instructions, install and build the caffe, able to convert nano, lite, the error messages are
Traceback (most recent call last): File "darknet2caffe.py", line 443, in <module> darknet2caffe(cfgfile, weightfile, protofile, caffemodel) File "darknet2caffe.py", line 8, in darknet2caffe net_info = cfg2prototxt(cfgfile) File "darknet2caffe.py", line 309, in cfg2prototxt bottom2 = topnames[prev_layer_id2] KeyError: 126
The text was updated successfully, but these errors were encountered:
你是否修改过模型的cfg,是否直接转我提供的模型报的错吗?
Sorry, something went wrong.
是的,直接转换,没有修改过cfg
No branches or pull requests
OS : ubuntu18.04
Follow the instructions, install and build the caffe, able to convert nano, lite, the error messages are
The text was updated successfully, but these errors were encountered: