This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
prediction is wrong with multiple input with mini deployment=13 #570
Labels
bug
Unexpected behaviour that should be corrected (type)
🐞Describe the bug
A clear and brief description of what the bug is.
I have posted all the code and test data to the repo:
https://github.com/xu-wang11/SiamRPN-coreml.git
My pytorch model first is converted to onnx model, and convert the model to mlmodel
first I run the onnx model with onnxruntime
and the range of out_reg is (-0.27, 0.47)and the range of out_cls is (-10.37, 10.38)
then i run the mlmodel with coremltools
and the range of out_reg is (-0.18, 0.25) and the range of out_cls is (-0.56, 0.75)
System environment (please complete the following information):
The text was updated successfully, but these errors were encountered: