{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "[](https://join.slack.com/t/deliradev/shared_invite/enQtNjI1MjA4MjQzMzQ2LTUzNTQ0MjQyNjJjNzgyODczY2Y1YjYxNjA3ZmQ0MGFhODhkYzQ4M2RjMGM1YWM3YWU5MDM0ZjdiNTQ4MmQ0ZDk)\n[![PyPI version](https://badge.fury.io/py/delira.svg)](https://badge.fury.io/py/delira) [![Build Status](https://travis-ci.com/delira-dev/delira.svg?branch=master)](https://travis-ci.com/delira-dev/delira) [![Documentation Status](https://readthedocs.org/projects/delira/badge/?version=master)](https://delira.readthedocs.io/en/master/?badge=master) [![codecov](https://codecov.io/gh/justusschock/delira/branch/master/graph/badge.svg)](https://codecov.io/gh/delira-dev/delira)\n![LICENSE](https://img.shields.io/github/license/delira-dev/delira.svg) [![DOI](http://joss.theoj.org/papers/10.21105/joss.01488/status.svg)](https://doi.org/10.21105/joss.01488)\n\n![logo](docs/_static/logo/delira.svg \"delira - Deep Learning in Radiology\")\n\n# Delira - Deep Learning in Radiology\nAuthors: [Justus Schock, Oliver Rippel, Christoph Haarburger](AUTHORS.rst)\n\n## Introduction\nDelira was originally developed as a deep learning framework for medical images such as CT or MRI. Currently, it works on arbitrary data (based on [NumPy](http://www.numpy.org/)). \n\nBased on [batchgenerators](https://github.com/MIC-DKFZ/batchgenerators) and [trixi](https://github.com/MIC-DKFZ/trixi) it provides a framework for\n* Dataset loading\n* Dataset sampling\n* Augmentation (multi-threaded) including 3D images with any number of channels\n* A generic trainer class that implements the training process for all [backends](#choose-backend)\n* Already implemented [models](delira/models) used in medical image processing and exemplaric implementations of most used models in general (like Resnet)\n* Web-based monitoring using [Visdom](https://github.com/facebookresearch/visdom)\n* Tensorboard monitoring\n* Model save and load functions\n\nDelira supports classification and regression problems as well as generative adversarial networks and segmentation tasks.\n\n## Installation\n\n### Choose Backend\n\nCurrently the only available backends are [PyTorch](https://pytorch.org) and [TensorFlow](https://tensorflow.org)(or no backend at all). If you want to add another backend, please open an issue (it should not be hard at all) and we will guide you during the process of doing so.\n\n| Backend | Binary Installation | Source Installation | Notes |\n|---------------------------------------------|-----------------------------|---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| None | `pip install delira` | `pip install git+https://github.com/justusschock/delira.git` | Training not possible if backend is not installed separately |\n| [`torch`](https://pytorch.org) | `pip install delira[torch]` | `git clone https://github.com/justusschock/delira.git && cd delira && pip install .[torch]` | `delira` with `torch` backend supports mixed-precision training via [NVIDIA/apex](https://github.com/NVIDIA/apex.git) (must be installed separately). | \n| [`tensorflow`](https://www.tensorflow.org/) | `pip install delira[tensorflow]` | `git clone https://github.com/justusschock/delira.git && cd delira && pip install .[tensorflow]` | the `tensorflow` backend is still very experimental and lacks some [features](https://github.com/delira-dev/delira/issues/47) |\n| Full | `pip install delira[full]` | `git clone https://github.com/justusschock/delira.git && cd delira && pip install .[full]` | All backends will be installed. |\n\n### Docker\nThe easiest way to use `delira` is via docker (with the [nvidia-runtime](https://github.com/NVIDIA/nvidia-docker) for GPU-support) and using the [Dockerfile](docker/Dockerfile) or the [prebuild-images](https://cloud.docker.com/u/justusschock/repository/docker/justusschock/delira).\n\n### Chat\nWe have a [community chat on slack](https://deliradev.slack.com). If you need an invitation, just follow [this link](https://join.slack.com/t/deliradev/shared_invite/enQtNjI1MjA4MjQzMzQ2LTUzNTQ0MjQyNjJjNzgyODczY2Y1YjYxNjA3ZmQ0MGFhODhkYzQ4M2RjMGM1YWM3YWU5MDM0ZjdiNTQ4MmQ0ZDk).\n\n## Getting Started\nThe best way to learn how to use is to have a look at the [tutorial notebook](notebooks/tutorial_delira.ipynb).\nExample implementations for classification problems, segmentation approaches and GANs are also provided in the [notebooks](notebooks) folder.\n\n## Documentation\nThe docs are hosted on [ReadTheDocs/Delira](https://delira.rtfd.io).\nThe documentation of the latest master branch can always be found at the project's [github page](https://delira-dev.github.io/delira/).\n\n## Contributing\nIf you find a bug or have an idea for an improvement, please have a look at our [contribution guideline](CONTRIBUTING.md).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/delira-dev/delira/", "keywords": "", "license": "BSD-2", "maintainer": "Justus Schock", "maintainer_email": "justus.schock@rwth-aachen.de", "name": "delira", "package_url": "https://pypi.org/project/delira/", "platform": "", "project_url": "https://pypi.org/project/delira/", "project_urls": { "Homepage": "https://github.com/delira-dev/delira/" }, "release_url": "https://pypi.org/project/delira/0.4.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "", "version": "0.4.1" }, "last_serial": 5627823, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "3e6b99594987805f9d7d8f1f646006da", "sha256": "3a89b3a8315d740c687ffe4f25ef3f71341e5ace4efd24c631c21f99c059a65a" }, "downloads": -1, "filename": "delira-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3e6b99594987805f9d7d8f1f646006da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67780, "upload_time": "2019-01-14T10:14:17", "url": "https://files.pythonhosted.org/packages/b2/ba/6147b84db8f9f14c8602ad7f846421c35f81b2f13148735eeceb5c0681cb/delira-0.1.1.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "68b99e9bc0298043605d8e7ba1d0fc62", "sha256": "840326d1d1cc5d12e2ad96353b47aec79e7abf9b381bcfdfcf220d6727bf5a39" }, "downloads": -1, "filename": "delira-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "68b99e9bc0298043605d8e7ba1d0fc62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75738, "upload_time": "2019-02-04T15:05:19", "url": "https://files.pythonhosted.org/packages/5e/f2/08cc52d6b9417b25e0e189c7ee17465be09d17521eb70e39e02460d02d77/delira-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c1633817bd6bf8c145fdadd3f7ead1c", "sha256": "9b7cdc4bcefb867e8db3b21a3031b327a78257d504111d453430b3de212481ae" }, "downloads": -1, "filename": "delira-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5c1633817bd6bf8c145fdadd3f7ead1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68680, "upload_time": "2019-02-04T15:05:21", "url": "https://files.pythonhosted.org/packages/9b/12/bd68aa0112cc5f8bd56d8c3189e535058556176053ffbec5dad3a8059dab/delira-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1e335910a5c5e385a75bb8b1168cba31", "sha256": "7b8e7d5a1522cabd7c4c99ddd95da648178c7e70021b1e313bee9d7146f9fba8" }, "downloads": -1, "filename": "delira-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1e335910a5c5e385a75bb8b1168cba31", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 87152, "upload_time": "2019-02-07T11:06:07", "url": "https://files.pythonhosted.org/packages/a0/2c/3d9acfd7a02d867085b6ddf8b49673e4451bca7e6ed814b462fc5e7c0267/delira-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68bcd0b01eb2b2e83dbbef58178c99d4", "sha256": "df19fea83925991bf172426419a82ce70e37fa40821daa7f844c94ca43fa1acf" }, "downloads": -1, "filename": "delira-0.3.0.tar.gz", "has_sig": false, "md5_digest": "68bcd0b01eb2b2e83dbbef58178c99d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74515, "upload_time": "2019-02-07T11:06:08", "url": "https://files.pythonhosted.org/packages/a6/16/6096cca399b5df9c8de7e1b9de1b52c8f1e62705865c9c1fa90932795a90/delira-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "625156ae479e4ba79159682d70139ea3", "sha256": "e033e460352f5a92c777ea4bcd7f059e133b07db402d282ab4bb8c07215b862d" }, "downloads": -1, "filename": "delira-0.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "625156ae479e4ba79159682d70139ea3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 87374, "upload_time": "2019-02-25T10:37:08", "url": "https://files.pythonhosted.org/packages/a3/6c/5239449cdfaaa09bcf8c2038216121b0ff8b77a77ebb283204baa297a6bb/delira-0.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2a792ae1364cf597f606df76138b4d7", "sha256": "e5e4f3e8ec1a41fbdf4715840ecd180148493582b2313edb21519b47faa69969" }, "downloads": -1, "filename": "delira-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b2a792ae1364cf597f606df76138b4d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80259, "upload_time": "2019-02-25T10:37:09", "url": "https://files.pythonhosted.org/packages/7e/e7/a3cbbe770a41547a7835d4847cec9d2cc542047b763f05d2d47e7d4f310e/delira-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a6245a112264602bd16274822d413694", "sha256": "3001783ab4b48c036b495be26246fb88c5867d23256516248bad7e32baf4c3ec" }, "downloads": -1, "filename": "delira-0.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a6245a112264602bd16274822d413694", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 91192, "upload_time": "2019-04-25T18:36:26", "url": "https://files.pythonhosted.org/packages/c8/74/6e45dbca5bd13aa3b1efecdd751ef5022ae263cefedfe5ef26227399cbda/delira-0.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4169f16de22617bf2a271da87eabdb55", "sha256": "0b006c863aa9da02f9582aa5c11a3784df80d4ad4a798739c7dbb68aecb71e05" }, "downloads": -1, "filename": "delira-0.3.2.tar.gz", "has_sig": false, "md5_digest": "4169f16de22617bf2a271da87eabdb55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78125, "upload_time": "2019-04-25T18:36:28", "url": "https://files.pythonhosted.org/packages/82/24/20e338c830152e3fba8db2971a7e0a6a7780a3afa880a935da6425d5c864/delira-0.3.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f46e5aa577438e5a6417880ffeff832f", "sha256": "dcb7b22b921921945627d1fc984a64470dbf32aabf10745c56635e81dec0a1a2" }, "downloads": -1, "filename": "delira-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f46e5aa577438e5a6417880ffeff832f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 110271, "upload_time": "2019-06-16T19:23:20", "url": "https://files.pythonhosted.org/packages/1c/4f/c691a3543c79b14d1e8bff2a587d7ade9e41a9644d154553b78fd8f7006a/delira-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4fba6c27d2fed2f9c16e5d18bd3d0dbe", "sha256": "547b852dd11237529e8734c1ec25805f0ada17d860f0d980dbb7fd6b49e0e1da" }, "downloads": -1, "filename": "delira-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4fba6c27d2fed2f9c16e5d18bd3d0dbe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 95623, "upload_time": "2019-06-16T19:23:23", "url": "https://files.pythonhosted.org/packages/c2/ba/a0a8dff789af59757dfe8c2a97a02156a06820b47448b1800033faac89a6/delira-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "fb9f7ceb233566d341df54c0ff891478", "sha256": "f73b31853c257b46f9bf93afd12393265feff340a2f7207b89789f23c1c31bd7" }, "downloads": -1, "filename": "delira-0.4.1.tar.gz", "has_sig": false, "md5_digest": "fb9f7ceb233566d341df54c0ff891478", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 109768, "upload_time": "2019-07-27T07:48:35", "url": "https://files.pythonhosted.org/packages/87/3f/521856a05375d77d07c56f0ea2182ad3df43efcaaea41ebea504b1c9d1f0/delira-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb9f7ceb233566d341df54c0ff891478", "sha256": "f73b31853c257b46f9bf93afd12393265feff340a2f7207b89789f23c1c31bd7" }, "downloads": -1, "filename": "delira-0.4.1.tar.gz", "has_sig": false, "md5_digest": "fb9f7ceb233566d341df54c0ff891478", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 109768, "upload_time": "2019-07-27T07:48:35", "url": "https://files.pythonhosted.org/packages/87/3f/521856a05375d77d07c56f0ea2182ad3df43efcaaea41ebea504b1c9d1f0/delira-0.4.1.tar.gz" } ] }