Closed Thonnn closed 1 week ago
Hello,
We have also encountered some troublesome issues with the pre-compiled model, and we are currently addressing them. You only need to enable the CMake option ISF_ENABLE_BENCHMARK during compilation to test the benchmark in the test program.
Thank you, and I look forward to your prompt resolution of this issue. In the meantime, I will try the benchmark.
I am trying to port the project to run on an RV1126 device, but I encountered the following issues:
Slow Model Loading with Full RKNPU Driver: When using the full RKNPU driver, face recognition model loading is very slow, resulting in slow recognition speed. Therefore, I want to pre-compile the model.
Unpacking Gundam_RV1109 Model Files: I have unpacked the GundamRV1109 model files, obtaining the \_inspire_ file and eight other model files. I noticed that the _02 file is not actually used, and the _06_ file is an mnn model that also doesn't seem to be used. Therefore, I plan to pre-compile the remaining six models, but I encountered some issues.
Pre-compiling Models: Pre-compiling the _00 model was successful, but I encountered issues while pre-compiling the _03 and _01 _04 _05 _07 models.
_03_ Model Pre-compiling Error:
_01 _04 _05 _07 Model Pre-compiling Warning:
Pre-compiling Environment:
My Requests:
Thank you for your assistance.