{ "info": { "author": "NiftyNet Consortium", "author_email": "niftynet-team@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Healthcare Industry", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Medical Science Apps." ], "description": "# NiftyNet\n\n\n\n[![pipeline status](https://gitlab.com/NifTK/NiftyNet/badges/dev/pipeline.svg)](https://github.com/NifTK/NiftyNet/commits/dev)\n[![coverage report](https://gitlab.com/NifTK/NiftyNet/badges/dev/coverage.svg)](https://github.com/NifTK/NiftyNet)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/NifTK/NiftyNet/blob/dev/LICENSE)\n[![PyPI version](https://badge.fury.io/py/NiftyNet.svg)](https://badge.fury.io/py/NiftyNet)\n\nNiftyNet is a [TensorFlow][tf]-based open-source convolutional neural networks (CNN) platform for research in medical image analysis and image-guided therapy.\nNiftyNet's modular structure is designed for sharing networks and pre-trained models.\nUsing this modular structure you can:\n\n* Get started with established pre-trained networks using built-in tools\n* Adapt existing networks to your imaging data\n* Quickly build new solutions to your own image analysis problems\n\nNiftyNet is a consortium of research organisations\n(BMEIS -- [School of Biomedical Engineering and Imaging Sciences, King's College London][bmeis];\nWEISS -- [Wellcome EPSRC Centre for Interventional and Surgical Sciences, UCL][weiss];\nCMIC -- [Centre for Medical Image Computing, UCL][cmic];\nHIG -- High-dimensional Imaging Group, UCL), where BMEIS acts as the consortium lead.\n\n\n### Features\n\n* Easy-to-customise interfaces of network components\n* Sharing networks and pretrained models\n* Support for 2-D, 2.5-D, 3-D, 4-D inputs*\n* Efficient training with multiple-GPU support\n* Implementation of recent networks (HighRes3DNet, 3D U-net, V-net, DeepMedic)\n* Comprehensive evaluation metrics for medical image segmentation\n\n NiftyNet is not intended for clinical use.\n\n NiftyNet release notes are available [here][changelog].\n\n *2.5-D: volumetric images processed as a stack of 2D slices;\n4-D: co-registered multi-modal 3D volumes\n\n[changelog]: CHANGELOG.md\n\n\n### Installation\n\n1. Please install the appropriate [TensorFlow][tf] package*:\n * [`pip install \"tensorflow-gpu>=1.13.2, <=1.14\"`][tf-pypi-gpu] for TensorFlow with GPU support\n * [`pip install \"tensorflow>=1.13.2, <=1.14\"`][tf-pypi] for CPU-only TensorFlow\n1. [`pip install niftynet`](https://pypi.org/project/NiftyNet/)\n\n All other NiftyNet dependencies are installed automatically as part of the pip installation process.\n\nTo install from the source repository, please checkout [the instructions](http://niftynet.readthedocs.io/en/dev/installation.html).\n\n[tf-pypi-gpu]: https://pypi.org/project/tensorflow-gpu/\n[tf-pypi]: https://pypi.org/project/tensorflow/\n\n\n### Documentation\nThe API reference and how-to guides are available on [Read the Docs][rtd-niftynet].\n\n[rtd-niftynet]: http://niftynet.rtfd.io/\n\n### Useful links\n\n* [NiftyNet website][niftynet-io]\n* [NiftyNet source code on GitHub][niftynet-github]\n* [NiftyNet Model zoo repository][niftynet-zoo]\n* [NiftyNet Google Group / Mailing List][ml-niftynet]\n* [Stack Overflow](https://stackoverflow.com/questions/tagged/niftynet) for general questions\n\n[niftynet-io]: http://niftynet.io/\n[niftynet-github]: https://github.com/NifTK/NiftyNet\n[niftynet-zoo]: https://github.com/NifTK/NiftyNetModelZoo/blob/master/README.md\n[ml-niftynet]: https://groups.google.com/forum/#!forum/niftynet\n\n\n### Citing NiftyNet\n\nIf you use NiftyNet in your work, please cite [Gibson and Li, et al. 2018][cmpb2018]:\n\n* E. Gibson\\*, W. Li\\*, C. Sudre, L. Fidon, D. I. Shakir, G. Wang, Z. Eaton-Rosen, R. Gray, T. Doel, Y. Hu, T. Whyntie, P. Nachev, M. Modat, D. C. Barratt, S. Ourselin, M. J. Cardoso\u2020 and T. Vercauteren\u2020 (2018)\n[NiftyNet: a deep-learning platform for medical imaging][cmpb2018], _Computer Methods and Programs in Biomedicine_.\nDOI: [10.1016/j.cmpb.2018.01.025][cmpb2018]\n\n\nBibTeX entry:\n\n```\n@article{Gibson2018,\n title = \"NiftyNet: a deep-learning platform for medical imaging\",\n journal = \"Computer Methods and Programs in Biomedicine\",\n year = \"2018\",\n issn = \"0169-2607\",\n doi = \"https://doi.org/10.1016/j.cmpb.2018.01.025\",\n url = \"https://www.sciencedirect.com/science/article/pii/S0169260717311823\",\n author = \"Eli Gibson and Wenqi Li and Carole Sudre and Lucas Fidon and\n Dzhoshkun I. Shakir and Guotai Wang and Zach Eaton-Rosen and\n Robert Gray and Tom Doel and Yipeng Hu and Tom Whyntie and\n Parashkev Nachev and Marc Modat and Dean C. Barratt and\n S\u00e9bastien Ourselin and M. Jorge Cardoso and Tom Vercauteren\",\n}\n```\nThe NiftyNet platform originated in software developed for [Li, et al. 2017][ipmi2017]:\n\n* Li W., Wang G., Fidon L., Ourselin S., Cardoso M.J., Vercauteren T. (2017)\n[On the Compactness, Efficiency, and Representation of 3D Convolutional Networks: Brain Parcellation as a Pretext Task.][ipmi2017]\nIn: Niethammer M. et al. (eds) Information Processing in Medical Imaging. IPMI 2017.\nLecture Notes in Computer Science, vol 10265. Springer, Cham.\nDOI: [10.1007/978-3-319-59050-9_28][ipmi2017]\n\n\n[ipmi2017]: https://doi.org/10.1007/978-3-319-59050-9_28\n[cmpb2018]: https://doi.org/10.1016/j.cmpb.2018.01.025\n\n\n### Licensing and Copyright\n\nNiftyNet is released under [the Apache License, Version 2.0](https://github.com/NifTK/NiftyNet/blob/dev/LICENSE).\n\nCopyright 2018 the NiftyNet Consortium.\n\n### Acknowledgements\n\nThis project is grateful for the support from\nthe [Wellcome Trust][wt],\nthe [Engineering and Physical Sciences Research Council (EPSRC)][epsrc],\nthe [National Institute for Health Research (NIHR)][nihr],\nthe [Department of Health (DoH)][doh],\n[Cancer Research UK][cruk],\n[King's College London (KCL)][kcl],\n[University College London (UCL)][ucl],\nthe [Science and Engineering South Consortium (SES)][ses],\nthe [STFC Rutherford-Appleton Laboratory][ral], and [NVIDIA][nvidia].\n\n[bmeis]: https://www.kcl.ac.uk/lsm/research/divisions/imaging/index.aspx\n[cmic]: http://cmic.cs.ucl.ac.uk\n[ucl]: http://www.ucl.ac.uk\n[kcl]: http://www.kcl.ac.uk\n[cruk]: https://www.cancerresearchuk.org\n[tf]: https://www.tensorflow.org/\n[weiss]: http://www.ucl.ac.uk/weiss\n[wt]: https://wellcome.ac.uk/\n[epsrc]: https://www.epsrc.ac.uk/\n[nihr]: https://www.nihr.ac.uk/\n[doh]: https://www.gov.uk/government/organisations/department-of-health\n[ses]: https://www.ses.ac.uk/\n[ral]: http://www.stfc.ac.uk/about-us/where-we-work/rutherford-appleton-laboratory/\n[nvidia]: http://www.nvidia.com\n\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": "http://niftynet.io/", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "NiftyNet", "package_url": "https://pypi.org/project/NiftyNet/", "platform": "", "project_url": "https://pypi.org/project/NiftyNet/", "project_urls": { "Homepage": "http://niftynet.io/" }, "release_url": "https://pypi.org/project/NiftyNet/0.6.0/", "requires_dist": [ "six (>=1.10)", "nibabel (>=2.1.0)", "numpy (>=1.13.3)", "scipy (>=0.18)", "configparser", "pandas", "pillow", "blinker", "packaging" ], "requires_python": "", "summary": "An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy", "version": "0.6.0" }, "last_serial": 5954220, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "3405ec61d0c9ae334dceeb46275db87b", "sha256": "5e7184474b610677536e4a6ca392a8248f1ff6564618275d0d736753c1cd5f6c" }, "downloads": -1, "filename": "NiftyNet-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3405ec61d0c9ae334dceeb46275db87b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 131462, "upload_time": "2017-08-08T17:22:05", "url": "https://files.pythonhosted.org/packages/65/05/354d17672fa52fd869eb417818df11fa1d7215f329bd266c03dea0e61b14/NiftyNet-0.1.1-py2.py3-none-any.whl" } ], "0.1.1rc58": [ { "comment_text": "", "digests": { "md5": "ac4a53aaf25b839bfa53cb47831e0c7e", "sha256": "7ca88d6bdf23cae99a73db912cc2be6b32ea6ada130c29d8fe4eb06d282f9eab" }, "downloads": -1, "filename": "NiftyNet-0.1.1rc58-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac4a53aaf25b839bfa53cb47831e0c7e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 129370, "upload_time": "2017-07-28T14:32:12", "url": "https://files.pythonhosted.org/packages/6a/65/b2dfec7f8000895996b5cd781c0a4dbb2a23e2558e97c79eaa22e7c22ea2/NiftyNet-0.1.1rc58-py2.py3-none-any.whl" } ], "0.1.1rc60": [ { "comment_text": "", "digests": { "md5": "17b46f6ace6ff0ae416eaae1b4f620c8", "sha256": "ed83799f8cc6d79e89169576f874de0e2400f4aca365d7e99b92884d07cc98af" }, "downloads": -1, "filename": "NiftyNet-0.1.1rc60-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17b46f6ace6ff0ae416eaae1b4f620c8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130072, "upload_time": "2017-08-08T08:18:06", "url": "https://files.pythonhosted.org/packages/eb/0f/d703199e0cef99d5cf681643f3beac5388c5818ba2a276737b39d713e381/NiftyNet-0.1.1rc60-py2.py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "618924dd23f3f1438560d27d2482cbd9", "sha256": "fad2927a73ccf1ceffe921c8ecd5febee554d577d2857bc1cd26517cbc2d305f" }, "downloads": -1, "filename": "NiftyNet-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "618924dd23f3f1438560d27d2482cbd9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 186347, "upload_time": "2017-09-08T11:18:45", "url": "https://files.pythonhosted.org/packages/f6/1f/18d08cb77cf7405be1527136713353ebce92272f18009d5aa056d3e10c36/NiftyNet-0.2.0-py2.py3-none-any.whl" } ], "0.2.0.post1": [ { "comment_text": "", "digests": { "md5": "63e2b00097bd0549b9c4d3b3a2798271", "sha256": "ce4ac656db39d158c3bcf55d5a3fb90e7671b010f64bfb6273f8e522fe6f2b6f" }, "downloads": -1, "filename": "NiftyNet-0.2.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63e2b00097bd0549b9c4d3b3a2798271", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 186717, "upload_time": "2017-09-08T20:40:13", "url": "https://files.pythonhosted.org/packages/b4/e2/5ae26b93fbbecc3a8579339810b22e72c7e030f8237f0a049d8acb3d7305/NiftyNet-0.2.0.post1-py2.py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "65bb05f9411ea0921b0e2562430d745c", "sha256": "3c6612a94b22be64ce4bdd612e13aa6601c6813606aaf8805f5bb61fc6d8a7ee" }, "downloads": -1, "filename": "NiftyNet-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "65bb05f9411ea0921b0e2562430d745c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 232269, "upload_time": "2017-12-14T11:58:48", "url": "https://files.pythonhosted.org/packages/c1/a6/d710a31710d22f7d8d77177307339dd26d3fe2ba79d77e7c51c847d054ef/NiftyNet-0.2.1-py2.py3-none-any.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bd8226335a0466379049f70392287ddb", "sha256": "4dcada45e9fd7e56178d820f64b9d9205f4e1d597dc5855fb4f048301a00e9b6" }, "downloads": -1, "filename": "NiftyNet-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bd8226335a0466379049f70392287ddb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 233667, "upload_time": "2018-01-30T08:27:13", "url": "https://files.pythonhosted.org/packages/af/68/5809fa3e36219fe895550e1dd21ce54cdf62b17cd3b895a2c187c915feaa/NiftyNet-0.2.2-py2.py3-none-any.whl" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6d27a72406539c4acd8a44b5b59f54d7", "sha256": "c76d0504d69059839d2f12b25081cf7c5df4921bc73d03866677acf20d8c197c" }, "downloads": -1, "filename": "NiftyNet-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6d27a72406539c4acd8a44b5b59f54d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 317842, "upload_time": "2018-05-16T13:40:21", "url": "https://files.pythonhosted.org/packages/8e/2f/2818748bfcb502fe967f486c8020fe2abce944d2d92be2859a56230fae55/NiftyNet-0.3.0-py2.py3-none-any.whl" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "4547591d0da9014ffb58d6f323491e88", "sha256": "1a60f48e51db1fdb9f21730a58c5ae0e6c9dba95eb3cbea20d61656fc6a32877" }, "downloads": -1, "filename": "NiftyNet-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4547591d0da9014ffb58d6f323491e88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 332076, "upload_time": "2018-09-14T13:50:41", "url": "https://files.pythonhosted.org/packages/ef/3f/54400ed87223b1b876cde083458af326bb2054cfa8d85b25c40529df7af3/NiftyNet-0.4.0-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "da300e2f97d99be2c41ffa516003cb98", "sha256": "5ad86c4ca6fb09cf2513544da44960b140a95067f468b2cb92cb70315996dcfa" }, "downloads": -1, "filename": "NiftyNet-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da300e2f97d99be2c41ffa516003cb98", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 335260, "upload_time": "2019-02-06T09:22:31", "url": "https://files.pythonhosted.org/packages/ec/7d/f8b8f28e9872f6b00e244007a5c789c7db30cc904bbc0c150a4bfe4d2cfb/NiftyNet-0.5.0-py2.py3-none-any.whl" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "49e82164838c00ec8352342c6fdbb6c2", "sha256": "a8ad6f8cdc5b1578b6419bf73ebe0271762ef0a2614cfe93d424d7144bc0bd74" }, "downloads": -1, "filename": "NiftyNet-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49e82164838c00ec8352342c6fdbb6c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 444015, "upload_time": "2019-10-10T10:59:33", "url": "https://files.pythonhosted.org/packages/b8/c1/8bd246c6516671f62648d06a7b08bec2f2743f97bcdc1d2d34db8e934358/NiftyNet-0.6.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49e82164838c00ec8352342c6fdbb6c2", "sha256": "a8ad6f8cdc5b1578b6419bf73ebe0271762ef0a2614cfe93d424d7144bc0bd74" }, "downloads": -1, "filename": "NiftyNet-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49e82164838c00ec8352342c6fdbb6c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 444015, "upload_time": "2019-10-10T10:59:33", "url": "https://files.pythonhosted.org/packages/b8/c1/8bd246c6516671f62648d06a7b08bec2f2743f97bcdc1d2d34db8e934358/NiftyNet-0.6.0-py2.py3-none-any.whl" } ] }