Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Staircases Segmentation Using DL Issue #217 #322

Merged
merged 21 commits into from
Jul 5, 2023

Conversation

kanishkakataria
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Staircases Segmentation using DL #217

  • Info about the related issue (Aim of the project): To perform segmentation that is to classify the staircase images as ascending and descending using transfer learning models
  • Name: Kanishka Kataria
  • GitHub ID: kanishkakataria
  • Email ID: [email protected]
  • Idenitfy yourself: SSOC 23' Contributor

Closes: #217

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

I have used transfer learning algorithms like Xception,VGG16,InceptionV3,MobilenetV2 for the training which are pretrained using imagenet weights. For each model I have used the baseline model and have added few conv3D,dense , dropout layers accordingly with batch normalization according to the accuracy of the trained model.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

I have generated confusion matrix,classification report,accuracy curve and loss curve between training and validation respectively. Other than this I have made predictions on the trained model using 2 test sample for each of four algorithms used.

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.

@github-actions
Copy link

github-actions bot commented Jul 2, 2023

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

@abhisheks008
Copy link
Owner

Images are not visible in the README.md file, while clicking on them, it is showing that file not found. Please have a look at that and fix it.

@kanishkakataria

@kanishkakataria
Copy link
Contributor Author

kanishkakataria commented Jul 3, 2023

@abhisheks008 I have rectified the changes and now the images are visible. Sorry for the inconvenience

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.

Your PR is approved and ready to be merged.
@kanishkakataria

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. SSOC Social Summer of Code 2023 labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: MEDIUM Points Updated SSOC Social Summer of Code 2023 Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Staircases Segmentation using DL
2 participants