Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Celebrity Faces Detection Model #497

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

Avdhesh-Varshney
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Celebrity Faces Detection using Image Processing

Closes: #461

Describe the add-ons or changes you've made 📃

  • First I imported all the required libraries and dataset for this project.
  • Perfoming the EDA on the whole dataset.
  • Chosing 1 target feature i.e., Attractiveness.
  • Converting all -1 values into 0 values as negative instances.
  • Visualizing the dataset distribution in univariate and bivariate with target feature.
  • Splitting the dataset into training, validation and testing set as given in list_eval_partition.csv file.
  • Due to high amount of dataset and uniform distribution of dataset for training, i will chose small amount from it for training, validation and testing purpose.
  • Pre-processing the images i.e., Data augmentation so that model will able to predict easily on any dimension of image like inverted, or at any angle of rotation, etc.
  • Finally, build a inceptionv3 model and import the weights already present on kaggle for training and freeze the starting some of the layers of the model and finally creating fully connected layer by own for training the model.
  • Train the model and plot the accuracy and loss of the model on test dataset.

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

  • I have made this notebook on my kaggle account.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @Avdhesh-Varshney :)

@Avdhesh-Varshney
Copy link
Contributor Author

@abhisheks008 please review this pull request and requested to merge this under SWOC S4

@abhisheks008
Copy link
Owner

Can you try out another model for this project? @Avdhesh-Varshney

@Avdhesh-Varshney
Copy link
Contributor Author

@abhisheks008 i have done it today but the accuracy is not improved. I am still learning it.
Res Net 50 - 50% accuracy
Resnet 101 - 56% accuracy

@abhisheks008
Copy link
Owner

@abhisheks008 i have done it today but the accuracy is not improved. I am still learning it. Res Net 50 - 50% accuracy Resnet 101 - 56% accuracy

Push the models in the Jupyter file.

@Avdhesh-Varshney
Copy link
Contributor Author

@abhisheks008 again review the pr

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved under SWOC S4 @Avdhesh-Varshney

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. Level: HARD SWOC S4 Issues under Social Winter of Code, 2025 and removed Status: Review Ongoing labels Feb 26, 2024
@abhisheks008 abhisheks008 merged commit d406597 into abhisheks008:main Feb 26, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Level: HARD Points Updated Status: Approved Approved PR by the PA. SWOC S4 Issues under Social Winter of Code, 2025
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Celebrity Faces Detection using Image Processing
2 participants