Ship detection and localisation from satellite images.
Blog posts:
Ship detection - Part 1: Ship detection, i.e. binary prediction of whether there is at least 1 ship, or not. Part 1 is a simple solution showing great results in a few lines of code
Ship detection - Part 2: ship detection with transfer learning and decision interpretability through GAP/GMP's implicit localisation properties
simple EDA on data used in this repo and blog post:
200k+ images of size 768 x 768 x 3
78% of images have no vessel
some images have up to 15 vessels
Ships within and across images differ in size, and are located in open sea, at docks, marinas, etc.
modelling broken down into two steps, with subfolders in the repo
ship detection: binary prediction of whether there is at least 1 ship, or not
ship localisation / image segmentation: identify where ship are within the image, and classify each pixel as having a ship or no ship (alternative could be to have a bounding box, with a different kind of model)
请发表评论