-
Notifications
You must be signed in to change notification settings - Fork 283
Project 3: Improved 2D UNet for HipMRI Prostate Segmentation (Normal Difficulty) - s4884308 #88
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
Open
prabhjotsingh1313
wants to merge
33
commits into
shakes76:topic-recognition
Choose a base branch
from
prabhjotsingh1313:topic-recognition
base: topic-recognition
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Project 3: Improved 2D UNet for HipMRI Prostate Segmentation (Normal Difficulty) - s4884308 #88
prabhjotsingh1313
wants to merge
33
commits into
shakes76:topic-recognition
from
prabhjotsingh1313:topic-recognition
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nique label IDs from training set
…z-score normalisation and one-hot encoding with risizing of 256x256
… shuffling and metadata return
…ional block to reduce spatial size and increase feature depth in the improved Unet
…dice_loss() for model training
… uses no_grad() and eval mode
…luded arguement parsing, data loading, training/validation loop with dice loss, checkpoint saving and loss plotting
…on, compute dice per channel and overlay prostate mask
…nt, device, and output visualisation
…ls about algorithm description, dataset structure, preprocessing pipelines, dependencies, usage examples, quantitative results and training curves
Collaborator
|
<This is an initial inspection, no action is required at this point.> File Organizing: Well-organized files. Problem Solving:
Model and functions:
Code design: Good. Code comment and docstring:
Difficulty: Normal. Additional Comments:
|
Collaborator
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project Summary
Implementation of Improved 2D U-Net for prostate cancer segmentation on HipMRI dataset using PyTorch.
Key Achievements
Problem Solved
Project 3: Segment HipMRI Study on Prostate Cancer using 2D Improved U-Net with minimum Dice similarity coefficient of 0.75 on prostate label.
Files Included
modules.py: U-Net architecture componentsdataset.py: NIfTI data loading and preprocessingtrain.py: Training, validation, and testing pipelinepredict.py: Inference and visualizationREADME.md: Complete documentationrequirements.txt: Dependenciesimages/: Visualizations (training curves, predictions, overlays)Results on Test Set
Mean Dice: 0.9158
Testing Instructions
Student: Prabhjot Singh
Student ID: 48843085
Difficulty: Normal
Requirement Met: Prostate Dice ≥ 0.75 Achieved: 0.9373