You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: