Skip to content

Classical object detection for ships using HoG+SVM for classification and Sliding Window approach for object detection.

Notifications You must be signed in to change notification settings

lmzh123/ships_detection

Repository files navigation

Ship Detection from Satellite Imagery

This is a ship detection pipeline for the Ships in Satellite Imagery Dataset from Kaggle. It uses Sliding Windows + Non maximal supression for the object detection with a HoG + SVM approach for classification.

Scripts

Classifier

A HoG + SVM classifier is trained using the information contained in the dataset compressed file and stored in pickle format.

python ship_clf.py

Sliding Window Object Detection

The ship detector slides a window across an image pyramid and classifies each window as ship or not ship returning a set of bounding boxes that are filtered afterwards using a non maximal supression scheme.

python ship_detector.py

About

Classical object detection for ships using HoG+SVM for classification and Sliding Window approach for object detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published