vm icon indicating copy to clipboard operation
vm copied to clipboard

Consider reverting back to Face Recognition

Open enoch85 opened this issue 1 year ago • 3 comments

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',

enoch85 avatar Mar 31 '23 23:03 enoch85

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',

Manbiz1 avatar Jun 06 '23 14:06 Manbiz1

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',

Manbiz1 avatar Jun 06 '23 14:06 Manbiz1

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

szaimen avatar Jan 13 '24 15:01 szaimen