SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 114
DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT
DETECTION
Archana A, Abarna S, G Bhuvanesh, Sri Ram R, Dr. A Kannammal
Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India
Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India
Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India
Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India
Assistant Professor, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore,
India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The system mainly concentrates on the human
detection using YOLO CV2 algorithm and sectoring the area
into four parts. The hardware requirements used is Raspberry
Pi4 and webcam. The software requirements include YOLO
CV2 and VNC viewer to display the area detected by the
camera. The sectored area in the software is merged with the
area that has been chosen in real time in which camera
identifies a human detection in a particular sector and the
specified sector is alone turned on instead of using the
electrical energy in the whole unused space. The project's
primary goal is to minimize energy usage dynamically.
Additionally, the project incorporated intrusion detection,
automatic on & off of the system at specified timing, and to
alert when unwanted movement is detected.
Key Words: Machine Learning, Energy Management, Object
Detection, Electrical Control, Intruder Detection
1.INTRODUCTION
The project's objective is to minimize energy consumption
by managing electrical devices throughhumandetection ina
designated area. The observation area is divided into four
sectors, and each sector's electrical devices are managed
separately based on humanpresenceinthatsector.Todetect
and identify human presence, Machine Learning algorithms
are employed. The Raspberry Pi servesasthecentral unitfor
the project, and a workingprototypehasbeendevelopedina
real-time environment. Overall, the project's innovative use
of YOLO CV2 algorithm provides an efficient and cost-
effective solution for energy management and security.
1.1 OBJECT DETECTION
Object detection plays a crucial role in video processing,
allowing computers to automatically identify and track
objects in real-time. Videoobjectdetectionisusedinavariety
of applications, including security and surveillance, traffic
monitoring, and autonomous vehicles. To perform object
detection in video processing, algorithms typically analyze
frames of video by identifying objects and tracking their
movements over time. However, this process can be
challenging due to factors such as changes in lighting,
occlusion, and object deformation. To overcome these
challenges, our project developed various techniques,
including deep learning-based methods, to improve the
accuracy and speed of object detection in videos.
Additionally, advancements in computerhardwareandGPU-
accelerated computing have enabled real-time video object
detection and tracking, making it an essential tool for a wide
range of applications.
1.2 IMAGE SEGMENTATION
Image sectoring, also known asimagesegmentation,isthe
process of dividing an image into multiple segments or
regions based on certain criteria, such as colour, texture, or
shape. This technique is widely used in computer vision and
image processing applications, including object detection,
image recognition, and scene analysis. In the context of
reducing electricity consumption, image sectoring can be
used to identify the presence of humans in a particular area
or sector, such as a classroom or office space. Image
sectoring can be performed using various algorithms and
techniques, such as thresholding, clustering, and edge
detection. These algorithms can be tailored to specific
applications and environments, allowing for accurate and
reliable detection of human presence in different spaces.
Additionally, advancements in computer vision and deep
learning technologies have enabled more advanced image
sectoring algorithms that can analyse images in real-time
and detect more complex patterns and objects.
Object detection and sectoring images are two critical
tasks that rely heavily on object detectiontechnology.Object
detection enables computers to recognize and locateobjects
in images or videos, while sectoringimagesinvolvesdividing
an image into smaller segments or regions. By combining
these techniques, we effectively identify and analyse the
contents of an image or video.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 115
1.3 YOLO CV2 ALGORITHM
The YOLO CV2 (You Only Look Once, OpenCV 2) algorithm is
a popular object detection algorithm that can be used for
human detection in video. This algorithm uses a deepneural
network to analyze video frames and detect objects,
including humans, in real-time. YOLO CV2 is particularly
effective for human detection because it can accurately
identify individuals even in crowded scenes or low-light
environments. This algorithm can also detect people in
different poses and orientations, making it a versatile tool
for human detection. Additionally, YOLO CV2 can be trained
on custom datasets, allowing it to be tailored to specific use
cases or environments. Overall, the YOLO CV2 algorithm has
proven to be an effective tool for human detection in a wide
range of applications, including security and surveillance,
traffic monitoring, and sports analysis.
1.4 RASPBERRY PI 4
Dividing a room into four sectors using image sectoring
algorithms can be an effective waytodetecthumanpresence
and control lighting and fans inthatarea toreduceelectricity
consumption. Toimplement thisapproachusinga Raspberry
Pi 4, several hardware components and software tools are
used.
The Raspberry Pi 4 is a small, single-board computer that
can be used for a variety of applications, including image
processing and machine learning. Todetecthumanpresence
in each sector of the room, a camera module can be attached
to the Raspberry Pi 4 and used to capture images of the
room. The images can then be processed using image
sectoring algorithms to identify the presence of humans in
each sector.
To control the lighting and fans in eachsector,theRaspberry
Pi 4 can be connected to a relay module or a set of smart
switches. The relay module can be usedtoturnthelightsand
fans on or off based on the human presence detected in each
sector.
To implement this system, programming languages such as
Python can be used to develop the software that runs on the
Raspberry Pi 4. Libraries such as OpenCV can be used to
perform image processing tasks, while the GPIO (General
Purpose Input/Output) pins on the Raspberry Pi 4 can be
used to control the relay module or smart switches.
Fig -1: Raspberry Pi4 Pin Layout
2. PROPOSED METHODOLOGY
Fig-2: Methodology Flowchat
Figure-2 outlines the process flow of the methodology
proposed. The detection of humans is implemented using
YOLO CV2 algorithm. This is followed by Hardware
implementation where sectorized control is done over
electrical appliances.
2.1 YOLO CV2 ALGORITHM
Fig-3: YOLO CV2 Algorithmic Architecture
YOLO stands for “You Only Look Once”. It is an algorithm
which can detect several objects in a photo and recognize it
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 116
instantly. Each object type is a separate class in YOLO
algorithm and detection is done as a regression problem.
YOLO uses convolutional neural networks (CNN)toperform
real-time object detection. The advantage of the algorithmis
that it only needs one single forward propagation through
the CNN to identify the object. Hence, a single algorithm run
is sufficient to identify and predict objects in a whole image.
The YOLO CNN can predict various class probabilities
simultaneously along with the bounding boxes.
Figure-3 shows the architecture of the YOLO algorithm. The
initial 20 layers are pre-trained using ImageNet. Since the
convolutional and connected layers of a pretrained model is
used, it improves performance. The final layers of YOLO are
the fully connected layers whichpredicttheclassprobability
and the coordinates of bounding boxes.
For this application, the COCO (Common Object in Context)
data set is used to train the YOLO algorithm. The COCO
dataset consists of various objects encountered in daily life.
Out of all those objects, the coco name “people” is compared
with the recognized objects and if found a match, then it
proceeds with the energy management flow.
2.2 SECTORING
A novel factor introduced in the proposed energy
management system is sectoring. Sectoring refers to the
division of an area into a fixed number of sectors. For the
ease of implementation and testing, the number of sectorsis
fixed as four in the project.
Instead of controlling only individual devices at a time or an
entire premises or area, sectoring allows controlling the
electricity supply in smaller areas. This allows the energy
saving to be more than the existing solutions. When the
algorithm detects the presence of a human, the co-ordinates
of the sector in which they are present is obtained. This
allows only the fan and lights in that sector to be turned on
while others remain switched off. Also, if multiple sectors
can be on at the same time.
2.3 HARDWARE METHODOLOGY
Fig-4: Flowchart of Proposed Hardware Implementation
In the implemented system, the Raspberry Pi and NodeMCU
modules are both utilized as shown in Figure-4. Real-time
object detection and identification are performed using the
Raspberry Pi, with the assistance of a Pi-Cam.TheRaspberry
Pi also serves as the controlling module, which utilizes the
processed data outputs to control the electrical devices. To
connect the Raspberry Pi withtheNodeMCU,a sharedserver
is utilized. The NodeMCU is responsible for decentralizing
the Raspberry Pi module and controlling the switch for the
electrical devices. The approach used in thissysteminvolves
first detecting objects through the camera feed provided by
the Pi-Cam. Then, identification of the objects is carried out
using algorithms programmedintotheRaspberryPimodule.
When an object is detected or not detected for a specific
duration of time, a corresponding output is activated. This
output is then wirelessly transmitted to the NodeMCU
module, which is linked to the control switch for regulating
the power supply to the electrical devices.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 117
3. IMPLEMENTATION
3.1 INITIALIZING THE NECESSARY MODULES
In order to implement a Python program that captures and
processes videos, controls the GPIO ports of a Raspberry Pi,
and connects to an MQTT broker, it is necessary to import
several modules. The first module required is CV2, which is
used to capture and perform videos.TheTimemoduleisalso
essential, as it helps to represent time in the code.
Additionally, the RPi.GPIO module is needed to allow the
Python code to control the GPIO ports of a Raspberry Pi.
Finally, the Paho.mqtt module provides a client class to
connect with an MQTT broker, which is necessary for
communicating with other devices or systems. Once these
modules are imported, the Python program can begin
implementing its functionality.
3.2 SECTORING
To accurately determine the location of a person or
individual in a room, the image must be split into four
coordinates or sectors, with each sector being 320x320 in
size. This allows for precise calculations of the individual's
position within the room.
Fig -5: Sectoring Image Feed
Fig -6: Co-Ordinates of individual sectors
As shown in Figure 6, the image displays the coordinates of
each sector, enabling the system to identify the exact
location of the person based onthecoordinates.Thismethod
is effective in various applications, such as security systems
or indoor navigation
In order to identify and locate an individual within a room,
the YOLO algorithm is utilized, and a green bounding box is
introduced around the identified person. This boxallowsfor
easy capture and scaling of the person or object, simplifying
the process of marking and locatingtheindividual within the
room.
As shown in Figure-5, when a predefined object (inthiscase,
an individual) is identified in the viewed area, the bounding
boxes are initialized to surround the object. The position of
the anchors within the box determines the location of the
individual with respect to the sector. If the box is in the first
sector, for example, the system can determine that the
person is located within the first sector of the room. This
system is effective in various applications, such as security
monitoring or tracking individuals within a facility.
3.3 CONTROLLING LIGHTS
Upon detecting a person within a particular sector of the
room, the devices (such as lights and fans) configured with
that sector are activated. There are different cases that may
occur when a person is detected. In the first case, if a person
is detected in only one sector, the devices corresponding to
that sector are turned on.
3.3.1 CASE-1-DETECTION IN ONE SECTOR
Fig-7: Person in one sector
3.3.2 CASE-2-DETECTION IN MULTIPLE SECTOR
If people are detected in one or more sectors, the sectors
where the bounding boxes are present will have the
corresponding devices turned on. This system ensures that
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 118
energy is not wasted on powering devices in unoccupied
sectors, making it more efficient and cost-effective.
Additionally, it allows for greater customization and control
over the devices within the room.
Fig-8: Multiple people identified in multiple sectors
3.4 WIRELESS DATA TRANSFER
To control the devices in the system,theinputGPIO(General
Purpose Input/Output) pins are initially set to low. When
data is passed to these pins, the values are set to high, which
triggers the corresponding devices to turn on. Similarly, if
there is no detection of humans in the room, the pin values
are set to low, which causes the devices to turn off
automatically. This mechanismallowsthesystemtorespond
dynamically to changes in the environment,turningonor off
devices as needed based on the presence or absence of
people in the room
Fig-9: The setup of the final model using Node MCU
The setup consists of a central controlling element, which is
a Raspberry Pi. It is connected to a Pi-Camthatcapturesreal-
time videos. Additionally, a NODE MCU is used to control the
light bulbs by receiving commands from the Raspberry Pi.
This setup allows for the decentralization of the Raspberry
Pi and the electrical device controllingmodule.Arelayisalso
included in the setup, which acts as a connecting node
between the controlling modules and the electrical
appliances. Its function is to control the circuit.
3.5 RESULT & ANALYSIS
The YOLO Cv2 Deep Learning Algorithm was adapted and
utilized for detecting and recognizing human presence in a
live video feed. The system was designed to cover the entire
field of view by segmenting the video feed into four equal-
sized sectors. The algorithmidentifiedthepositionofobjects
in each sector, and based on the duration of their presence,
the electrical appliances in the corresponding sector were
controlled.
After several rounds of testing and training, the detection
efficiency of the algorithm was significantly enhanced, and
the system was implemented in real-time. The Node MCU
served as a secondary control unit to manage the light bulbs
on the commands received from the raspberry pi.
Fig-10: Person is identified in the sector and data is
transferred to the NodeMCU
In a practical application, four 50W (3000lumen)light bulbs
were turned on for six hours. According to the theoretical
calculation, each light bulb would consume 180 Joules of
energy per hour, accumulatingtoa total energyconsumption
of 4320 Joules. However, in the real-time scenario, the
system controlled the bulbs in such a way that each sector
had an individual bulb, and the time period for which each
bulb was powered was measured. As a result, the combined
energy consumption was reduced to 2700 Joules. This
indicates that the system is capable of reducing energy
consumption in real-world scenarios.
4. CONCLUSIONS
The primary goal of the project is to enhance energy
efficiency by reducing energy consumption. A cost-effective
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 119
prototype has been developed that utilizesmachinelearning
algorithms to capture and process real-time video feed,
enabling it to operate effectivelyinreal-worldenvironments.
The machine learning algorithm has been trainedandtested
for object detection and identification to improve its
efficiency.
During a real-time inference, the system was able to reduce
energy consumption by controlling the lights according to
their needs. By powering the lights only when a human
presence was detected, energy consumptionwasreducedby
20%. The theoretical energy consumption for four 50-watt
light bulbs turned on for six hours was calculated to be4320
Joules, but the actual energy consumption was reduced to
approximately 2700 Joules, resulting in a 37.5% decrease in
energy usage. Additionally, the system can function as an
intrusion alert system by triggering an alarm when human
presence is detected at unwanted times
REFERENCES
[1] M. Thakur and S. Banu J., "Real Time Object Detection
in Surveillance Cameras with Distance Estimation
using Parallel Implementation," 2020 International
Conference on Emerging Trends in Information
Technology and Engineering, February 2020.
[2] Y. Yoon and D. Han, "Object Recognition and Distance
Extraction System Using Camera," 2021 International
Conference on Artificial Intelligence in Information and
Communication (ICAIIC), April 2021.
[3] L. Qin and Z. Liu, "Body Motion Detection Technology
in Video," 2021 3rd International Conference on
Robotics and Computer Vision (ICRCV), August 2021.
[4] L. Ma, F. Xu, T. Li and H. Zhang, "A Moving Object
Detection Method Based on 3D Convolution Neural
Network," 2020 7th International Conference on
Information Science and Control Engineering(ICISCE),
December 2020.
[5] Giao N. Pham, Suk-Hwan Lee, Ki-Ryong Kwon,
"Automatic LED Lighting System Using Moving Object
Detection by Single Camera", proceedings of the 7th
international conference on electronic devices,systems,
and applications (ICEDSA2020), December2020.
[6] Q. Zheng and R. Chellappa, "Motion detection in image
sequences acquired froma movingplatform," 2018IEEE
International Conference on Acoustics, Speech, and
Signal Processing, Minneapolis, MN, USA, 2018.

More Related Content

Similar to DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION

IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...
IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...
IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...IRJET Journal
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETIRJET Journal
 
A Smart Assistance for Visually Impaired
A Smart Assistance for Visually ImpairedA Smart Assistance for Visually Impaired
A Smart Assistance for Visually ImpairedIRJET Journal
 
IRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET Journal
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedIRJET Journal
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemIRJET Journal
 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindIRJET Journal
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET Journal
 
Object Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNObject Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNIRJET Journal
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind PeopleIRJET Journal
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemIRJET Journal
 
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...IRJET Journal
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for AnimationIRJET Journal
 
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET Journal
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection BotIRJET Journal
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...IRJET Journal
 
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET Journal
 
IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET Journal
 
Voice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionVoice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionIRJET Journal
 

Similar to DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION (20)

IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...
IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...
IRJET- A Real Time Yolo Human Detection in Flood Affected Areas based on Vide...
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
 
A Smart Assistance for Visually Impaired
A Smart Assistance for Visually ImpairedA Smart Assistance for Visually Impaired
A Smart Assistance for Visually Impaired
 
IRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert Management
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually Impaired
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for Blind
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
 
Object Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNNObject Detection and Localization for Visually Impaired People using CNN
Object Detection and Localization for Visually Impaired People using CNN
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance System
 
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...
Social Distance Detector Using Computer Vision, OpenCV and YOLO Deep Learning...
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
 
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
 
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
 
IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking System
 
Voice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object DetectionVoice Enable Blind Assistance System -Real time Object Detection
Voice Enable Blind Assistance System -Real time Object Detection
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 

DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 114 DYNAMIC ENERGY MANAGEMENT USING REAL TIME OBJECT DETECTION Archana A, Abarna S, G Bhuvanesh, Sri Ram R, Dr. A Kannammal Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India Student, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India Assistant Professor, Dept. of Electronics and Communication Engineering PSG College of Technology Coimbatore, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The system mainly concentrates on the human detection using YOLO CV2 algorithm and sectoring the area into four parts. The hardware requirements used is Raspberry Pi4 and webcam. The software requirements include YOLO CV2 and VNC viewer to display the area detected by the camera. The sectored area in the software is merged with the area that has been chosen in real time in which camera identifies a human detection in a particular sector and the specified sector is alone turned on instead of using the electrical energy in the whole unused space. The project's primary goal is to minimize energy usage dynamically. Additionally, the project incorporated intrusion detection, automatic on & off of the system at specified timing, and to alert when unwanted movement is detected. Key Words: Machine Learning, Energy Management, Object Detection, Electrical Control, Intruder Detection 1.INTRODUCTION The project's objective is to minimize energy consumption by managing electrical devices throughhumandetection ina designated area. The observation area is divided into four sectors, and each sector's electrical devices are managed separately based on humanpresenceinthatsector.Todetect and identify human presence, Machine Learning algorithms are employed. The Raspberry Pi servesasthecentral unitfor the project, and a workingprototypehasbeendevelopedina real-time environment. Overall, the project's innovative use of YOLO CV2 algorithm provides an efficient and cost- effective solution for energy management and security. 1.1 OBJECT DETECTION Object detection plays a crucial role in video processing, allowing computers to automatically identify and track objects in real-time. Videoobjectdetectionisusedinavariety of applications, including security and surveillance, traffic monitoring, and autonomous vehicles. To perform object detection in video processing, algorithms typically analyze frames of video by identifying objects and tracking their movements over time. However, this process can be challenging due to factors such as changes in lighting, occlusion, and object deformation. To overcome these challenges, our project developed various techniques, including deep learning-based methods, to improve the accuracy and speed of object detection in videos. Additionally, advancements in computerhardwareandGPU- accelerated computing have enabled real-time video object detection and tracking, making it an essential tool for a wide range of applications. 1.2 IMAGE SEGMENTATION Image sectoring, also known asimagesegmentation,isthe process of dividing an image into multiple segments or regions based on certain criteria, such as colour, texture, or shape. This technique is widely used in computer vision and image processing applications, including object detection, image recognition, and scene analysis. In the context of reducing electricity consumption, image sectoring can be used to identify the presence of humans in a particular area or sector, such as a classroom or office space. Image sectoring can be performed using various algorithms and techniques, such as thresholding, clustering, and edge detection. These algorithms can be tailored to specific applications and environments, allowing for accurate and reliable detection of human presence in different spaces. Additionally, advancements in computer vision and deep learning technologies have enabled more advanced image sectoring algorithms that can analyse images in real-time and detect more complex patterns and objects. Object detection and sectoring images are two critical tasks that rely heavily on object detectiontechnology.Object detection enables computers to recognize and locateobjects in images or videos, while sectoringimagesinvolvesdividing an image into smaller segments or regions. By combining these techniques, we effectively identify and analyse the contents of an image or video.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 115 1.3 YOLO CV2 ALGORITHM The YOLO CV2 (You Only Look Once, OpenCV 2) algorithm is a popular object detection algorithm that can be used for human detection in video. This algorithm uses a deepneural network to analyze video frames and detect objects, including humans, in real-time. YOLO CV2 is particularly effective for human detection because it can accurately identify individuals even in crowded scenes or low-light environments. This algorithm can also detect people in different poses and orientations, making it a versatile tool for human detection. Additionally, YOLO CV2 can be trained on custom datasets, allowing it to be tailored to specific use cases or environments. Overall, the YOLO CV2 algorithm has proven to be an effective tool for human detection in a wide range of applications, including security and surveillance, traffic monitoring, and sports analysis. 1.4 RASPBERRY PI 4 Dividing a room into four sectors using image sectoring algorithms can be an effective waytodetecthumanpresence and control lighting and fans inthatarea toreduceelectricity consumption. Toimplement thisapproachusinga Raspberry Pi 4, several hardware components and software tools are used. The Raspberry Pi 4 is a small, single-board computer that can be used for a variety of applications, including image processing and machine learning. Todetecthumanpresence in each sector of the room, a camera module can be attached to the Raspberry Pi 4 and used to capture images of the room. The images can then be processed using image sectoring algorithms to identify the presence of humans in each sector. To control the lighting and fans in eachsector,theRaspberry Pi 4 can be connected to a relay module or a set of smart switches. The relay module can be usedtoturnthelightsand fans on or off based on the human presence detected in each sector. To implement this system, programming languages such as Python can be used to develop the software that runs on the Raspberry Pi 4. Libraries such as OpenCV can be used to perform image processing tasks, while the GPIO (General Purpose Input/Output) pins on the Raspberry Pi 4 can be used to control the relay module or smart switches. Fig -1: Raspberry Pi4 Pin Layout 2. PROPOSED METHODOLOGY Fig-2: Methodology Flowchat Figure-2 outlines the process flow of the methodology proposed. The detection of humans is implemented using YOLO CV2 algorithm. This is followed by Hardware implementation where sectorized control is done over electrical appliances. 2.1 YOLO CV2 ALGORITHM Fig-3: YOLO CV2 Algorithmic Architecture YOLO stands for “You Only Look Once”. It is an algorithm which can detect several objects in a photo and recognize it
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 116 instantly. Each object type is a separate class in YOLO algorithm and detection is done as a regression problem. YOLO uses convolutional neural networks (CNN)toperform real-time object detection. The advantage of the algorithmis that it only needs one single forward propagation through the CNN to identify the object. Hence, a single algorithm run is sufficient to identify and predict objects in a whole image. The YOLO CNN can predict various class probabilities simultaneously along with the bounding boxes. Figure-3 shows the architecture of the YOLO algorithm. The initial 20 layers are pre-trained using ImageNet. Since the convolutional and connected layers of a pretrained model is used, it improves performance. The final layers of YOLO are the fully connected layers whichpredicttheclassprobability and the coordinates of bounding boxes. For this application, the COCO (Common Object in Context) data set is used to train the YOLO algorithm. The COCO dataset consists of various objects encountered in daily life. Out of all those objects, the coco name “people” is compared with the recognized objects and if found a match, then it proceeds with the energy management flow. 2.2 SECTORING A novel factor introduced in the proposed energy management system is sectoring. Sectoring refers to the division of an area into a fixed number of sectors. For the ease of implementation and testing, the number of sectorsis fixed as four in the project. Instead of controlling only individual devices at a time or an entire premises or area, sectoring allows controlling the electricity supply in smaller areas. This allows the energy saving to be more than the existing solutions. When the algorithm detects the presence of a human, the co-ordinates of the sector in which they are present is obtained. This allows only the fan and lights in that sector to be turned on while others remain switched off. Also, if multiple sectors can be on at the same time. 2.3 HARDWARE METHODOLOGY Fig-4: Flowchart of Proposed Hardware Implementation In the implemented system, the Raspberry Pi and NodeMCU modules are both utilized as shown in Figure-4. Real-time object detection and identification are performed using the Raspberry Pi, with the assistance of a Pi-Cam.TheRaspberry Pi also serves as the controlling module, which utilizes the processed data outputs to control the electrical devices. To connect the Raspberry Pi withtheNodeMCU,a sharedserver is utilized. The NodeMCU is responsible for decentralizing the Raspberry Pi module and controlling the switch for the electrical devices. The approach used in thissysteminvolves first detecting objects through the camera feed provided by the Pi-Cam. Then, identification of the objects is carried out using algorithms programmedintotheRaspberryPimodule. When an object is detected or not detected for a specific duration of time, a corresponding output is activated. This output is then wirelessly transmitted to the NodeMCU module, which is linked to the control switch for regulating the power supply to the electrical devices.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 117 3. IMPLEMENTATION 3.1 INITIALIZING THE NECESSARY MODULES In order to implement a Python program that captures and processes videos, controls the GPIO ports of a Raspberry Pi, and connects to an MQTT broker, it is necessary to import several modules. The first module required is CV2, which is used to capture and perform videos.TheTimemoduleisalso essential, as it helps to represent time in the code. Additionally, the RPi.GPIO module is needed to allow the Python code to control the GPIO ports of a Raspberry Pi. Finally, the Paho.mqtt module provides a client class to connect with an MQTT broker, which is necessary for communicating with other devices or systems. Once these modules are imported, the Python program can begin implementing its functionality. 3.2 SECTORING To accurately determine the location of a person or individual in a room, the image must be split into four coordinates or sectors, with each sector being 320x320 in size. This allows for precise calculations of the individual's position within the room. Fig -5: Sectoring Image Feed Fig -6: Co-Ordinates of individual sectors As shown in Figure 6, the image displays the coordinates of each sector, enabling the system to identify the exact location of the person based onthecoordinates.Thismethod is effective in various applications, such as security systems or indoor navigation In order to identify and locate an individual within a room, the YOLO algorithm is utilized, and a green bounding box is introduced around the identified person. This boxallowsfor easy capture and scaling of the person or object, simplifying the process of marking and locatingtheindividual within the room. As shown in Figure-5, when a predefined object (inthiscase, an individual) is identified in the viewed area, the bounding boxes are initialized to surround the object. The position of the anchors within the box determines the location of the individual with respect to the sector. If the box is in the first sector, for example, the system can determine that the person is located within the first sector of the room. This system is effective in various applications, such as security monitoring or tracking individuals within a facility. 3.3 CONTROLLING LIGHTS Upon detecting a person within a particular sector of the room, the devices (such as lights and fans) configured with that sector are activated. There are different cases that may occur when a person is detected. In the first case, if a person is detected in only one sector, the devices corresponding to that sector are turned on. 3.3.1 CASE-1-DETECTION IN ONE SECTOR Fig-7: Person in one sector 3.3.2 CASE-2-DETECTION IN MULTIPLE SECTOR If people are detected in one or more sectors, the sectors where the bounding boxes are present will have the corresponding devices turned on. This system ensures that
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 118 energy is not wasted on powering devices in unoccupied sectors, making it more efficient and cost-effective. Additionally, it allows for greater customization and control over the devices within the room. Fig-8: Multiple people identified in multiple sectors 3.4 WIRELESS DATA TRANSFER To control the devices in the system,theinputGPIO(General Purpose Input/Output) pins are initially set to low. When data is passed to these pins, the values are set to high, which triggers the corresponding devices to turn on. Similarly, if there is no detection of humans in the room, the pin values are set to low, which causes the devices to turn off automatically. This mechanismallowsthesystemtorespond dynamically to changes in the environment,turningonor off devices as needed based on the presence or absence of people in the room Fig-9: The setup of the final model using Node MCU The setup consists of a central controlling element, which is a Raspberry Pi. It is connected to a Pi-Camthatcapturesreal- time videos. Additionally, a NODE MCU is used to control the light bulbs by receiving commands from the Raspberry Pi. This setup allows for the decentralization of the Raspberry Pi and the electrical device controllingmodule.Arelayisalso included in the setup, which acts as a connecting node between the controlling modules and the electrical appliances. Its function is to control the circuit. 3.5 RESULT & ANALYSIS The YOLO Cv2 Deep Learning Algorithm was adapted and utilized for detecting and recognizing human presence in a live video feed. The system was designed to cover the entire field of view by segmenting the video feed into four equal- sized sectors. The algorithmidentifiedthepositionofobjects in each sector, and based on the duration of their presence, the electrical appliances in the corresponding sector were controlled. After several rounds of testing and training, the detection efficiency of the algorithm was significantly enhanced, and the system was implemented in real-time. The Node MCU served as a secondary control unit to manage the light bulbs on the commands received from the raspberry pi. Fig-10: Person is identified in the sector and data is transferred to the NodeMCU In a practical application, four 50W (3000lumen)light bulbs were turned on for six hours. According to the theoretical calculation, each light bulb would consume 180 Joules of energy per hour, accumulatingtoa total energyconsumption of 4320 Joules. However, in the real-time scenario, the system controlled the bulbs in such a way that each sector had an individual bulb, and the time period for which each bulb was powered was measured. As a result, the combined energy consumption was reduced to 2700 Joules. This indicates that the system is capable of reducing energy consumption in real-world scenarios. 4. CONCLUSIONS The primary goal of the project is to enhance energy efficiency by reducing energy consumption. A cost-effective
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 06 | Jun 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 119 prototype has been developed that utilizesmachinelearning algorithms to capture and process real-time video feed, enabling it to operate effectivelyinreal-worldenvironments. The machine learning algorithm has been trainedandtested for object detection and identification to improve its efficiency. During a real-time inference, the system was able to reduce energy consumption by controlling the lights according to their needs. By powering the lights only when a human presence was detected, energy consumptionwasreducedby 20%. The theoretical energy consumption for four 50-watt light bulbs turned on for six hours was calculated to be4320 Joules, but the actual energy consumption was reduced to approximately 2700 Joules, resulting in a 37.5% decrease in energy usage. Additionally, the system can function as an intrusion alert system by triggering an alarm when human presence is detected at unwanted times REFERENCES [1] M. Thakur and S. Banu J., "Real Time Object Detection in Surveillance Cameras with Distance Estimation using Parallel Implementation," 2020 International Conference on Emerging Trends in Information Technology and Engineering, February 2020. [2] Y. Yoon and D. Han, "Object Recognition and Distance Extraction System Using Camera," 2021 International Conference on Artificial Intelligence in Information and Communication (ICAIIC), April 2021. [3] L. Qin and Z. Liu, "Body Motion Detection Technology in Video," 2021 3rd International Conference on Robotics and Computer Vision (ICRCV), August 2021. [4] L. Ma, F. Xu, T. Li and H. Zhang, "A Moving Object Detection Method Based on 3D Convolution Neural Network," 2020 7th International Conference on Information Science and Control Engineering(ICISCE), December 2020. [5] Giao N. Pham, Suk-Hwan Lee, Ki-Ryong Kwon, "Automatic LED Lighting System Using Moving Object Detection by Single Camera", proceedings of the 7th international conference on electronic devices,systems, and applications (ICEDSA2020), December2020. [6] Q. Zheng and R. Chellappa, "Motion detection in image sequences acquired froma movingplatform," 2018IEEE International Conference on Acoustics, Speech, and Signal Processing, Minneapolis, MN, USA, 2018.