abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
316 stars 290 forks source link

[Project Addition] Facial Keypoint Detection using DL #781

Closed Arihant-Bhandari closed 2 weeks ago

Arihant-Bhandari commented 2 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #780 Facial Keypoint Detection using DL

Closes: #780 Facial Keypoint Detection using DL

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

Wrote code for preprocessing and loading images from dataset, used labels to lock onto features from CSV file, created models including custom CNN as well as pre-trained models, like ResNet50, VGG16 and so on.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Models Validation MSE Validation MAE Test MSE Test MAE
ResNet-50 0.0022 0.0221 0.0020 0.0218
InceptionV3 0.0023 0.0277 0.0021 0.0273
CNN 0.0015 0.0213 0.0013 0.0214
VGG16 0.0022 0.0262 0.0019 0.0253
MobileNet 0.0023 0.0278 0.0022 0.0280
DenseNet-121 0.0019 0.0245 0.0017 0.0240
Xception 0.0019 0.0240 0.0018 0.0239

Checklist: ☑️

github-actions[bot] commented 2 weeks ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)