Skip to content

Commit 44a9775

Browse files
committed
Add new segmentation and counting projects for remote sensing imagery
1 parent ca62cb6 commit 44a9775

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ Image segmentation is a crucial step in image analysis and computer vision, with
213213

214214
- [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
215215

216+
- [LALE](https://github.com/caglarmert/LALE) -> a lightweight hybrid ConvMixer-transformer architecture for efficient land-cover segmentation in remote sensing imagery
217+
216218
### Segmentation - Vegetation, deforestation, crops & field boundaries
217219

218220
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
353355

354356
- [ml4floods](https://github.com/spaceml-org/ml4floods) -> An ecosystem of data, models and code pipelines to tackle flooding with ML
355357

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+
356360
- [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
357361

358362
- [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
10991103

11001104
- [mmrotate](https://github.com/open-mmlab/mmrotate) -> Rotated Object Detection Benchmark, with pretrained models and function for inferencing on very large images
11011105

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+
11021108
- [OBBDetection](https://github.com/jbwang1997/OBBDetection) -> an oriented object detection library, which is based on MMdetection
11031109

11041110
- [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
15631569

15641570
- [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)
15651571

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+
15661576
- [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
15671577

15681578

@@ -2102,6 +2112,8 @@ The analysis of time series observations in remote sensing data has numerous app
21022112

21032113
- [ConvTimeLSTM](https://github.com/jdiaz4302/ConvTimeLSTM) -> Extension of ConvLSTM and Time-LSTM for irregularly spaced images, appropriate for Remote Sensing
21042114

2115+
- [ConvLSTM](https://github.com/Zewen-Shang/ConvLstm/tree/master) -> a PyTorch implementation of convolutional LSTM networks for precipitation nowcasting
2116+
21052117
- [dl-time-series](https://github.com/NexGenMap/dl-time-series) -> Deep Learning algorithms applied to characterization of Remote Sensing time-series
21062118

21072119
- [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
38463858

38473859
- [AnySat](https://github.com/gastruc/AnySat) -> One Earth Observation Model for Many Resolutions, Scales, and Modalities
38483860

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+
38493863
- [SMARTIES](https://gsumbul.github.io/SMARTIES/) -> Spectrum-Aware Multi-Sensor Auto-Encoder for Remote Sensing Images
38503864

38513865
- [Terramind](https://github.com/IBM/terramind) -> an any-to-any generative foundation model for Earth Observation, built by IBM and ESA.

0 commit comments

Comments
 (0)