Skip to content

kbrodt/spacenet-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SpaceNet 6

Approach to SpaceNet 6 challenge on instance segmentation. The pipeline follows Open Cities AI Challenge: Segmenting Buildings for Disaster Resilience.

15nd place out of 94 on public with 38.70937 jaccard index (top 1 -- 46.5162). Organizers decided to check on private test only top 10 participants on public. Here is an announcing the winners.

Prerequisites

Usage

The submission format satisfies the requirements as is in the submission template.

Approach

Summary

  • Unet-like architecture with heavy encoder efficientnet-b7
  • Train on 512x512 crops with 4-channel SAR input
  • 5 random folds (both train and test sets share the same Rotterdam city)
  • Multi-channel masks: borders and contacts
  • Binary-cross-entropy loss
  • Predictions are made as mask * (1 - contact) > 0.45. It boosted score by 2 points over simple mask > 0.5

About

Spacenet 6: Multi-Sensor All Weather Mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published