MDYUAN

Results 1 issues of MDYUAN

[yunet_n_640_640.onnx](https://github.com/ShiqiYu/libfacedetection.train/blob/master/onnx/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...