rknpu2 icon indicating copy to clipboard operation
rknpu2 copied to clipboard

Model output is garbled

Open tian123-zxc opened this issue 2 years ago • 1 comments

I use the modified version of the yolov program to train my model and the results are very good, but after converting to rknn, the recognition output will be out of the box. Someone suggested to me because the output dimension of my onnx model is 4 dimensions, and the official one is 5 dimensional, after that I found that when exporting the onnx model without adding the --ignore_output_permute parameter the output is 5 dimensional. But after converting the model, the frame is still messed up in this demo, and there are a lot of coordinates output. Please how can I solve this problem 1

tian123-zxc avatar Aug 03 '22 02:08 tian123-zxc

I think this is about anchors. If you can replace the anchors according to your trained model, the problem is solved.

batuhanberkayaydin avatar Jan 27 '23 14:01 batuhanberkayaydin