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

Kidney stone prediction #229

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

manisha-27
Copy link

Closes: #228

Describe the changes you've made

Applied the Gabor Filter for the Image Enhancement followed by Histogram Equalization. The restored image went under Image Segmentation, namely, Watersheds after which Marking was done and the final image was produced. The final image showed a distinct location of the stone in the kidney. Hence the stone was detected.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.

Screenshots

Original image Image with detection
image image
image image

@manisha-27
Copy link
Author

hey @kritikaparmar-programmer @utkarsh0702 please review this PR..

Copy link
Collaborator

@utkarsh0702 utkarsh0702 left a comment

Choose a reason for hiding this comment

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

@manisha-27 Please remove all python files and write all your code in the Jupyter notebook. Show the model build, its training, its prediction in the jupyter cells. Also, add the model file in .h5 Keras format.

Copy link
Collaborator

@shubhigupta991 shubhigupta991 left a comment

Choose a reason for hiding this comment

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

First, remove the file from the models folder and add it to the notebook folder.
Second, I can't see any model that is trained in the notebook. So how are you using the photos you filter to predict the presence of stones in the kidney?
Third, train a model and after saving it in pkl format add that to models folder.

@shubhigupta991 shubhigupta991 added Changes Requested Machine Learning ML model or deployment is required labels May 30, 2021
@manisha-27
Copy link
Author

Is it okay, please check @shubhigupta991

@shubhigupta991
Copy link
Collaborator

Is it okay, please check @shubhigupta991

Dm me on the discord server. Need to clear some things

@manisha-27
Copy link
Author

manisha-27 commented Jun 3, 2021

Okay, can you please provide me your discord username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes Requested Machine Learning ML model or deployment is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kidney stone prediction
3 participants