Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 889 Bytes

File metadata and controls

13 lines (9 loc) · 889 Bytes

Real-Time-Object-Detection-in-python

Implementing a computer vision technique for locating instances of objects in images or videos using deep Learning.

What is MobilenetSSD?

MobileNet-SDD is Convolutional neural networks are used to develop a model that consists of multiple layers for classifying given objects into one of the defined classes. These objects are detected using higher resolution feature maps made possible by recent advances in deep learning with image processing.

File Structure

File Structure must be like this order :

File structure