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

Not detect all new file in shared/group folders #765

Open
mrmipo opened this issue Jul 18, 2024 · 1 comment
Open

Not detect all new file in shared/group folders #765

mrmipo opened this issue Jul 18, 2024 · 1 comment

Comments

@mrmipo
Copy link

mrmipo commented Jul 18, 2024

Hi

I use group folder for keeping family photo with my wife (auto upload from phone to selected group folder). But face recognize process only file that was upload by one user. To process all new file I need to execute :
occ face:background_job --sync-mode
what take loot of time (group folder have around 42k files). Same situation are with shared folder (I tested after notice that group folder has that issue)

Steps to reproduce

  1. crate and enable group folder scanning
  2. enable face recognition for user A
  3. upload photo to group folder by user A
  4. check that if photo are process (occ face:background_job -vvv -u A)
  5. upload photo to group folder by user B
  6. check that if photo are process (occ face:background_job -vvv -u A)
  7. sync file (occ face:background_job --sync-mode)
  8. check that if photo are process (occ face:background_job -vvv -u A)

Server configuration

  • Operating system:
    Nextcloud AIO latest

  • Pdlib version:
    from matiasdelellis/facerecognition-external-model:v1

  • How is DLib installed: Make sure it is working correctly with this tool
    matiasdelellis/facerecognition-external-model:v1

  • How is PDlib installed: Make sure it is working correctly with this tool
    matiasdelellis/facerecognition-external-model:v1

  • PHP version:
    PHP 8.2.20 (cli) (built: Jun 21 2024 01:33:27) (NTS)

  • Web server:
    Server version: Apache/2.4.59 (Unix)
    Server built: Jun 20 2024 20:55:11

  • Database:
    postgres (PostgreSQL) 16.3

  • Nextcloud version:
    Nextcloud Hub 8 (29.0.3)

  • facerecognition settings:
    occ config:list facerecognition

{
"apps": {
"facerecognition": {
"analysis_image_area": "8167200",
"enabled": "yes",
"assigned_memory": "3221225472",
"installed_version": "0.9.51",
"types": "filesystem",
"model": "5",
"sensitivity": "0.4",
"handle_group_files": "true",
"min_confidence": "0.7",
"handle_shared_files": "true",
"handle_external_files": "true",
"clustering_batch_size": 5000,
"min_faces_in_cluster": "10"
}
}
}

@vwbusguy
Copy link

Yeah, I have a cron job that keeps setting full_image_scan_done false on my user, since that's the only way I've found for it to keep clustering pictures in shared folders.

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

No branches or pull requests

2 participants