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

is the yunet_n_640_640.onnx crushed? #96

Open
mdyuan926 opened this issue Jun 18, 2024 · 0 comments
Open

is the yunet_n_640_640.onnx crushed? #96

mdyuan926 opened this issue Jun 18, 2024 · 0 comments

Comments

@mdyuan926
Copy link

yunet_n_640_640.onnx

I test it with the following codes:

import onnx

Test whether the onnx is OK?

model = onnx.load('./models/yunet_n_640_640.onnx')
onnx.checker.check_model(model)

The output is:
raise google.protobuf.message.DecodeError(
google.protobuf.message.DecodeError: Protobuf decoding consumed too few bytes: 112 out of 412598

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