Skip to content

Akshatha-Mohan/Object_Detection-MobileNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-detection

Deployed the MobileNet-SSD v2 algorithm, trained on the COCO dataset, to detect objects in a live video feed. The general idea of object detection using SSD-MobileNet implemented using OpenCV is to use a pre-trained deep learning model to identify objects in an image, and then draw bounding boxes around those objects to highlight their location.

SSD-MobileNet is a popular deep learning architecture for object detection that uses a combination of convolutional neural networks and single shot detection (SSD) to efficiently detect objects in real time. It is a fast and accurate model that can detect multiple objects of different sizes and shapes in an image.

Single Shot Detector (SSD)

SSD has two components: a backbone model and SSD head. Backbone model usually is a pretrained image classification network as a feature extractor. This is typically a network like ResNet trained on ImageNet from which the final fully connected classification layer has been removed.

OpenCV

OpenCV is a powerful open-source computer vision library that provides a wide range of functions for image and video processing, including object detection. OpenCV provides a simple and easy-to-use interface to load pre-trained deep learning models, preprocess images, perform inference, and visualize the results.

Results obtained

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages