-
Notifications
You must be signed in to change notification settings - Fork 284
COMP3710 Project 3: Improved 2D U-Net for HipMRI Prostate Segmentation #64
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
Closed
prabhjotsingh1313
wants to merge
34
commits into
shakes76:main
from
prabhjotsingh1313:topic-recognition
Closed
COMP3710 Project 3: Improved 2D U-Net for HipMRI Prostate Segmentation #64
prabhjotsingh1313
wants to merge
34
commits into
shakes76:main
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
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 from project specification: 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 with dilated convolutions and skip connectionsdataset.py: NIfTI data loading with preprocessing pipelinetrain.py: Complete training, validation, and testing pipelinepredict.py: Inference script with visualization capabilitiesREADME.md: Comprehensive documentation with results and usagerequirements.txt: All dependencies with versionsimages/: Training curves, predictions, and overlay visualizationsModel Architecture
Results on Test Set
Mean Dice: 0.9158
Training Configuration
Testing Instructions
Documentation
Complete README.md included with:
Student: Prabhjot Singh
Student ID: s4884308
Course: COMP3710 Pattern Analysis
Difficulty: Normal (capped at 15/20 marks)
Requirement: Prostate Dice ≥ 0.75 Achieved: 0.9373