1Q43

Results 5 comments of 1Q43

You can comment out 81:preBuild.dependsOn downloadAndExtractPaddleLiteLibs and 123:preBuild.dependsOn downloadAndExtractPaddleLiteModels. Then you need to update model and the dependency libraries.

Did you perform the following steps? ![image](https://github.com/PaddlePaddle/Paddle-Lite-Demo/assets/22150849/95fc1e6c-491a-48fa-89e1-662ff7394609)

It seems that you haven't downloaded the model to the specified directory.So the app won't do anything. Did you perform the following steps?

Perhaps you need to check if the file : OpenCV/sdk/native/jni/armeabi-v7a/OpenCVConfig.cmake exists. OpenCV/sdk/native/jni/OpenCVConfig.cmake will check the corresponding OpenCVConfig.cmake file based on the abiFilters.From the log information, it appears that you are...

It seems that you haven't downloaded the model to the specified directory.Did you perform the following steps?