Skip to content

XintongHao/Machine-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Project

Airbus Ship Detection Challenge

In this project, we are going to locate ships in images, and show segment mask around the ships we locate. Many images do not contain ships, and those that do may contain multiple ships. Ships within and across images may differ in size (sometimes significantly) and be located in open sea, at docks, marinas, etc.

Project Diagram

Combined Image

Procedure description:

  1. Read data from csv file and image dataset and do undersampling on empty images.
  2. Split dataset into 70% training set, 15% validation set and 15% test set.
  3. Generate image pixel array on all sets and generate augment on training set to get the feature X.
  4. Train the model using feature X and target y from training set.
  5. Check validation loss using validation set. If the loss (IoU metric) is higher than -0.2, keep training using next 48 images. Else, save the model and make predictions on test set.

Unet model v1

  1. Loss history

Loss history

  1. Prediction Comparison

Prediction Comparison

About

Airbus Ship Detection Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages