Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.46 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.46 KB

Deep learning methods for Morphologist sulci recognition

This repository contains the methods described in the following articles:

This paper proposes and compares methods to automatically label the cortical folds. The code developed for the UNET model is available here.

If you want to appply the model on your own dataset, the trained model is usable in the latest of Morphologist in BrainVisa.

The second paper proposes 3 methods to automatically classify local cortical folding patterns: the first one based on a Support Vector Machine (SVM) classifier, the second one based on Scoring by Non-local Image Patch Estimator (SNIPE) and the third one based on a convolutionnal neural networks (Resnet). The code developed for these 3 methods is available here.