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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too few faces recognized #686

Open
delumerlino opened this issue Jul 24, 2023 · 1 comment
Open

Too few faces recognized #686

delumerlino opened this issue Jul 24, 2023 · 1 comment

Comments

@delumerlino
Copy link

Hey, Thanks for reporting issues back to Nextcloud Face Recognition. Please, try to complete this report in detail so we can help you easier. 馃槃

Make sure you read all the documentation, and the FAQ, and that the issue has not been reported before. 馃槈

Expected behaviour

Afetr the analysis, ask the user to recognize the faces

Actual behaviour

Not all the faces discovered are available for recognization

Steps to reproduce

  1. Launch analysis occ face:background_job
  2. Waith for ending
  3. Check how many faces are discovered with occ face:stats
  4. Start recognize your friend with the gui
  5. Check the difference, actually I have 7136 faces found, but recognized only 289

Server configuration

  • Operating system:
    Ubuntu 22.04.2 LTS

  • Pdlib version:

  • How is DLib installed: Make sure it is working correctly with this tool
    apt install php8.1-pdlib

  • PHP version:
    8.1

  • Web server:
    Apache 2

  • Database:
    10.6.14-MariaDB

  • Nextcloud version:
    27.0

Client configuration

  • Browser:
    any

  • Operating system:
    Window 10 Pro 22H2

Logs

Background task log with debug.

sudo -u apache php occ -vvv face:background_job 1/8 - Executing task CheckRequirementsTask (Check all requirements) System: Linux System memory: 16723877888 PHP Memory Limit: Unknown 2/8 - Executing task CheckCronTask (Check that service is started from either cron or from command) 3/8 - Executing task DisabledUserRemovalTask (Purge all the information of a user when disable the analysis.) yielding yielding yielding yielding yielding yielding yielding yielding 4/8 - Executing task StaleImagesRemovalTask (Crawl for stale images (either missing in filesystem or under .nomedia) and remove them from DB) Skipping stale images removal for user User1 as there is no need for it Skipping stale images removal for user User2 as there is no need for it Skipping stale images removal for user User3 as there is no need for it Skipping stale images removal for user User4 as there is no need for it Skipping stale images removal for user User5 as there is no need for it Skipping stale images removal for user User6 as there is no need for it Skipping stale images removal for user User1 as there is no need for it Skipping stale images removal for user backups as there is no need for it 5/8 - Executing task CreateClustersTask (Create new persons or update existing persons) Found 0 faces without associated persons for user User1 and model 1 Clusters already exist, estimated there is no need to recreate them yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding Found 0 faces without associated persons for user User1 and model 1 Clusters already exist, estimated there is no need to recreate them yielding Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following: * have 1000 faces already processed * or you need to have 95% of you images processed Use stats command to track progress yielding 6/8 - Executing task AddMissingImagesTask (Crawl for missing images for each user and insert them in DB) Skipping full image scan for user User1 Skipping image scan for user User2 that has disabled the analysis Skipping image scan for user User3 that has disabled the analysis Skipping image scan for user User4 that has disabled the analysis Skipping image scan for user User5 that has disabled the analysis Skipping image scan for user User6 that has disabled the analysis Skipping full image scan for user User1 Skipping image scan for user backups that has disabled the analysis 7/8 - Executing task EnumerateImagesMissingFacesTask (Find all images which don't have faces generated for them) yielding 8/8 - Executing task ImageProcessingTask (Process all images to extract faces) NOTE: Starting face recognition. If you experience random crashes after this point, please look FAQ at https://github.com/matiasdelellis/facerecognition/wiki/FAQ
Insert your background log here
@sirdrakeistda
Copy link

related to #651 ?

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