Metadata-Version: 2.1
Name: unetseg
Version: 0.2.2
Summary: U-Net semantic segmentation for satellite imagery
Home-page: https://github.com/dymaxionlabs/unetseg/
Author: Damián Silvani
Author-email: damian@dymaxionlabs.com
License: Apache-2.0
Project-URL: Documentation, https://unetseg.readthedocs.io/en/latest/
Description: _This digital tool is part of the catalog of tools of the **Inter-American Development Bank**. You can learn more about the IDB initiative at [code.iadb.org](https://code.iadb.org)_
        
        <p align="center">
          <img height=200 src="https://user-images.githubusercontent.com/71611391/124545932-42fa5380-de00-11eb-932e-a5af36d3bbfb.png">
        </p>
        
        <h1 align="center">unetseg</h1>
        
        <p align="center">
          U-Net semantic segmentation for satellite imagery
        </p>
        
        <p align="center">
          <a href="LICENSE.txt"><img src="https://img.shields.io/github/license/dymaxionlabs/unetseg"></a>
          <a href="https://github.com/dymaxionlabs/unetseg/releases"><img src="https://img.shields.io/github/v/tag/dymaxionlabs/unetseg"></a>
          <a href="https://sonarcloud.io/dashboard?id=dymaxionlabs_unetseg"><img src="https://sonarcloud.io/api/project_badges/measure?project=dymaxionlabs_unetseg&metric=alert_status"></a>
        </p>
        
        <p  align="center"> •
          <a  href="#information_source-description">Description</a> •
          <a  href="#handshake-contributing">Contributing</a> •
          <a  href="#man_technologist-authors">Authors</a> •
          <a  href="#page_facing_up-license">License</a> •
        </p>
        
        <br>
        
        ## :information_source: Description
        
        A set of classes and CLI tools for training a semantic segmentation model based
        on the U-Net architecture, using [Tensorflow](https://www.tensorflow.org/) and [Keras](https://keras.io/).
        
        This implementation is tuned specifically for satellite imagery and other
        geospatial raster data.
        
        <br>
        
        ## :handshake: Contributing
        
        Bug reports and pull requests are welcome on GitHub at the [issues
        page](https://github.com/dymaxionlabs/unetseg/issues). This project is intended to be
        a safe, welcoming space for collaboration, and contributors are expected to
        adhere to the [Contributor Covenant](http://contributor-covenant.org) code of
        conduct.
        
        <br>
        
        ## :man_technologist: Authors
        
        - Damián Silvani: <damian@dymaxionlabs.com>
        - María Roberta Devesa: <ro.devesa@dymaxionlabs.com>
        - Gessica Paniagua: <gessica@dymaxionlabs.com>
        - Federico Bayle: <federico@dymaxionlabs.com>
        - Alan Toris
        
        <br>
        
        ## :page_facing_up: License
        
        This project is licensed under Apache 2.0. Refer to [LICENSE.txt](LICENSE.txt).
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: testing
