Skip to content

Paromita23/Object-Detection-using-Deep-Learning

Repository files navigation

Object-Detection-using-Deep-Learning

M.Tech Final Year Project done by --Paromita Saha

I have done this project in PyCharm Professional Edition. I used OpenCV and Numpy to configure the Object Detection Project. Numpy Opencv

Full Stucture of the above project "OBJECT DETECTION".

Deep Neural Network

The Network Layer that I used is MOBILENETV3. MobileNet_v3 architechture

The MS-COCO dataset consists 91 classes in total, but only use 82 classes. MS- COCO DATASET

The dataset has been trained using SINGLE SHOT DETECTOR (SSD) for localisation of images, before passing through the mobilenet network layers. SSd using mobileNet_v3

To know more about SSD refer this https://towardsdatascience.com/ssd-single-shot-detector-for-object-detection-using-multibox-1818603644ca?gi=8a3bb0e61a08

This above project uses NMS, to understand the topic refer to these images. To know about NMS refer https://www.analyticsvidhya.com/blog/2020/08/selecting-the-right-bounding-box-using-non-max-suppression-with-implementation/ IOU NMS

Example of NON_MAXIMUM SUPPRESSION:- NMS example

The full SSD-MobileNetV3 model is SSd using mobileNet_v3

Other Object Detectors using Deep Learning for localization of dataset images are object detectors

Very easy project for a beginner If you are a new learner in Python, you must try this project.

Thank you all.

NOTE: ALL THE IMAGES HERE ABOVE ARE HAND DRAWN IN MS-WORD. THERE IS NO OTHER COPYRIGHTED IMAGES EXCLUDING THE NUMPY & OPENCV LOGOS.

About

M.Tech Final Year Project on Deep Learning using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages