matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
510 stars 46 forks source link

Review found people not showing the detected face #636

Closed ManuXD32 closed 1 year ago

ManuXD32 commented 1 year ago

Expected behaviour

Show the faces you are going to name on the thumbnails after pressing the button "Review found people"

Actual behaviour

After waiting 18 days for the recognition to be finished, finally the button appeared and i tried to put a name to the grouped faces but i do not know which face it's asking me about.

imagen

Server configuration

Client configuration

ManuXD32 commented 1 year ago

So... any news about this?

matiasdelellis commented 1 year ago

Hi @ManuXD32 Two questions.. .

How you install the app?. If you just installed from git and in particular the Imaginary branch, there is a bug that imaginary doesn't resize images correctly and causes this problem.

If not, are there faces in these images? The face detector can have false positives, and they can be grouped as "persons"

ManuXD32 commented 1 year ago

Yeah, there are faces on those images and i installed the app from nextcloud app store.

matiasdelellis commented 1 year ago

Can you send me a photo with the side panel in one of those photos.. ? Maybe you could send me a test photo privately.

For example, this is a false positive.. 🙈 imagen

Just fix the imaginary branch, but your case seems very strange to me since you are using the program from the appstore. 🤔

ManuXD32 commented 1 year ago

Can you send me a photo with the side panel in one of those photos.. ? Maybe you could send me a test photo privately.

For example, this is a false positive.. see_no_evil imagen

Just fix the imaginary branch, but your case seems very strange to me since you are using the program from the appstore. thinking

Yeah, i'll send it to you as soon as the button appears again :'(

matiasdelellis commented 1 year ago

Well... I guess I can close this issue..

Thanks-