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

https://github.com/orthoseg/orthoseg

OrthoSeg makes it easy to train neural networks to segment orthophotos.
https://github.com/orthoseg/orthoseg

aerial-imagery convolutional-neural-networks deep-learning drone image-classification image-segmentation keras-tensorflow machine-learning neural-network python remote-sensing satellite-imagery segment-orthophotos segmentation tensorflow wms

Last synced: 3 months ago
JSON representation

OrthoSeg makes it easy to train neural networks to segment orthophotos.

Awesome Lists containing this project

README

        

# Orthophoto segmentation

[![Actions Status](https://github.com/orthoseg/orthoseg/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/orthoseg/orthoseg/actions?query=workflow%3ATests)
[![Coverage Status](https://codecov.io/gh/orthoseg/orthoseg/branch/main/graph/badge.svg)](https://codecov.io/gh/orthoseg/orthoseg)
[![PyPI version](https://img.shields.io/pypi/v/orthoseg.svg)](https://pypi.org/project/orthoseg)
[![DOI](https://zenodo.org/badge/147507046.svg)](https://zenodo.org/doi/10.5281/zenodo.10340584)

This project provides a procedure and software to make it easy to:
1. create a training dataset for a topic of your choice
2. train a neural network to segment orthophotos
3. run the segmentation on a larger area + vectorize the result
4. apply some basic postprocessing like dissolve,...

Only open source software is needed, eg. QGIS and tensorflow.

Installation and usage instructions can be found in the [orthoseg docs](https://orthoseg.readthedocs.io)