-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels