Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 3.97 KB

README.md

File metadata and controls

59 lines (42 loc) · 3.97 KB

T1ify

The aim of T1ify is to transform non T1 weighted MR images to have a similar contrast profile to an adult T1 image.
The main goal is to not only improve rgistration results by increasing mutual information, but also to allow for datasets lacking T1 images to have cortical reconstruction in freesurfer like cortical surface pipelines.
T1ify is a learning project as much as a goal oriented project to create a really useful tool. Feel free to join if you want to learn by doing and convert those other modalities to T1s! Join our channel for brainstorming & discussions.

Required Skills

This is an open learning project meaning that anyone can join and contribute! However it may be useful to be familiar with at least some of the following:

  • Neuroimaging
  • Python
  • Deep Learning

Join our channel on

First outputs during testing of different approaches

Left: T2 -- T1 -- T1 predicted; Right:T1 -- T2 predicted -- T2

Set up

We are using git submodules for external tools which we store inside the bin directory. After you forked and cloned the repository, do
cd T1ify
git submodule init
git submodule update
cd bin/volume
source compile.sh

Some references & inspirations

Papers & Blog posts

Papers with code repositories & code repos

For learning