Devasy23 / FaceRec

An advanced facial recognition system designed for real-time identification using deep learning models and optimized vector search. Features include face detection, embedding generation, and scalable deployment options.
Apache License 2.0
32 stars 30 forks source link

Improve Face Detection Accuracy and Preprocessing in main.py and index.js #72

Open 2100031988 opened 1 month ago

2100031988 commented 1 month ago

Description: The current face detection logic in main.py does not perform well under certain lighting conditions and with images at extreme angles. This reduces the model's overall accuracy and negatively impacts the user experience.

Changes Required I propose modifying the detection pipeline to include additional image preprocessing steps, such as:

These enhancements will improve detection accuracy, particularly in challenging conditions.

Affected Files:

  1. main.py: I want to update the face detection logic to incorporate new preprocessing steps before feeding images into the model.
  2. index.js: I also want to modify the frontend logic to ensure that the uploaded images are preprocessed (e.g., rotated if needed) before being sent to the backend for detection for more user friendly.
devansh-shah-11 commented 1 month ago

sure - please go ahead and improvise on the accuracy!

Devasy23 commented 1 month ago

If you require any help you may reach out to us

2100031988 commented 1 month ago

Yeah sure!...thanks

Rohan20-10 commented 3 weeks ago

@Devasy23 @puwun please assign this issue to me.