Skip to content
Annie edited this page Aug 17, 2018 · 41 revisions

Disclaimer

This repository is modified from the code for the the DIUx xView Detection Challenge. The paper is available here.

This repository is created for Automatic Damage Annotation on Post-Hurricane Satellite Imagery, one of three projects from the 2018 Data Science for Social Good summer fellowship at the University of Washington eScience Institute.

Introduction

Two object detection algorithms, Single Shot Multibox Detector and Faster R-CNN were applied to satellite imagery for hurricane Harvey provided by DigitalGlobe Open Data Program and crowd-sourced damaged buildings labels provided by Tomnod. Our team built dataset for damaged building object detection by placing bounding boxes for damaged buildings whose locations are labelled by Tomnod. For more information about dataset creation, please visit our website.

We usedtensorflow object detection API to run SSD and Faster R-CNN. We used a baseline model provided by xView Challenge.

Reference:

Clone this wiki locally