dmpelt / msdnet

Python implementation of the Mixed-Scale Dense Convolutional Neural Network
MIT License
33 stars 14 forks source link

Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

Build Status Build status

Python implementation of the Mixed-Scale Dense Convolutional Neural Network.

If you use this code in a publication, we would appreciate it if you would refer to:

If you use this code to improve tomographic reconstruction, we would appreciate it if you would refer to:

Development of the Mixed-Scale Dense Convolutional Neural Network method was supported by CAMERA, jointly funded by The Office of Advanced Scientific Research (ASCR) and the Office of Basic Energy Sciences (BES) within the United States Department of Energy's Office of Science. Development of the Python implementation is supported by Centrum Wiskunde & Informatica (CWI), with financial support provided by The Netherlands Organisation for Scientific Research (NWO), project number 016.Veni.192.235.

Installation

To install this code in a conda environment, run:

conda install -c conda-forge msdnet

In other environments, the code can be installed by running:

python setup.py install

The code requires the following Python modules: numpy, scipy, scikit-image, psutil, h5py, tqdm, numba >=0.41 . For compiling the code, the scikit-build module is required.

To run on GPU (recommended), a CUDA-capable GPU must be present and CUDA drivers must be installed. In addition, please make sure that the version of the cudatoolkit package installed by conda matches the CUDA version of your drivers. Specific versions of cudatoolkit can be installed by running (where 'X.X' is the CUDA version, e.g. '10.0'):

conda install cudatoolkit=X.X

Usage

Please see the included example scripts for usage information. The scripts and further documentation can be found here: https://dmpelt.github.io/msdnet/.