Skip to content

Commit 5e28fdc

Browse files
committedOct 20, 2024·
Various
1 parent b19d481 commit 5e28fdc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ 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+
- [PTAViT3D and PTAViT3DCA](https://github.com/feevos/tfcl) -> Tackling fluffy clouds: field boundaries detection using time series of S2 and/or S1 imagery
441+
442+
- [ai4boundaries](https://github.com/waldnerf/ai4boundaries) -> a Python package that facilitates download of the AI4boundaries data set
443+
440444
### Segmentation - Water, coastlines, rivers & floods
441445

442446
- [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
@@ -954,6 +958,8 @@ Extracting roads is challenging due to the occlusions caused by other objects an
954958

955959
- [MAP-Mapper](https://github.com/CoDIS-Lab/MAP-Mapper) -> Marine Plastic Mapper is a tool for assessing marine macro-plastic density to identify plastic hotspots, underpinned by the MARIDA dataset.
956960

961+
- [substation-seg](https://github.com/Lindsay-Lab/substation-seg) -> segmenting substations in Sentinel 2 satellite imagery
962+
957963
### Panoptic segmentation
958964

959965
- [Things and stuff or how remote sensing could benefit from panoptic segmentation](https://softwaremill.com/things-and-stuff-or-how-remote-sensing-could-benefit-from-panoptic-segmentation/)
@@ -1124,6 +1130,10 @@ Extracting roads is challenging due to the occlusions caused by other objects an
11241130

11251131
- [BIOSCANN](https://github.com/BiodiversityLab/bioscann) -> BIOdiversity Segmentation and Classification with Artificial Neural Networks
11261132

1133+
- [ResUNet-a](https://github.com/feevos/resuneta) -> a deep learning framework for semantic segmentation of remotely sensed data
1134+
1135+
- [SSG2](https://github.com/feevos/ssg2) -> A New Modelling Paradigm for Semantic Segmentation
1136+
11271137
#
11281138
## Instance segmentation
11291139

@@ -2327,6 +2337,8 @@ Crop yield is a crucial metric in agriculture, as it determines the productivity
23272337

23282338
- [SICKLE](https://github.com/Depanshu-Sani/SICKLE) -> A Multi-Sensor Satellite Imagery Dataset Annotated with Multiple Key Cropping Parameters. Basline solutions: U-TAE, U-Net3D and ConvLSTM
23292339

2340+
- [yieldCNN](https://github.com/waldnerf/yieldCNN) -> Training temporal Convolution Neural Networks (CNNs) on satellite image time series for yield forecasting
2341+
23302342
#
23312343
## Wealth and economic activity
23322344

@@ -2439,6 +2451,8 @@ Remote sensing images are used in disaster response to identify and assess damag
24392451

24402452
- [skai](https://github.com/google-research/skai) -> a machine learning based tool from Goolge for performing automatic building damage assessments on aerial imagery of disaster sites.
24412453

2454+
- [building-damage-assessment](https://github.com/microsoft/building-damage-assessment) -> A toolkit that enables building damage assessments from remotely sensed imagery
2455+
24422456
- [building-damage-assessment-cnn-siamese](https://github.com/microsoft/building-damage-assessment-cnn-siamese) -> from the Microsoft Ai for Good lab
24432457

24442458
#

0 commit comments

Comments
 (0)
Please sign in to comment.