Skip to content

Commit d2a46b7

Browse files
committed
Update README.md
1 parent 3b9429c commit d2a46b7

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Note that deforestation detection may be treated as a segmentation task or a cha
437437

438438
- [mowing-detection](https://github.com/lucas-batier/mowing-detection) -> Automatic detection of mowing and grazing from Sentinel images
439439

440-
### Segmentation - Water, coastlines & floods
440+
### Segmentation - Water, coastlines, rivers & floods
441441

442442
- [pytorch-waterbody-segmentation](https://github.com/gauthamk02/pytorch-waterbody-segmentation) -> UNET model trained on the Satellite Images of Water Bodies dataset from Kaggle. The model is deployed on Hugging Face Spaces
443443

@@ -503,6 +503,10 @@ Note that deforestation detection may be treated as a segmentation task or a cha
503503

504504
- [SWRNET](https://github.com/trongan93/swrnet) -> A Deep Learning Approach for Small Surface Water Area Recognition Onboard Satellite
505505

506+
- [elwha-segmentation](https://github.com/StefanTodoran/elwha-segmentation) -> fine-tuning Meta's Segment Anything (SAM) for bird's eye view river pixel segmentation, [with Medium article](https://towardsdatascience.com/learn-transformer-fine-tuning-and-segment-anything-481c6c4ac802)
507+
508+
- [RiverSnap](https://github.com/ArminMoghimi/RiverSnap) -> code for paper: A Comparative Performance Analysis of Popular Deep Learning Models and Segment Anything Model (SAM) for River Water Segmentation in Close-Range Remote Sensing Imagery
509+
506510
### Segmentation - Fire, smoke & burn areas
507511

508512
- [SatelliteVu-AWS-Disaster-Response-Hackathon](https://github.com/SatelliteVu/SatelliteVu-AWS-Disaster-Response-Hackathon) -> fire spread prediction using classical ML & deep learning
@@ -2168,6 +2172,8 @@ Change detection is a vital component of remote sensing analysis, enabling the m
21682172

21692173
- [ChangeViT](https://github.com/zhuduowang/ChangeViT) -> Unleashing Plain Vision Transformers for Change Detection
21702174

2175+
- [pytorch-change-models](https://github.com/Z-Zheng/pytorch-change-models) -> out-of-box contemporary spatiotemporal change model implementations, standard metrics, and datasets
2176+
21712177
#
21722178
## Time series
21732179

@@ -2974,8 +2980,12 @@ Autoencoders are a type of neural network that aim to simplify the representatio
29742980

29752981
- [satclip](https://github.com/microsoft/satclip) -> A Global, General-Purpose Geographic Location Encoder from Microsoft
29762982

2977-
- [](https://earthloc-and-earthmatch.github.io/) -> Astronaut Photography Localization & Iterative Coregistration
2983+
- [Astronaut Photography Localization & Iterative Coregistration](https://earthloc-and-earthmatch.github.io/)
29782984

2985+
- [rs-cbir](https://github.com/amirafshari/rs-cbir) -> Satellite Image Vector Database and Multimodal Search using fine-tuned ResNet50 on AID dataset
2986+
2987+
- [TorchSpatial](https://github.com/seai-lab/TorchSpatial) -> A Location Encoding Framework and Benchmark for Spatial Representation Learning
2988+
29792989
#
29802990
## Anomaly detection
29812991
Anomaly detection refers to the process of identifying unusual patterns or outliers in satellite or aerial images that do not conform to expected norms. This is crucial in applications such as environmental monitoring, defense surveillance, and urban planning. Machine learning algorithms, particularly unsupervised learning methods, are used to analyze vast amounts of remote sensing data efficiently. These algorithms learn the typical patterns and variations in the data, allowing them to flag anomalies such as unexpected land cover changes, illegal deforestation, or unusual maritime activities. The detection of these anomalies can provide valuable insights for timely decision-making and intervention in various fields.
@@ -3349,6 +3359,8 @@ Image registration is the process of registering one or more images onto another
33493359

33503360
- [How to Co-Register Temporal Stacks of Satellite Images](https://medium.com/sentinel-hub/how-to-co-register-temporal-stacks-of-satellite-images-5167713b3e0b)
33513361

3362+
- [image-matching-models](https://github.com/gmberton/image-matching-models) -> easily try 23 different image matching methods
3363+
33523364
- [ImageRegistration](https://github.com/jandremarais/ImageRegistration) -> Interview assignment for multimodal image registration using SIFT
33533365

33543366
- [imreg_dft](https://github.com/matejak/imreg_dft) -> Image registration using discrete Fourier transform. Given two images it can calculate the difference between scale, rotation and position of imaged features.
@@ -3782,5 +3794,7 @@ Training data can be hard to acquire, particularly for rare events such as chang
37823794

37833795
- [DiffusionSat](https://www.samarkhanna.com/DiffusionSat/) -> A Generative Foundation Model For Satellite Imagery
37843796

3797+
- [granite-geospatial-biomass](https://github.com/ibm-granite/granite-geospatial-biomass) -> A geospatial model for Above Ground Biomass from IBM
3798+
37853799
----
37863800
- *Logo created with* [*Brandmark*](https://app.brandmark.io/v3/)

0 commit comments

Comments
 (0)