We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turns out that Recognize isn't maintained as much. Maybe Face Recognition is better after all?
Add this in any case if using imaginary:
+ 'enabledFaceRecognitionMimetype' => array( + 0 => 'image/jpeg', + 1 => 'image/png', + 2 => 'image/heic', + 3 => 'image/tiff', + 4 => 'image/webp',
The text was updated successfully, but these errors were encountered:
theme
Add this in any case if using imaginary: + 'enabledFaceRecognitionMimetype' => array( + 0 => 'image/jpeg', + 1 => 'image/png', + 2 => 'image/heic', + 3 => 'image/tiff', + 4 => 'image/webp',
Sorry, something went wrong.
Turns out that Recognize isn't maintained as much. Maybe Face Recognition is better after all? Add this in any case if using imaginary: + 'enabledFaceRecognitionMimetype' => array( + 0 => 'image/', + 1 => 'image/png', + 2 => 'image/heic', + 3 => 'image/tiff', + 4 => 'image/webp',
+ 'enabledFaceRecognitionMimetype' => array( + 0 => 'image/', + 1 => 'image/png', + 2 => 'image/heic', + 3 => 'image/tiff', + 4 => 'image/webp',
Just FYI, there is now an external model that can be used: https://github.com/matiasdelellis/facerecognition-external-model. Also see https://github.com/nextcloud/all-in-one/blob/main/community-containers/facerecognition/facerecognition.json and https://github.com/nextcloud/all-in-one/blob/main/community-containers/facerecognition as inspiration
No branches or pull requests
Turns out that Recognize isn't maintained as much. Maybe Face Recognition is better after all?
Add this in any case if using imaginary:
The text was updated successfully, but these errors were encountered: