Python code for fast MBIR (Model Based Iterative Reconstruction)
This is a python wrapper for High Performance Imaging's supervoxel C code, HPImaging/sv-mbirct.
Full documentation is available at: https://svmbir.readthedocs.io
The svmbir package is available from conda-forge and PyPI.
- Create an empty virtural environment
conda create -n svmbir python=3.8
conda activate svmbir
- Install using conda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install svmbir
- Install using pip (PyPI)
pip install svmbir
Note that pip installation requires a GNU gcc compiler. See here for more details.
- Download demo.zip at https://github.com/cabouman/svmbir/blob/master/demo.zip.
- Uncompress the zip file and change into demo folder.
- In your terminal window, install required dependencies of demo.
pip install -r requirements_demo.txt
- In your terminal window, use python to run each demo.