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

Highlights

  • Pro

Organizations

@Deep-MI
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. Deep-MI/head-motion-from-MRI Deep-MI/head-motion-from-MRI Public

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

    Python 2 2

  2. Deep-MI/head-motion-tools Deep-MI/head-motion-tools Public

    Python

  3. Deep-MI/FastSurfer Deep-MI/FastSurfer Public

    PyTorch implementation of FastSurferCNN

    Jupyter Notebook 428 106

  4. How to run freesurfer inside a pytho... How to run freesurfer inside a python script
    1
    import shlex
    2
    import subprocess
    3
    import sys
    4
    def which(program):
    5
        def is_exe(fpath):
  5. launch_processes.py launch_processes.py
    1
    import argparse
    2
    import subprocess
    3
    import time
    4
    import sys
    5
    import select