Hello, I want to deploy a stereo vision model on IMX8M Plus board. I have quantized the model and converted it into a TFlite architecture however when the model is deployed on the model I run into segmentation faults when there is an operator that NPU cannot handle. When the model is run with only CPU there are no problems. Isn't the CPU supposed to handle the unsupported operators automatically? Thank you.
Hello,
Those error mean that you don;t have the NPU compiled you need the full-image in your yocto to have the NPU.
Regards