Metadata-Version: 2.1
Name: unet
Version: 0.6.4
Summary: PyTorch implementation of 2D and 3D U-Net
Home-page: https://github.com/fepegar/unet
Author: Fernando Perez-Garcia
Author-email: fernando.perezgarcia.17@ucl.ac.uk
License: MIT license
Keywords: unet
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: torch (>=1.1)

====
unet
====


.. image:: https://img.shields.io/pypi/v/unet.svg
        :target: https://pypi.python.org/pypi/unet

.. image:: https://img.shields.io/travis/fepegar/unet.svg
        :target: https://travis-ci.org/fepegar/unet

.. image:: https://readthedocs.org/projects/unet/badge/?version=latest
        :target: https://unet.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/fepegar/unet/shield.svg
     :target: https://pyup.io/repos/github/fepegar/unet/
     :alt: Updates



PyTorch implementation of 2D and 3D U-Net


* Free software: MIT license
* Documentation: https://unet.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.4.0 (2019-10-29)
------------------

* First release on PyPI.


