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
324 stars 290 forks source link

Image De-Photobombing #621

Closed hiteshhhh007 closed 1 month ago

hiteshhhh007 commented 1 month ago

Pull Request for DL-Simplified 💡

Issue Title : Image De-Photobombing

Closes: #518 will be closed through this PR

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

I have added 3 different approaches and all the 3 approaches have been tested out and then was decided to be implemented for this project. The 3 approaches are:

  1. OpenCV-Technique
  2. Usage of U-Net DL Architecture
  3. Pre-Trained Architecture DeepFillv2 using Gated NN's. All the approaches are implemented in the .ipynb with comments and details.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

All the approaches have been tested out on multiple images on metrics like loss and accuracy. The loss metric has been more focused here because of the project nature.

Models have been verified by their prediction on the val-set and then on test-set, both of which was taken from the training-set

Checklist: ☑️

github-actions[bot] commented 1 month ago

Our team will soon review your PR. Thanks @hiteshhhh007 :)

hiteshhhh007 commented 1 month ago

Please Merge the PR @abhisheks008