Guy M Streeter
Guy M Streeter
The files in `/usr/local/etc/php/conf.d/` are read in alphabetic order. There is a `nextcloud.ini` in that directory, and it sets `memory_limit` to the value of `PHP_MEMORY_LIMIT`. This will override `memory_limit` set...
I don't have any problem with the current facerecognition app and the current nextcloud 23 docker file.
oh I didn't notice I have that fixed locally. Just add the `/` on the end like it says.
I would definitely like to see every face, even if there aren't enough of them to cluster.
The "Recognize Persons" page only shows clusters of faces. If only a few faces for a specific person have been found, they will not be displayed there. Perhaps that should...
Issues #413 and #377 seem to be the same as or part of this.
Do you know of any breaking changes in 24 that might affect face recognition?
The official Docker image for Nextcloud 24 runs Debian Bullseye, but has PHP 8.0.18. Is it possible for you to pre-build pdlib for that?
Please provide the your facerecognition app version and Nextcloud version, the exact command you entered, and all of the output from it.
The error happens in the installation while using PHP's builtin "curl" to download the model data from a repository on github. It's definitely a problem in the curl implementation. I've...