Face-Mask-Detection-Raspberry-Pi-64-bits
Face-Mask-Detection-Raspberry-Pi-64-bits copied to clipboard
Functional compilation with static library
Installation on a raspberrypios Bullseye aarch64 of Paddle-lite 2.10. unable to get a shared library recognized by this application, (Face-Mask-Detection-Raspberry-Pi-64-bits). So to get a static library, I ran ./lite/tools/build_linux.sh after modifying the parameters in the header of the script: WITH_EXTRA=ON WITH_STATIC_LIB=ON WITH_CV=ON The script generates a static library and a dynamic (unrecognized) library. The compilation (a little laborious) with the static library makes it possible to obtain a functional application.
Thanks @alain-lnpcrd! We will put your modifications in our guide.