cyjdswx / CoNeS

Conditional neural fields with shift modulation for multi-sequence MRI translation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoNeS: Conditional Neural Fields with Shift Modulation for Multi-sequence MRI Translation

The official implementation of paper:"CoNeS: Conditional Neural Fields with Shift Modulation for Multi-sequence MRI Translation"

Install requirements

pip install -r requirements.txt

Usage

  1. Create the config file of your own data as brats2018_3m.json and normlize the data intensity to [-1,1].
  2. To train the image translation model using brats2018, run:
bash train_brats.sh
  1. To test the model
run test_brats.sh

Acknowledgements

This code is based on the ASAPNet.

About

Conditional neural fields with shift modulation for multi-sequence MRI translation


Languages

Language:Python 99.7%Language:Shell 0.3%