2D-UNet Image Segmentation of HipMRI slices#157
Open
LiftedFordRanger wants to merge 18 commits intoshakes76:topic-recognitionfrom
Open
2D-UNet Image Segmentation of HipMRI slices#157LiftedFordRanger wants to merge 18 commits intoshakes76:topic-recognitionfrom
LiftedFordRanger wants to merge 18 commits intoshakes76:topic-recognitionfrom
Conversation
images to be same size.
…mber of classes in dataset
using nearest neighboor interpolation
Collaborator
|
This is an initial inspection, no action is required at this point
|
Collaborator
Marking
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Collaborator
|
Daniel Cottrell |
Author
|
Hey team I just noticed I only put my student number not my name I'm not sure who Daniel Cottrell is but I'm Jayke Braga. My student number above is correct 46991638. My grades aren't showing up on blackboard either. |
Owner
|
Cant merge because of conflicting changes to main repo files. Please update for merge, doesn't affect grade. |
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
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.
This repository contains a model which attempts to segment 2D slices of HipMRI data using a UNet.
It contains the following files:
dataset.py - Contains subroutines used for loading and preprocessing data in the nifti format
modules.py - Contains the structure for the UNet model
train.py - The main training script for training the model
predict.py - Used for model inference by loading a set a model weights
graphs - folder containing predicted and true segmentation masks, dice loss during training and images used in the README
Student Number- 46991638