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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,7 @@ Several different techniques can be used to count the number of objects in an im
330
330
*[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
331
331
*[Object-Detection-YoloV3-RetinaNet-FasterRCNN](https://github.com/bostankhan6/Object-Detection-YoloV3-RetinaNet-FasterRCNN) -> trained on a private datset
332
332
*[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
333
334
334
335
#### Object detection enhanced by super resolution
335
336
*[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
359
360
*[OHDet_Tensorflow](https://github.com/SJTU-Thinklab-Det/OHDet_Tensorflow) -> can be applied to rotation detection and object heading detection
360
361
*[Seodore](https://github.com/nijkah/Seodore) -> framework maintaining recent updates of mmdetection
361
362
*[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
362
364
363
365
#### Object detection - buildings, rooftops & solar panels
364
366
*[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
476
478
*[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
477
479
*[CloudX-Net](https://github.com/sumitkanu/CloudX-Net) -> an efficient and robust architecture used for detection of clouds from satellite images
478
480
*[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
479
482
480
483
## Change detection & time-series
481
484
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
1070
1073
*https://downloads.greyc.fr/vedai/
1071
1074
*[pytorch-vedai](https://github.com/MichelHalmes/pytorch-vedai) -> object detection on the VEDAI dataset: Vehicle Detection in Aerial Imagery
1072
1075
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
+
1073
1080
## AIRS (Aerial Imagery for Roof Segmentation)
1074
1081
*https://www.airs-dataset.com
1075
1082
* 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
1090
1097
* Imagery appears to be global but with significant fraction from North America
1091
1098
* 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.
1092
1099
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
+
1093
1104
## GID15 large scale semantic segmentation dataset
0 commit comments