toshi-k / kaggle-airbus-ship-detection-challenge

Oriented SSD for "Kaggle Airbus Ship Detection Challenge"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaggle Airbus Ship Detection Challenge

I implemented Oriented SSD for the kaggle competition "Airbus Ship Detection Challenge".

diagram

Example

example

References

  • Learning a Rotation Invariant Detector with Rotatable Bounding Box arXiv
  • Multiscale Rotated Bounding Box-Based Deep Learning Method for Detecting Ship Targets in Remote Sensing Images mdpi.com

Acknowledgement

Some scripts for encoding/decoding RLE are forked from Paulo's kaggle-kernel (Apache License 2.0).

  • source/01_make_coordinates/make_coordinates.py
  • source/02_oriented_ssd/lib/rle.py

About

Oriented SSD for "Kaggle Airbus Ship Detection Challenge"

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%