pdlib
pdlib copied to clipboard
PHP extension for Dlib.
Solves issues #50 and #52
Can anybody tell me what's the Error 1 means and how to solve it? There are a lot of "error: use of deleted function". **First I was thinking it's because...
I successfully went through the guide up until the part where you run "make" for the **Installation** part. When I run make, I get: "Dlib requires C++14 support. Give your...
Hello, I'm running debian bullseye. Following the instructions in the wiki, I was able to compile dlib, but pdlib won't compile. I'm trying to compile with g++ version 10.2.1.1 ....
Issue: When i add the extension into the php.ini, php-fpm is not starting anymore returning segmentation fault. Background: After seting the env variable for the pkg config (necessary for me...
After PHP-Upgrade from 7.4 to 8.1 I need to rebuild the pblib for the Nextcloud Face Recognition. Unfortunately, following exactly the install document, I'm getting a ton of errors trying...
I had to compile dlib with -fPIC to get pdlib to compile at all. Attached full make test output [root@nextcloud ~/pdlib-1.0.2]# make test Build complete. Don't forget to run 'make...
Is there a way to install on arm64 architecture?
When I run make test it skips 1 test with the following message: SKIP Full test for face recognition - download models, detect faces, landmark detection and face recognition. [tests/integration_face_recognition.phpt]...
Installed pdlib. Tests work. My Nextcloud installation does not detect it because I need to enable the PHP module, I believe. I cannot enable it because pdlib.ini is missing from...