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
31 stars 30 forks source link

Adding some lines of code for CNN backbone for Research #80

Open Shalinis19137 opened 1 month ago

Shalinis19137 commented 1 month ago

Description

This update integrates a Convolutional Neural Network (CNN) backbone to enhance feature extraction capabilities for our research project. This addition aims to improve model performance on image datasets, addressing the limitations of the existing architecture.

Fixes #61 Dependencies

How Has This Been Tested?

Instructions:

  1. Test with a small dataset to confirm CNN functionality.
  2. Scale up to more complex datasets for performance evaluation.

    Checklist:

I am a beginner in this field if you like my work please provide points under gssocs-ext 2024

Shalinis19137 commented 4 weeks ago

I already resolved this problem in #80 repo.

Devasy23 commented 4 weeks ago

@Shalinis19137 this changes shouldn't go with the main.py file, for that we have model-training branch

Devasy23 commented 4 weeks ago

@Shalinis19137 this changes shouldn't go with the main.py file, for that we have model-training branch

@Shalinis19137 any update ?

Shalinis19137 commented 3 weeks ago

Still working on it sir