-
Notifications
You must be signed in to change notification settings - Fork 284
Final project submission - COMP3701 Prostate Segmentation (Project 3) #288
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
base: topic-recognition
Are you sure you want to change the base?
Conversation
…ython files for both Project 1 and Project 3.
…ired depdencies for code to run correctly.
…hat will be required.
…nd image/mask tensors.
… correct data loaders.
…ferenced in future and added code to confirm codebase works as requried.
…el to be more like referenced in assignment specification sheet.
…ng as a required dependency for the loss functions.
…y of all the saved predictions
…ment utilised in this repo
… run the code with the correct environment and required setup
… be more detailed when executing with custom hyperparameters
… are combined into one image
…sed and added all of the project dependencies
|
<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:
|
Can I still remove the requirements.txt or will I receive 0% since the due date has already passed? |
Yes, please do the following two things and you won't lose any marks:
|
Have updated the project by removing the requirements.txt and removing the unnecessary project folder |
|
45807321 |
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This pull request contains the complete implementation for the COMP3701 HipMRI Prostate Segmentation project.
Problem
The goal was to segment the prostate gland from 2D HipMRI slices using an Improved 2D U-Net, achieving a minimum Dice score of 0.75 on the test set for the prostate label.
Solution & Key Features
This PR includes the full pipeline to address the problem:
train.py) that handles data loading, augmentation, training/validation loops, and model saving.predict.py) to run the trained model on new Nifti files and generate segmentation masks.README.mdfile detailing the project setup, architecture, usage, and results, as required by the project brief.environment.ymlfile to ensure full reproducibility of the Conda environment.Results
The implemented model successfully achieves the project requirement of > 0.75 Dice similarity coefficient on the held-out test set for the prostate label.
This PR represents the final, completed version of the project.