Skip to content

Sydney-Informatics-Hub/PIPE-3956-aerial-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIPE-3956-aerial-segmentation

Open source aerial segmentation models and toolkits.

This is a meta repository that will contain key information about the project, and provide links to code repositories and useful resources.

Context

Most of the world's human population is now clustered into cities. It is easy to think of cities as monolithic uniform things, but their morphology can be highly variable and heterogenous.

Like any animal, human's have evolved to exist in a particular thermal niche. The environments we create, such as cities, have different thermal conditions that influence the temperatures that we experience.

To better understand the thermal ecology of cities from the human perspective, we will use computer vision to create segmentation layer masks that quantify the morpholoy of cities.

Project Overview

Three connected parallel products:

  1. aerial-annotation - Tools for creating datasets of aerial imagery and segmentation annotations.

  2. aerial-segmentation - Aerial imagery segmentation model fine tuninf, evaluation, and prediction tools.

  3. aerial-conversion - Computer vision prediction to GIS layer conversion tool. Prediction outputs from the segmenetation model pipeline will be aerial imagery tiles and the associated segmentation pipelines in COCO JSON. We will need to merge the polygons intelligently to unify the results into one shapefile that can be delivered as a data product.

Together this will produce two data products:

  1. Aerial Segmentation Dataset

  2. AI prediction shapefiles

System Archicture

Architecture

Setup

Local (or interactive VM)

conda create -n aerial-seg-dev python==3.9

conda activate aerial-seg-dev

pip install -r requirements.txt

Resources

Project Context

Segmentation Details

About

Open source aerial segmentation models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published