how can I compile onnx model to nef with input format BGR565?

Hello, I used "kneron/toolchain:v0.19.0", and I try to compile model,not YOLO like depth estimation or deburring model.

If I run the nef model on the chip after a successful compilation, the results are very different.

(However, nef's output using kneron_inference() looks good.)

I'd like to check if the cause is in the input format or not.

The nef model I compiled has rgb888 as the input image format.

So how can I compile onnx model to nef with input format BGR565?

I have to use the toolchain version 0.19.0 and the non-Yolo model.

Comments

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.