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

Added some arguments so that the user can have more freedom on how they scrape. #3

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ymorsi7
Copy link

@ymorsi7 ymorsi7 commented Mar 15, 2025

process-faces.py Changes:

  • Complete rewrite with different face extraction method that processes images individually instead of batch pickle storage
  • Argparse implemented (--limit, --input, --model)
  • Added 20% padding around the detected faces
  • Consistent naming format for the output files using the NamUS ID
    • This is done because in our pipeline, we use this ID to match the faces to the correct person
  • Implemented automatic NamUs ID extraction from filepath / filename
  • Implemented skipping for duplicates

scrape-data.py Changes:

  • Argparse implemented (--limit)

scrape-files.py Changes:

  • Argparse implemented (--limit)

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

Successfully merging this pull request may close these issues.

1 participant