Skip to content
New issue

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

Cannot model.UnmarshalBinary - says 'No data found' #183

Closed
shravanshetty1 opened this issue Oct 21, 2020 · 1 comment
Closed

Cannot model.UnmarshalBinary - says 'No data found' #183

shravanshetty1 opened this issue Oct 21, 2020 · 1 comment

Comments

@shravanshetty1
Copy link

https://github.com/notAI-tech/NudeNet/releases - I wanted to use this in my program.
So i used https://github.com/onnx/tensorflow-onnx to convert the detector_v2_default_checkpoint_tf.tar model to a model.onnxfile.
I had to use --opset 12 else it would not work.
When i tried to use the model.onnx file in my program - it fails at model.UnmarshalBinary function with error 'No data found'.

Exact cause of failure is model.UnmarshalBinary -> m.decordProto -> m.applyModelProtoGraph -> m.applyModelProtoGraphTensors -> tensorProto.Tensor(). Fails for tensorProto name const_empty_float__1593

@shravanshetty1
Copy link
Author

#176 will this fix the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant