Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azavea/mask-to-polygons

Routines for extracting and working with polygons from semantic segmentation masks
https://github.com/azavea/mask-to-polygons

python semantic-segmentation spacenet-challenges

Last synced: 3 months ago
JSON representation

Routines for extracting and working with polygons from semantic segmentation masks

Awesome Lists containing this project

README

        

# Docker #

```bash
docker run -it --rm -v $(pwd):/src python:3.7-stretch
```
or
```bash
docker run -it --rm -v $(pwd):/src python:2.7-stretch
```