Skip to content

Commit 22ed12b

Browse files
committed
Update README.md
1 parent 4eb2080 commit 22ed12b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ Several different techniques can be used to count the number of objects in an im
330330
* [Detecting-Cyclone-Centers-Custom-YOLOv3](https://github.com/ShubhayanS/Detecting-Cyclone-Centers-Custom-YOLOv3) -> tropical cyclones (TCs) are intense warm-corded cyclonic vortices, developed from low-pressure systems over the tropical oceans and driven by complex air-sea interaction
331331
* [Object-Detection-YoloV3-RetinaNet-FasterRCNN](https://github.com/bostankhan6/Object-Detection-YoloV3-RetinaNet-FasterRCNN) -> trained on a private datset
332332
* [Google-earth-Object-Recognition](https://github.com/InnovAIco/Google-earth-Object-Recognition) -> Code for training and evaluating on Dior Dataset (Google Earth Images) using RetinaNet and YOLOV5
333+
* [AI-TOD](https://github.com/jwwangchn/AI-TOD) -> a dataset for tiny object detection in aerial images. The mean size of objects in AI-TOD is about 12.8 pixels, which is much smaller than other datasets
333334

334335
#### Object detection enhanced by super resolution
335336
* [Super-Resolution and Object Detection](https://medium.com/the-downlinq/super-resolution-and-object-detection-a-love-story-part-4-8ad971eef81e) -> Super-resolution is a relatively inexpensive enhancement that can improve object detection performance
@@ -359,6 +360,7 @@ Several different techniques can be used to count the number of objects in an im
359360
* [OHDet_Tensorflow](https://github.com/SJTU-Thinklab-Det/OHDet_Tensorflow) -> can be applied to rotation detection and object heading detection
360361
* [Seodore](https://github.com/nijkah/Seodore) -> framework maintaining recent updates of mmdetection
361362
* [Rotation-RetinaNet-PyTorch](https://github.com/HsLOL/Rotation-RetinaNet-PyTorch) -> oriented detector Rotation-RetinaNet implementation on Optical and SAR ship dataset
363+
* [AIDet](https://github.com/jwwangchn/aidet) -> an open source object detection in aerial image toolbox based on MMDetection
362364

363365
#### Object detection - buildings, rooftops & solar panels
364366
* [Machine Learning For Rooftop Detection and Solar Panel Installment](https://omdena.com/blog/machine-learning-rooftops/) discusses tiling large images and generating annotations from OSM data. Features of the roofs were calculated using a combination of contour detection and classification. [Follow up article using semantic segmentation](https://omdena.com/blog/rooftops-classification/)
@@ -476,6 +478,7 @@ Generally treated as a semantic segmentation problem or custom features created
476478
* [fcd](https://github.com/jnyborg/fcd) -> code for 2021 paper: Fixed-Point GAN for Cloud Detection. A weakly-supervised approach, training with only image-level labels
477479
* [CloudX-Net](https://github.com/sumitkanu/CloudX-Net) -> an efficient and robust architecture used for detection of clouds from satellite images
478480
* [A simple cloud-detection walk-through using Convolutional Neural Network (CNN and U-Net) and fast.ai library](https://medium.com/analytics-vidhya/a-simple-cloud-detection-walk-through-using-convolutional-neural-network-cnn-and-u-net-and-bc745dda4b04)
481+
* [38Cloud-Medium](https://github.com/cordmaur/38Cloud-Medium) -> Walk-through using u-net to detect clouds in satellite images with fast.ai
479482

480483
## Change detection & time-series
481484
Monitor water levels, coast lines, size of urban areas, wildfire damage, crop changes. Note, clouds change often too..!
@@ -1070,6 +1073,10 @@ This section contains a short list of datasets relevant to deep learning, partic
10701073
* https://downloads.greyc.fr/vedai/
10711074
* [pytorch-vedai](https://github.com/MichelHalmes/pytorch-vedai) -> object detection on the VEDAI dataset: Vehicle Detection in Aerial Imagery
10721075

1076+
## AI-TOD - tiny object detection
1077+
* https://github.com/jwwangchn/AI-TOD
1078+
* The mean size of objects in AI-TOD is about 12.8 pixels, which is much smaller than other datasets
1079+
10731080
## AIRS (Aerial Imagery for Roof Segmentation)
10741081
* https://www.airs-dataset.com
10751082
* Public dataset for roof segmentation from very-high-resolution aerial imagery (7.5cm)
@@ -1090,6 +1097,10 @@ This section contains a short list of datasets relevant to deep learning, partic
10901097
* Imagery appears to be global but with significant fraction from North America
10911098
* Winning solution published by neptune.ai [here](https://github.com/neptune-ai/open-solution-mapping-challenge), achieved precision 0.943 and recall 0.954 using Unet with Resnet.
10921099

1100+
## BONAI - building footprint dataset
1101+
* https://github.com/jwwangchn/BONAI
1102+
* BONAI (Buildings in Off-Nadir Aerial Images) is a dataset for building footprint extraction (BFE) in off-nadir aerial images
1103+
10931104
## GID15 large scale semantic segmentation dataset
10941105
* https://captain-whu.github.io/GID15/
10951106

0 commit comments

Comments
 (0)