0% found this document useful (0 votes)
33 views6 pages

Object Detection Using Python-Guru

This document summarizes an object detection system built in Python. It uses the MobileNet SSD deep learning architecture trained on the COCO dataset. The system can process live camera feeds, images, or videos. It draws bounding boxes around detected objects and labels them with class and confidence score. This flexible design allows the script to perform object detection across different media types for applications like surveillance, image analysis, and video processing. The primary goal of object detection is to automatically identify and locate objects to enable tasks such as tracking, counting, monitoring activities, and analyzing environments.

Uploaded by

gurukeshav47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views6 pages

Object Detection Using Python-Guru

This document summarizes an object detection system built in Python. It uses the MobileNet SSD deep learning architecture trained on the COCO dataset. The system can process live camera feeds, images, or videos. It draws bounding boxes around detected objects and labels them with class and confidence score. This flexible design allows the script to perform object detection across different media types for applications like surveillance, image analysis, and video processing. The primary goal of object detection is to automatically identify and locate objects to enable tasks such as tracking, counting, monitoring activities, and analyzing environments.

Uploaded by

gurukeshav47
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

OBJECT DETECTION USING

PYTHON

By, Under the Guidance


GURUKESHAV.S of,
Dr.K.LAKSHMIPRIYA, M.Phill.,
M.Sc( Computer Science ) PhD.,
2232K0485 Head & Asst.Professor,
Department of Computer Science,
Kamalam College of Arts & Science.
ABSTARCT:
 This Python script presents an object detection system utilizing the Mobile Net SSD
architecture trained on the COCO dataset.

 Upon execution, the program prompts the user to choose between live camera input,
processing an image file, or analyzing a video file.

 Leveraging OpenCV and a pre-trained deep learning model, the system identifies
and highlights objects in the input stream, drawing bounding boxes around detected
objects and annotating them with corresponding class labels and confidence scores.

 Offering flexibility in input sources, this script enables users to perform object
detection tasks seamlessly across various media formats, contributing to applications
in surveillance, image analysis, and real-time video processing.

 The primary purpose of object detection lies in automatically identifying and


locating objects within images or video streams, facilitating tasks such as tracking
objects, counting objects, monitoring activities, guiding navigation, and analyzing
environments, thereby enhancing efficiency, safety, and functionality across diverse
domains.
Module:

Input
Handling
Module
Hardware
specification:

Processor: AMD Pro Hard Disk: 500 GB

RAM: 4 GB
Software
specification:

Front End : Python IDE: Visual Studio Code


Thank You!..

You might also like