haimiaozh / MetaInv-Net

MetaInv-Net: Meta Inversion Network for Sparse View CT Image Reconstruction
Other
20 stars 1 forks source link

This repository provides the official implementation of the MetaInv-Net.

MetaInv-Net

Haimiao Zhang, Baodong Liu, Hengyong Yu, Bin Dong

MetaInv-Net: Meta Inversion Network for Sparse View CT Image Reconstruction

IEEE Transactions on Medical Imaging, 40(2), 621-634, 2020.

Install

Here is the list of libraries you need to install to execute the code:

These packages can be installed via executing the code, i.e.,

conda install python

Training

python main.py

Citation

@article{zhang2020metainv,
  title={MetaInv-Net: Meta Inversion Network for Sparse View CT Image Reconstruction},
  author={Zhang, Haimiao and Liu, Baodong and Yu, Hengyong and Dong, Bin},
  journal={IEEE Transactions on Medical Imaging},
  volume={40},
  number={2},
  pages={621--634},
  year={2020},
  publisher={IEEE}
}