motokimura / SpaceNet_SAR_Buildings_Solutions

The winning solutions for the SpaceNet 6 Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceNet LLC

SpaceNet 6: Multi-Sensor All Weather Mapping

Competitor Solutions


Summary

The five subdirectories in this repository comprise the code for the winning solutions of SpaceNet 6: Multi-Sensor All Weather Mapping Challenge hosted by TopCoder. Each subdirectory contains the competitors' written descriptions of their solution to the challenge. See the blog post on CosmiQ Works' blog The DownlinQ for an additional summary.

Competitors’ scores in the SpaceNet 6: Multi-Sensor All Weather Mapping Challenge compared to the baseline model. The overall score represents the SpaceNet Metric (x 100) for the entire scoring set. We also report model precision (ratio of false predictions) and recall (ratio of missed ground truth polygons):

alt text

The model architectures, ensemble and pre-training schemes, as well as training and inference time for each of the winning solutions. Note that the total contribution to the total NN’s ensembled is listed in parentheses in the Architectures column. Total training and inference times are calculated based upon an AWS p3.8xlarge instance with 4 NVIDIA Tesla V100 GPUs:

alt text

Model Weights

All SpaceNet6 model weights can be downloaded from our s3 bucket:

aws s3 ls s3://spacenet-dataset/spacenet-model-weights/spacenet-6/
                           PRE 1-zbigniewwojna/
                           PRE 2-MaksimovKA/
                           PRE 3-SatShipAI/
                           PRE 4-motokimura/
                           PRE 5-selim_sef/
                           PRE baseline/

Questions about SpaceNet? Check out our website at https://spacenet.ai.

About

The winning solutions for the SpaceNet 6 Challenge

License:Apache License 2.0


Languages

Language:Jupyter Notebook 93.1%Language:Python 6.6%Language:Shell 0.3%Language:Dockerfile 0.1%