rockchip-linux / rknn-toolkit

BSD 3-Clause "New" or "Revised" License
771 stars 175 forks source link

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

Closed IcewineChen closed 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?

gaoxumustwin commented 4 days ago

Hello friend, may I ask how you solved this problem