Skip to content

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.

@Devasy
Copy link
Owner

Devasy commented Oct 13, 2024

Author's GitHub stats

@Devasy
Copy link
Owner

Devasy commented Oct 13, 2024

📊 Contributor Stats for @2100031988:

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

@Devasy
Copy link
Owner

Devasy commented Oct 15, 2024

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

@Devasy
Copy link
Owner

Devasy commented Oct 17, 2024

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