Skip to content

Fixes/multi anonymization#2

Merged
folkien merged 6 commits into
mainfrom
fixes/multi_anonymization
May 2, 2025
Merged

Fixes/multi anonymization#2
folkien merged 6 commits into
mainfrom
fixes/multi_anonymization

Conversation

@folkien
Copy link
Copy Markdown
Contributor

@folkien folkien commented May 2, 2025

No description provided.

@folkien folkien requested a review from Copilot May 2, 2025 15:34
@folkien folkien self-assigned this May 2, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements multi-image anonymization functionality while refactoring and updating dependencies and script commands.

  • Added a new module for multi-image anonymization (model_face/main_multi_anonymize.py).
  • Updated pyproject.toml to include a new dependency and adjust script entry points.
  • Removed duplicate detection code from model_face/main_anonymize.py and added additional safety checks in the face detector.

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pyproject.toml Added "yaya-tools" dependency with a URL and script entry updates.
model_face/main_multi_anonymize.py Introduced multi-image anonymization logic with minor documentation issues.
model_face/main_detection.py Added new face detection functionality.
model_face/main_anonymize.py Removed duplicate detection code duplication.
model_face/detector/yolov8_face_detector.py Improved empty detection handling and post-processing checks.
Files not reviewed (1)
  • .vscode/launch.json: Language not supported
Comments suppressed due to low confidence (1)

model_face/main_multi_anonymize.py:66

  • The variable name 'sucess_files' is misspelled. It should be renamed to 'success_files' for clarity and consistency.
    sucess_files: list[str] = []

Comment thread model_face/main_multi_anonymize.py Outdated
Comment thread pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@folkien folkien merged commit f1eb163 into main May 2, 2025
1 check passed
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.

2 participants