nextcloud / vm

💻☁📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
https://download.nextcloudvm.com
GNU General Public License v3.0
1.31k stars 661 forks source link

Consider reverting back to Face Recognition #2463

Open enoch85 opened 1 year ago

enoch85 commented 1 year ago

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',
Manbiz1 commented 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',
Manbiz1 commented 1 year ago

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',
szaimen commented 9 months ago

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