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
Here https://github.com/JDAI-CV/DNNLibrary/blob/master/include/tools/onnx2daq/OnnxConverter.h#L57 you use ONNX_NAMESPACE but the included header onnx/onnx_pb.h doesn't define this namespace.
ONNX_NAMESPACE
onnx/onnx_pb.h
The text was updated successfully, but these errors were encountered:
Are you using cmake? :) ONNX_NAMESPACE is defined in cmake via compile definitions
Sorry, something went wrong.
Yes, I am using cmake.
could you please provide your system info like OS version, cmake version and the commands you used for building onnx2dnn?
No branches or pull requests
Here https://github.com/JDAI-CV/DNNLibrary/blob/master/include/tools/onnx2daq/OnnxConverter.h#L57 you use
ONNX_NAMESPACE
but the included headeronnx/onnx_pb.h
doesn't define this namespace.The text was updated successfully, but these errors were encountered: