Open enoch85 opened 1 year ago
Turns out that Recognize isn't maintained as much. Maybe Face Recognition is better after all?
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',
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',
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
Turns out that Recognize isn't maintained as much. Maybe Face Recognition is better after all?
Add this in any case if using imaginary: