Skip to content

MattiaFanan/BoatDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boat Detection System

This project implements a boat detection system developed as part of a Computer Vision course. According to the assignment description, the system was required to be built without using end-to-end state-of-the-art detectors such as YOLO.

Overview

The system follows a two-stage detection pipeline:

  • Region Proposal Utilizes OpenCV’s Structured Edge Detection and EdgeBoxes to efficiently generate candidate regions of interest.

  • Classification A Convolutional Neural Network (CNN) processes the proposed regions to classify whether they contain a boat.

Key Features

Two-stage design: Region proposal + CNN classification

Non-Maximum Suppression (NMS) for duplicate removal

IoU-based evaluation metrics for quantitative performance assessment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published