Installation

Supported python versions : python version

First of all ensure to have the right python version installed.

This project use Tensorflow, opencv-python, numpy: see the requirements for more information.

Installation

First of all, ensure to have the right python version and the package for the lung extraction correctly installed

To install this package first of all you have to clone the repositories from GitHub:

git clone https://github.com/giuseppefilitto/img-segm.git
cd img-segm

The installation is managed by setup.py, which will install also the full dependency. So, from the segmentation folder simply run

pip install -r requirements.txt
python setup.py install

Testing

Testing routines use pytest and hypothesis packages. A full set of test is provided in testing directory. You can run the full list of test with:

python -m pytest