{ "info": { "author": "Avinash Kori", "author_email": "koriavinash1@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5" ], "description": "# Ensemble-of-Deep-2D-and-3D-Fully-Convolutional-Neural-Network-for-Brain-Tumor-Segmentation\n\n[![Build Status](https://travis-ci.org/koriavinash1/DeepBrainSeg.svg?branch=master)](https://travis-ci.org/koriavinash1/DeepBrainSeg)\n[![PyPI version](https://badge.fury.io/py/DeepBrainSeg.svg)](https://badge.fury.io/py/DeepBrainSeg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\nThis repo utilize a ensemble of 2-D and 3-D fully convoultional neural network (CNN) for segmentation of the brain tumor and its constituents from multi modal Magnetic Resonance Images (MRI). The dense connectivity pattern used in the segmentation network enables effective reuse of features with lesser number of network parameters. On the BraTS validation data, the segmentation network achieved a whole tumor, tumor core and active tumor dice of 0.89, 0.76, 0.76 respectively.\n\n# Pipeline\n\n![pipeline](./imgs/pipeline.png)\n\n# Results\n\n![Results](./imgs/results.png)\n\n### For training code please refer this [repo](https://github.com/koriavinash1/BraTs2018)\n\n\n#### python version: 3.5\n#### installation: ```pip install DeepBrainSeg```\n\n\n\n### Basic usage\n\n> for data in BraTs format\n```\nfrom DeepBrainSeg import deepSeg\nsegmentor = deepSeg(quick=True)\nsegmentor.get_segmentation_brats(path)\n```\n\n\n\n> for other formats\n```\nfrom DeepBrainSeg import deepSeg\nt1_path = \nt2_path = \nt1ce_path = \nflair_path = \n\nsegmentor = deepSeg(quick=True)\nsegmentor.get_segmentation(t1_path, t2_path, t1ce_path, flair_path, save = True)\n```\n\n\n\n# Steps followed for inference:\n\n+ Our algorithm makes use of ANTs framework for mask generation. First call deepSeg class build ANTs framework locally in /tmp/DeepBrainSeg\n\n+ Final segmentation is the result of ensemble of 4 different models:\n\n + ABLNet (modelABL.py, Air brain Lesion Network)\n\n + 3DBrainNet (model3DBNET.py, 3D multiresolution CNN)\n\n + Tiramisu2D (modelTis2D.py, 57 layered 2D CNN)\n\n + Tiramisu 3D (modelTir3D.py, 57 layered 3D CNN)\n\n+ Extensive documentation will be uploaded soon, along with transfer learning framework\n\n+ More details about network architecture and training procedure can be found [here](https://link.springer.com/chapter/10.1007/978-3-030-11726-9_43)\n\n\n# Citation\n\nIf you use some of our work, please cite our work:\n\n```\n@inproceedings{kori2018ensemble,\n title={Ensemble of Fully Convolutional Neural Network for Brain Tumor Segmentation from Magnetic Resonance Images},\n author={Kori, Avinash and Soni, Mehul and Pranjal, B and Khened, Mahendra and Alex, Varghese and Krishnamurthi, Ganapathy},\n booktitle={International MICCAI Brainlesion Workshop},\n pages={485--496},\n year={2018},\n organization={Springer}\n}\n``` \n\n## Contact \n\n* Avinash Kori (avinashgkori@smail.iitm.ac.in or koriavinash1@gmail.com)\n\n\n", "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/koriavinash1/DeepBrainSeg", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "DeepBrainSeg", "package_url": "https://pypi.org/project/DeepBrainSeg/", "platform": "", "project_url": "https://pypi.org/project/DeepBrainSeg/", "project_urls": { "Homepage": "https://github.com/koriavinash1/DeepBrainSeg" }, "release_url": "https://pypi.org/project/DeepBrainSeg/0.1.8/", "requires_dist": [ "googledrivedownloader", "torch", "torchvision", "nibabel", "SimpleITK", "tqdm", "pandas", "scipy", "pydensecrf", "scikit-image" ], "requires_python": "", "summary": "Deep Learning tool for brain tumor segmentation.", "version": "0.1.8" }, "last_serial": 5792261, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6f7a5b44543dcd9b74270df3ca550c7e", "sha256": "26477148cd06d6ff329a4108f536ed4601124b124f60cc250ea6dfd8d27fc09e" }, "downloads": -1, "filename": "DeepBrainSeg-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6f7a5b44543dcd9b74270df3ca550c7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23841, "upload_time": "2019-09-03T12:35:24", "url": "https://files.pythonhosted.org/packages/e1/91/2d4dcd1b9a5c02e115854fb028377febaba762bd95e1c1617e21467b0978/DeepBrainSeg-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6eea1a680ab5c4b1e84d3757ea5aabd", "sha256": "94a9a83af44d01e0684ed46a754c104d4cc0f50b63a0a3e0bebd70965854d993" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.tar.gz", "has_sig": false, "md5_digest": "a6eea1a680ab5c4b1e84d3757ea5aabd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16881, "upload_time": "2019-09-03T12:35:27", "url": "https://files.pythonhosted.org/packages/f5/1a/990f5df620ab8aad3f10fa1f9f6145033dd10a33be6bd74cc8e22ea1c489/DeepBrainSeg-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1c962258c80fc90c6bb3409c379d7c43", "sha256": "009e47049e48fd12a29926406266b5dfe9d66cba54e305c5c04f74b442325129" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1c962258c80fc90c6bb3409c379d7c43", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25026, "upload_time": "2019-09-04T05:20:03", "url": "https://files.pythonhosted.org/packages/d5/d5/90fa6b2b9d6ef8a6825d72964beab7f458288833907929b40a2bc1f74272/DeepBrainSeg-0.1.1-py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8a08bf85d3afeb5dfd9bf2276838a776", "sha256": "69073891bc6503168f9dd9228f17be0b8e22bd2e94d0ff86af10890ca4a83b66" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.2-py3.5.egg", "has_sig": false, "md5_digest": "8a08bf85d3afeb5dfd9bf2276838a776", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 103033, "upload_time": "2019-09-04T16:23:45", "url": "https://files.pythonhosted.org/packages/bb/88/5dd3c9ad95c3514465f39b34120b171c217a56bbc5c4a2fecce1ce844531/DeepBrainSeg-0.1.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "e08b6ba093d68bc462767a28d738f550", "sha256": "62bbd01b8a5a59930723967dc744d54e467feb32f3f06f7deb050d0f73233636" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.2-py3.7.egg", "has_sig": false, "md5_digest": "e08b6ba093d68bc462767a28d738f550", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 101180, "upload_time": "2019-09-04T16:23:47", "url": "https://files.pythonhosted.org/packages/c5/45/62f18b3f238f1e29a1f08794c496eed2c8f78408b4e49445820f909c1f7a/DeepBrainSeg-0.1.2-py3.7.egg" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "28980a8c23cad28a8ec600dd1846bbdb", "sha256": "b5cda85bebbcb299dc6251a85178ce6837084f54812153bea220ee23ca26169f" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "28980a8c23cad28a8ec600dd1846bbdb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34064, "upload_time": "2019-09-05T06:13:27", "url": "https://files.pythonhosted.org/packages/3d/73/542e7ed0a77d409c52a5aabfa659c82acee308f9523e2470cd348dab2177/DeepBrainSeg-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "736635bda92a2fc54e9b941252562f5b", "sha256": "a6ff3ab76dca78b4fbbc417544497c56d3b5dec592cdd2a22aff3dc4f8229db2" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.3.tar.gz", "has_sig": false, "md5_digest": "736635bda92a2fc54e9b941252562f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20634, "upload_time": "2019-09-05T06:13:29", "url": "https://files.pythonhosted.org/packages/30/34/0febb72d03142dfe76439b0b1e43a85fd4c4fdc27ea2e34dea9b5c9eae15/DeepBrainSeg-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ced71e0e7825c03513bcfcd19d767f94", "sha256": "70fee51b05a5164c0c01a530562c00250f5b33e141864301c76507a5b8a3158e" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ced71e0e7825c03513bcfcd19d767f94", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34821, "upload_time": "2019-09-05T19:43:13", "url": "https://files.pythonhosted.org/packages/67/10/60a4e80418a2d66743abe1fe2c4f637a45850c5cce747a6d1dfa2162b475/DeepBrainSeg-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ffb7562494052f361cdb4fddf8cb36f", "sha256": "028cb64bcff32e699b183c8e71dcdcdb8b8186337b67968e68ce647e2ea0a845" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.4.tar.gz", "has_sig": false, "md5_digest": "4ffb7562494052f361cdb4fddf8cb36f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21473, "upload_time": "2019-09-05T19:43:15", "url": "https://files.pythonhosted.org/packages/d8/bf/6f2d40865c5cd5ab82d1fce635e7b952ac276bac1f6639841208620e3b9b/DeepBrainSeg-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "3d9b0173eeddd04a10b0d8120ccf107b", "sha256": "afa8e00366951f613287fbb7948d6405a923da1b4bdb4fc0d828595d047a6c24" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3d9b0173eeddd04a10b0d8120ccf107b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34811, "upload_time": "2019-09-05T19:54:21", "url": "https://files.pythonhosted.org/packages/f7/1a/b7ffec1df203a43097a470fa1b471890ca4e1592eb7f938809c526039f89/DeepBrainSeg-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45a27152a2705f92a76d30f0276d1ba0", "sha256": "260a48ac67beb20c425040175a8f83b78d363d90461ca8c9389c6ae321fe4ecc" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.5.tar.gz", "has_sig": false, "md5_digest": "45a27152a2705f92a76d30f0276d1ba0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21450, "upload_time": "2019-09-05T19:54:23", "url": "https://files.pythonhosted.org/packages/6d/d6/e448aa858ba350b4e5f4ecce5ec47e1e6daa2d5b03b9958cb271f7761521/DeepBrainSeg-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "aa6e26ea10e38637b569c1766ee3a54f", "sha256": "ddc258522612b69c1e2be778c61233f60ee120ab29bddb1d1ae30097328aee29" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "aa6e26ea10e38637b569c1766ee3a54f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34809, "upload_time": "2019-09-05T19:56:50", "url": "https://files.pythonhosted.org/packages/72/ba/e406d3f23e1b6f665233bee5babbd9eaacd9bcc54714b2d379644ae39cc3/DeepBrainSeg-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d108a61988ecfbd001e946b853fb8f7b", "sha256": "08312a053ef69103f06a8157462eb94e959d928d7630897839da0486e2ae3920" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d108a61988ecfbd001e946b853fb8f7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21449, "upload_time": "2019-09-05T19:56:53", "url": "https://files.pythonhosted.org/packages/1f/71/a1962f2ab853caf2a41bf2474431c273581ad48660ab68024c890427c4b7/DeepBrainSeg-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "0bef8a2e102d940be26d6c6396dc60fd", "sha256": "55d5b789c0dfdec03b2b2b3b62bf0cce29d0c8e09cec87368e6edc6aa9bbc6e0" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "0bef8a2e102d940be26d6c6396dc60fd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34808, "upload_time": "2019-09-05T20:02:42", "url": "https://files.pythonhosted.org/packages/36/87/fa0b7d62f25478cc2c3b9a91f6e8495d9b067c20e57edcd2248a3bdbcf32/DeepBrainSeg-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b72328d316c491f5443159e7e8d02eca", "sha256": "776e3020e306208e4affac9260ee5f14253ea01dc9915fbbaab102a6977f3481" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.7.tar.gz", "has_sig": false, "md5_digest": "b72328d316c491f5443159e7e8d02eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21451, "upload_time": "2019-09-05T20:02:44", "url": "https://files.pythonhosted.org/packages/13/a7/0922bd183a4d1b3d6d24c11e05ab962dd7762ea074eeaeed4f7834a8f47b/DeepBrainSeg-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "e380cf3c747814b61f9c51b012d56a03", "sha256": "b0a8b1226a56f2acb3c05598f2bdf83ad91ab1419979018a828bcfccad88d7f8" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e380cf3c747814b61f9c51b012d56a03", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35330, "upload_time": "2019-09-06T13:29:38", "url": "https://files.pythonhosted.org/packages/22/fe/21f5fc12dfc97a52dec3aa80708256dac063b9f8a7475e8df821a1844d44/DeepBrainSeg-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05eb5dca8ff5214fbe5206786bb5d402", "sha256": "d428499fb1b591bcb02673e143de3f98f476b52018ca1b99745d4992cb215ff1" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.8.tar.gz", "has_sig": false, "md5_digest": "05eb5dca8ff5214fbe5206786bb5d402", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22010, "upload_time": "2019-09-06T13:29:40", "url": "https://files.pythonhosted.org/packages/9f/a8/77245f414f4f8a6ee2fa62846f21370c398c8a96a84d0e92c5ea231f3213/DeepBrainSeg-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e380cf3c747814b61f9c51b012d56a03", "sha256": "b0a8b1226a56f2acb3c05598f2bdf83ad91ab1419979018a828bcfccad88d7f8" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e380cf3c747814b61f9c51b012d56a03", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35330, "upload_time": "2019-09-06T13:29:38", "url": "https://files.pythonhosted.org/packages/22/fe/21f5fc12dfc97a52dec3aa80708256dac063b9f8a7475e8df821a1844d44/DeepBrainSeg-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "05eb5dca8ff5214fbe5206786bb5d402", "sha256": "d428499fb1b591bcb02673e143de3f98f476b52018ca1b99745d4992cb215ff1" }, "downloads": -1, "filename": "DeepBrainSeg-0.1.8.tar.gz", "has_sig": false, "md5_digest": "05eb5dca8ff5214fbe5206786bb5d402", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22010, "upload_time": "2019-09-06T13:29:40", "url": "https://files.pythonhosted.org/packages/9f/a8/77245f414f4f8a6ee2fa62846f21370c398c8a96a84d0e92c5ea231f3213/DeepBrainSeg-0.1.8.tar.gz" } ] }