|
1 | 1 | # 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. |
3 | 3 |
|
4 | 4 | # Table of contents |
5 | 5 | * [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) |
6 | 11 | * [Datasets](https://github.com/robmarkcole/satellite-image-deep-learning#datasets) |
7 | 12 | * [Free online compute](https://github.com/robmarkcole/satellite-image-deep-learning#free-online-compute) |
8 | 13 | * [Cloud providers](https://github.com/robmarkcole/satellite-image-deep-learning#cloud-providers) |
9 | 14 | * [Deploying models](https://github.com/robmarkcole/satellite-image-deep-learning#deploying-models) |
10 | 15 | * [Image annotation](https://github.com/robmarkcole/satellite-image-deep-learning#image-annotation) |
11 | 16 | * [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) |
12 | 18 | * [Movers and shakers on Github](https://github.com/robmarkcole/satellite-image-deep-learning#movers-and-shakers-on-github) |
13 | 19 | * [Companies & organisations on Github](https://github.com/robmarkcole/satellite-image-deep-learning#companies--organisations-on-github) |
14 | 20 | * [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 |
1727 | 1733 | * [toolbox by ming71](https://github.com/ming71/toolbox) -> various cv tools, such as label tools, data augmentation, label conversion, etc. |
1728 | 1734 | * [AstroAugmentations](https://github.com/mb010/AstroAugmentations) -> augmentations designed around astronomical instruments |
1729 | 1735 |
|
1730 | | -# Image formats, data management and catalogues |
| 1736 | +## Image formats, data management and catalogues |
1731 | 1737 | * [GeoServer](http://geoserver.org/) -> an open source server for sharing geospatial data |
1732 | 1738 | * Open Data Cube - serve up cubes of data https://www.opendatacube.org/ |
1733 | 1739 | * https://terria.io/ for pretty catalogues |
|
0 commit comments