Hello, I plan to use the NPU of i.MX8MP to infer my own built model and call it in the program through C language. However, I don't know how to write the program specifically, so I have two questions to consult:
1、I learned from the i.MX Machine Learning User's Guide that deepviewRT has test demos. I want to modify based on the demos, such as detectv4 and detectv4-remote. However, these two test files are precompiled in the Yocto meta. Can the source code of detectv4 and detectv4-remote be provided?
2、When using the C API to drive the NPU for model inference, is the header file used deepview_rt.h? I am using the header file from the GitHub project "mcux-sdk-middleware-deepviewrt-mcux". Is this reasonable, or should I use the header file from the SDK?