Skip to content

Sarach-git/Ship-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection using R-CNN

The main objective is to detect the ships in satellite images. Dataset is made up of 4000 80x80 RGB photos labeled with "ship" or "no-ship" classifications and saved as a 19200-item list. These images were extracted from ‘Planet satellite imagery collected over the San Francisco Bay and San Pedro Bay areas of California’.

Dataset : Ships in Satellite Imagery

Summary of the Model

image

Multi-step approach in R-CNN:

  • Generate region proposals: selective search
  • classify the content of the region proposals within a refined bounding box.

Implementation of RCNN

Main steps process to implementing an R-CNN object detector:

  1. Build an object detection dataset using Selective Search : data_preprocessing
  2. Apply rcnn algorithm :
  • Basic RCNN based on region proposal
  • RCNN using bounding box

Basic RCNN implementation in detail:

image

About

object detection using R-CNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published