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

Enhanced Face Detection: Added Preprocessing for Improved Accuracy #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

2100031988
Copy link

This pull request introduces several improvements to the face detection system:

Preprocessing Pipeline:

  • Brightness Normalization: Added a step to adjust image brightness to handle low-light conditions.
  • Rotation Correction: Introduced a rotation correction mechanism to account for angled face images, improving detection accuracy in non-ideal conditions.

Frontend Changes:

  • Modified index.js to incorporate client-side preprocessing, rotating images as necessary before sending them to the backend for detection.

These enhancements improve the system's performance in challenging environments, ensuring more consistent face detection regardless of lighting or face orientation.

@Devasy23
Copy link
Owner

Author's GitHub stats

@Devasy23
Copy link
Owner

📊 Contributor Stats for @2100031988:

  • Total PRs Merged: 18
    • Recent Contributions (last 10 PRs):
  • Lines Added: 43209
  • Lines Deleted: 5506
    Keep up the great work! 🚀

@Devasy23
Copy link
Owner

Hi @2100031988 , I appreciate your efforts towards our repo, we'll shortly look into it.

Please include ss or working recording of your changes that would be really helpful

@puwun please review it

@2100031988
Copy link
Author

2100031988 commented Oct 17, 2024

Yes sir, you can navigate to files change sections nd see from there....but I will also attach the file here so that it is convenient for you as I am not able to send you the python and jason file so I will send you the screenshot (@Devasy23)

Screenshot 2024-10-17 at 7 24 20 PM Screenshot 2024-10-17 at 7 25 14 PM Screenshot 2024-10-17 at 7 25 32 PM

@Devasy23
Copy link
Owner

I meant ss of the changes in UI or working, else diff is better visible on GitHub itself

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

Successfully merging this pull request may close these issues.

Improve Face Detection Accuracy and Preprocessing in main.py and index.js
2 participants