You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,8 @@ Image segmentation is a crucial step in image analysis and computer vision, with
213
213
214
214
-[cnn-land-cover-eco](https://github.com/DGalexander/cnn-land-cover-eco) -> Multi-stage semantic segmentation of land cover in the Peak District using high-resolution RGB aerial imagery
215
215
216
+
-[LALE](https://github.com/caglarmert/LALE) -> a lightweight hybrid ConvMixer-transformer architecture for efficient land-cover segmentation in remote sensing imagery
217
+
216
218
### Segmentation - Vegetation, deforestation, crops & field boundaries
217
219
218
220
Note that deforestation detection may be treated as a segmentation task or a change detection task
@@ -353,6 +355,8 @@ Note that deforestation detection may be treated as a segmentation task or a cha
353
355
354
356
-[ml4floods](https://github.com/spaceml-org/ml4floods) -> An ecosystem of data, models and code pipelines to tackle flooding with ML
355
357
358
+
-[floodmaps](https://github.com/davdma/floodmaps) -> an end-to-end pipeline and segmentation models for flood-water detection using Sentinel-1 SAR and Sentinel-2 multispectral imagery
359
+
356
360
-[1st place solution for STAC Overflow: Map Floodwater from Radar Imagery hosted by Microsoft AI for Earth](https://github.com/sweetlhare/STAC-Overflow) -> combines Unet with Catboostclassifier, taking their maxima, not the average
357
361
358
362
-[hydra-floods](https://github.com/Servir-Mekong/hydra-floods) -> an open source Python application for downloading, processing, and delivering surface water maps derived from remote sensing data
@@ -1099,6 +1103,8 @@ Orinted bounding boxes (OBB) are polygons representing rotated rectangles. For d
1099
1103
1100
1104
-[mmrotate](https://github.com/open-mmlab/mmrotate) -> Rotated Object Detection Benchmark, with pretrained models and function for inferencing on very large images
1101
1105
1106
+
-[OrientedDet](https://github.com/DL4EO/oriented-det) -> a lightweight PyTorch framework for rotated object detection in aerial and satellite imagery, with oriented models, geometry operations and DOTA support
1107
+
1102
1108
-[OBBDetection](https://github.com/jbwang1997/OBBDetection) -> an oriented object detection library, which is based on MMdetection
1103
1109
1104
1110
-[rotate-yolov3](https://github.com/ming71/rotate-yolov3) -> Rotation object detection implemented with yolov3. Also see [yolov3-polygon](https://github.com/ming71/yolov3-polygon)
@@ -1563,6 +1569,10 @@ When the object count, but not its shape is required, U-net can be used to treat
1563
1569
1564
1570
-[cownter_strike](https://github.com/IssamLaradji/cownter_strike) -> counting cows, located with point-annotations, two models: CSRNet (a density-based method) & LCFCN (a detection-based method)
1565
1571
1572
+
-[Bayesian-Car-Counting](https://github.com/albinjal/Bayesian-Car-Counting) -> car counting in overhead imagery using Bayesian loss with point supervision on the COWC dataset
1573
+
1574
+
-[TreeMatch](https://github.com/dgominski/treematch) -> tree density estimation from satellite imagery using optimal transport and mixed strong and weak point supervision; includes the multi-sensor TinyTrees benchmark
1575
+
1566
1576
-[DO-U-Net](https://github.com/ToyahJade/DO-U-Net) -> an effective approach for when the size of an object needs to be known, as well as the number of objects in the image, initially created to segment and count Internally Displaced People (IDP) camps in Afghanistan
1567
1577
1568
1578
@@ -2102,6 +2112,8 @@ The analysis of time series observations in remote sensing data has numerous app
2102
2112
2103
2113
-[ConvTimeLSTM](https://github.com/jdiaz4302/ConvTimeLSTM) -> Extension of ConvLSTM and Time-LSTM for irregularly spaced images, appropriate for Remote Sensing
2104
2114
2115
+
-[ConvLSTM](https://github.com/Zewen-Shang/ConvLstm/tree/master) -> a PyTorch implementation of convolutional LSTM networks for precipitation nowcasting
2116
+
2105
2117
-[dl-time-series](https://github.com/NexGenMap/dl-time-series) -> Deep Learning algorithms applied to characterization of Remote Sensing time-series
2106
2118
2107
2119
-[tpe](https://github.com/jnyborg/tpe) -> Generalized Classification of Satellite Image Time Series With Thermal Positional Encoding
@@ -3846,6 +3858,8 @@ Explainable AI (XAI) is a field of artificial intelligence that focuses on devel
3846
3858
3847
3859
-[AnySat](https://github.com/gastruc/AnySat) -> One Earth Observation Model for Many Resolutions, Scales, and Modalities
3848
3860
3861
+
-[UniverSat](https://github.com/gastruc/UniverSat) -> a resolution- and modality-agnostic transformer trained across diverse Earth observation sensors, spatial resolutions and temporal inputs
3862
+
3849
3863
-[SMARTIES](https://gsumbul.github.io/SMARTIES/) -> Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images
3850
3864
3851
3865
-[Terramind](https://github.com/IBM/terramind) -> an any-to-any generative foundation model for Earth Observation, built by IBM and ESA.
0 commit comments