rockchip-linux / rknn-toolkit2

BSD 3-Clause "New" or "Revised" License
828 stars 151 forks source link

[rknn result error] rknn result cannot aligned to onnx result #308

Open IcewineChen opened 2 months ago

IcewineChen commented 2 months ago

I convert the rknn model from onnx model successfully, but during testing, the results from rknn cannot aligned to onnx. All the ops of my model follows https://github.com/rockchip-linux/rknn-toolkit2/blob/master/doc/RKNN-Toolkit2_OP_Support-1.6.0.md. issue How could I aligned different format models results?