项目作者: zinsmatt

项目描述 :
Circular Shapes Detection in Satellite Imagery
高级语言: Python
项目地址: git://github.com/zinsmatt/Circle_Finder.git
创建时间: 2020-10-09T16:16:45Z
项目社区:https://github.com/zinsmatt/Circle_Finder

开源协议:

下载


Circle Finder Challenge (2nd place)

alt text

This repository contains my solution to the Circle Finder Challenge (a TopCoder Marathon Match).
The goal of this challenge was to detect circular shape features in satellite imagery. These features come in a variety of sizes (from 3m to 300m) and compositions (from vegetation to steel). Examples include agriculture, circular irrigation areas, fuel storage tanks, buildings, traffic circles and fountains.

Panchromatic (PAN) and Multi-spectral (MSI) images were provided as input. My solution first uses pansharpening to fuse the information from both types of images. Then, Faster R-CNN or Mask R-CNN is trained with these images to detect circular shapes.

The final accuracy is 92% on a their secret evaluation dataset.

National Geospatial-Intelligence Agency (NGA) announcement

alt text
alt text

  • code contains the devlopment code.
  • docker contains the final version of the code (dockerized).
  • submission/solution contains the final prediction files.
  • old_data contains old files.