whenever trying to build the app cmake gives an error libmmnopencv.so not found
Opened this issue · 0 comments
De123e123 commented
I've built MNN on termux and it doesnt have a .so file all the built files have .out name . I tried to build it on colab it was working fine but speed was slow . Also i have tried to build the mnn library im termux proot (ubuntu environment ) but it fails . How can i built it correctly so it can work for android .
Here is the one i build on colab and it works fine
https://huggingface.co/Androidonnxfork/MNNsd/resolve/main/MNNSd/mnnsd.tar.gz
Can i use the same libmnnopencv.so to build on android ? Both have different architecture .
Thank you