-
Notifications
You must be signed in to change notification settings - Fork 179
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
2D U-Net HipMRI s46978116 #183
base: topic-recognition
Are you sure you want to change the base?
Conversation
This is an initial inspection, no action is required at this point
|
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
Feedback marks possible +2 if the requested changes are made (see above). |
Requested changes from feedback have been filled. I would really appreciate leniency on the -2 for late submission as I had a one week extension that was approved and the pull request was submitted before that extended due date (even earlier if you count the Monday pseudo-deadline). However, I understand if I still lose marks on late feedback. Also, there are training graphs in images/graphs. Thank you. |
Mitchell Flaherty |
Pull request wasn't late and feedback was applied and there are training graphs. Missing 5 Marks. |
Approved extension +2, feedback applied + 2 |
2D U-Net Solution to Segmenting HipMRI Data
I am requesting to merge my solution to the 2D U-Net problem in COMP3710 Pattern Recognition Report. I implemented and trained a 2D U-Net to segmeent HipMRI data based on body parts. I have saved two models as well as various images regarding their performances. README.MD contains a report of the 2D U-Net's implementation and results.
Files
My pull request contains these files:
Provides functions and classes to load images from the HipMRI dataset found on RANGPUR. Replace folder path with your own path where necessary.
Contains the Neural Networks that makes up the 2D U-Net
Trains a 2D U-Net from modules.py on data using the dataset class from dataset.py to load images in tensor form. Runs training for a number of epochs and generates and saves prediction images, training plots and loss performances.
Runs a pre-trained model on the test set to evaluate it. Produces prediction images and dice co-efficients on test set.
Contains a report of the entire project with output, theory, requirements and references.
Folder containing images used in the report and the saved dice co-efficients.
Folder containing two saved models that can be evaluated in predict.py
Not Included
HipMRI data has not been included, however it is necessary for training and evaluating and must be acquired independently. Replace necessary folder paths with your own path to this data.