Skip to content

Commit 8d2ba9d

Browse files
committed
Update README.md
1 parent 072db2c commit 8d2ba9d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Introduction
2-
This document lists resources for performing deep learning (DL) on satellite imagery. To a lesser extent classical Machine learning (ML, e.g. random forests) are also discussed, as are classical image processing techniques. Note there is a huge volume of academic literature published on these topics, and this repo does not seek to index them all but rather list approachable resources with published code that will benefit both the research *and* developer communities.
2+
This document lists resources for performing deep learning on satellite imagery. To a lesser extent classical Machine learning (e.g. random forests) are also discussed, as are classical image processing techniques. Note there is a huge volume of academic literature published on these topics, and this repository does not seek to index them all but rather list approachable resources with published code that will benefit both the research *and* developer communities.
33

44
# Table of contents
55
* [Techniques](https://github.com/robmarkcole/satellite-image-deep-learning#techniques)
6+
* [Classification](https://github.com/robmarkcole/satellite-image-deep-learning#Classification)
7+
* [Segmentation](https://github.com/robmarkcole/satellite-image-deep-learning#Segmentation)
8+
* [Object detection](https://github.com/robmarkcole/satellite-image-deep-learning#object-detection)
9+
* [Cloud detection & removal](https://github.com/robmarkcole/satellite-image-deep-learning#cloud-detection--removal)
10+
* [Change detection & time-series](https://github.com/robmarkcole/satellite-image-deep-learning#change-detection--time-series)
611
* [Datasets](https://github.com/robmarkcole/satellite-image-deep-learning#datasets)
712
* [Free online compute](https://github.com/robmarkcole/satellite-image-deep-learning#free-online-compute)
813
* [Cloud providers](https://github.com/robmarkcole/satellite-image-deep-learning#cloud-providers)
914
* [Deploying models](https://github.com/robmarkcole/satellite-image-deep-learning#deploying-models)
1015
* [Image annotation](https://github.com/robmarkcole/satellite-image-deep-learning#image-annotation)
1116
* [Open source software](https://github.com/robmarkcole/satellite-image-deep-learning#open-source-software)
17+
* [Deep learning packages, frameworks & projects](https://github.com/robmarkcole/satellite-image-deep-learning#deep-learning-packages-frameworks--projects)
1218
* [Movers and shakers on Github](https://github.com/robmarkcole/satellite-image-deep-learning#movers-and-shakers-on-github)
1319
* [Companies & organisations on Github](https://github.com/robmarkcole/satellite-image-deep-learning#companies--organisations-on-github)
1420
* [About the author](https://github.com/robmarkcole/satellite-image-deep-learning#about-the-author)
@@ -1727,7 +1733,7 @@ Image augmentation is a technique used to expand a training dataset in order to
17271733
* [toolbox by ming71](https://github.com/ming71/toolbox) -> various cv tools, such as label tools, data augmentation, label conversion, etc.
17281734
* [AstroAugmentations](https://github.com/mb010/AstroAugmentations) -> augmentations designed around astronomical instruments
17291735

1730-
# Image formats, data management and catalogues
1736+
## Image formats, data management and catalogues
17311737
* [GeoServer](http://geoserver.org/) -> an open source server for sharing geospatial data
17321738
* Open Data Cube - serve up cubes of data https://www.opendatacube.org/
17331739
* https://terria.io/ for pretty catalogues

0 commit comments

Comments
 (0)