Face-Mask-Detection-Raspberry-Pi-64-bits icon indicating copy to clipboard operation
Face-Mask-Detection-Raspberry-Pi-64-bits copied to clipboard

Functional compilation with static library

Open alain-lnpcrd opened this issue 3 years ago • 1 comments

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.

alain-lnpcrd avatar Mar 02 '22 12:03 alain-lnpcrd

Thanks @alain-lnpcrd! We will put your modifications in our guide.

Qengineering avatar Mar 03 '22 09:03 Qengineering