Download the head and neck data from the MICCAI Challenge site.
Data split has been listed in dataList.ods
.
Patch and Slice extraction codes inside HeadNeck/codes
Trains a patch based CNN to classify whether the given patch belongs to Mandible or not. Patch size of 21x21
was chosen.
Convert the patch based network into a fully convolutional network.
The best network was tested on Validation+Testing Dataset and the dice similarity score was 0.53
.