Skip to content

Vishalkagade/Single-Shot-Detector-SSD--from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single-Shot Detector (SSD) from Scratch

This repository contains an implementation of the Single-Shot Detector (SSD) model from scratch for object detection. The SSD model is a popular deep learning architecture used for efficiently detecting objects in images with a single forward pass.

Introduction

The SSD model performs object detection by discretizing the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location. The model predicts both the presence of object classes in those boxes and the shape offsets relative to the default boxes to better match the object shapes.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages