Skip to content

Remove orphaned improved_* files from the pre-InsightFace era - #3

Open
ChuckBuilds wants to merge 1 commit into
mainfrom
chore/remove-orphaned-improved-files
Open

Remove orphaned improved_* files from the pre-InsightFace era#3
ChuckBuilds wants to merge 1 commit into
mainfrom
chore/remove-orphaned-improved-files

Conversation

@ChuckBuilds

Copy link
Copy Markdown
Owner

Summary

PR #1 (a Cursor background agent) added a standalone dlib-based accuracy improvement (improved_face_detector.py, improved_face_clusterer.py, improved_worker.py, improved_config.py, improved_app_integration.py, test_improved_system.py, IMPROVED_FACIAL_RECOGNITION_GUIDE.md), but it landed just before PR #2, which replaced the entire detection/clustering stack with InsightFace. Nothing in app.py, cli.py, or pipeline.py imports any of these files — they're dead code describing an approach the repo no longer uses.

Removing them so the tree only contains what's actually running.

Test plan

  • grep across the repo confirms no other file references any improved_* module
  • No app code path touches these files; deleting them cannot change runtime behavior

🤖 Generated with Claude Code

PR #1 (a Cursor background agent run) added a parallel dlib-based
accuracy improvement as new files, but PR #2 replaced the whole
detection/clustering stack with InsightFace before #1 was merged.
Nothing in the app imports these files; they describe an approach the
codebase no longer uses.

Co-Authored-By: Claude Fable 5 <[email protected]>
@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (7)
  • IMPROVED_FACIAL_RECOGNITION_GUIDE.md
  • facesorter/improved_app_integration.py
  • facesorter/improved_config.py
  • facesorter/improved_face_clusterer.py
  • facesorter/improved_face_detector.py
  • facesorter/improved_worker.py
  • test_improved_system.py
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 63a83e36-8d4b-45e2-a340-1c2a36f495ae

📥 Commits

Reviewing files that changed from the base of the PR and between acdb4fc and 595dcd9.

📒 Files selected for processing (7)
  • IMPROVED_FACIAL_RECOGNITION_GUIDE.md
  • facesorter/improved_app_integration.py
  • facesorter/improved_config.py
  • facesorter/improved_face_clusterer.py
  • facesorter/improved_face_detector.py
  • facesorter/improved_worker.py
  • test_improved_system.py

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-orphaned-improved-files

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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