nextcloud / photos

📸 Your memories under your control
GNU Affero General Public License v3.0
564 stars 62 forks source link

Photo App 2.0 Face Recognition #1469

Closed andypmuc closed 1 year ago

andypmuc commented 1 year ago

I have used the face recognition to crawl to my entire photo database of 400 GB. In the beginning it worked well, but after a while it didn't any more. I checked the mariadb log and in a few seconds 20k - 40k Select statements were made in the database. I assume the programming needs to be approved to reduce this number. I also have problems that the images are not loaded any more and the browser hangs up, I assume it has something to do with the database requests.

To Reproduce Steps to reproduce the behavior:

  1. Open Nextcloud
  2. Open Photo App
  3. Click on faces or persons

Expected behavior No performance issues ;-).

Screenshots See console.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Browser log

image

corsac-s commented 1 year ago

Does this mean the default photo app now includes face recognition? How can we enable that?

markuman commented 1 year ago

Does this mean the default photo app now includes face recognition? How can we enable that?

imo, you must download and enabled it by yourself - and follow the instructions of recognize in the admin menu.

andypmuc commented 1 year ago

I think this issue is more something for the recognize app. https://github.com/nextcloud/recognize/issues/509

marcelklehr commented 1 year ago

This is a duplicate of #1411