Skip to content
View ClePol's full-sized avatar
🐍
🐍

Highlights

  • Pro

Organizations

@Deep-MI

Block or report ClePol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Deep-MI/FastSurferDeep-MI/FastSurferPublic

    PyTorch implementation of FastSurferCNN

    Python 626 155

  2. Deep-MI/neurolitDeep-MI/neurolitPublic

    Neuro Lesion Inpainting Tool (neuroLIT / FastSurfer-LIT) for lesion inpainting e.g. for whole brain segmentation and cortical surface reconstruction in the presence of tumor, surgical cavities or o…

    Python 22 5

  3. Deep-MI/head-motion-from-MRIDeep-MI/head-motion-from-MRIPublic

    Code for the paper "Estimating Head Motion from MRI", which predicts motion scores directly from MRI images.

    Python 4 2

  4. Deep-MI/head-motion-toolsDeep-MI/head-motion-toolsPublic

    Python 2

  5. How to run freesurfer inside a pytho...How to run freesurfer inside a python script
    1
    importshlex
    2
    importsubprocess
    3
    importsys
    4
    defwhich(program):
    5
    defis_exe(fpath):
  6. launch_processes.pylaunch_processes.py
    1
    importargparse
    2
    importsubprocess
    3
    importtime
    4
    importsys
    5
    importselect