You are on page 1of 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