Skip to content
New issue

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

Consider reverting back to Face Recognition #2463

Open
enoch85 opened this issue Mar 31, 2023 · 3 comments
Open

Consider reverting back to Face Recognition #2463

enoch85 opened this issue Mar 31, 2023 · 3 comments

Comments

@enoch85
Copy link
Member

enoch85 commented Mar 31, 2023

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
Copy link

Manbiz1 commented Jun 6, 2023

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
Copy link

Manbiz1 commented Jun 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants