Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azavea/mask-to-polygons
- Owner: azavea
- License: apache-2.0
- Created: 2018-10-30T17:11:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T15:37:01.000Z (about 4 years ago)
- Last Synced: 2024-10-02T10:47:01.738Z (4 months ago)
- Topics: python, semantic-segmentation, spacenet-challenges
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 23
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```