SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 CertifiedJournal | Page 1592
Body Posture Guiding System
Mr.Kalyan D Bamane1 , Adarsh Bevore2 , Shashwat Upadhyay3 , Shreyansh Shankhdhar4 ,
Drushti Antapurkar5
1Professor Kalyan D Bamane, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi,
Maharashtra, India
2Adarsh Bevore, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India
3Shashwat Upadhyay, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra,
India
4Shreyansh Shankhdhar, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi,
Maharashtra, India
5Drushti Antapurkar, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra,
India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - We propose computer vision body posture
detection system using deep learning methods to analyze the
postures in a smart home environment for detecting fall or
body activities. The background subtraction is employed to
extract the foreground human body. The extracted human
body can be used to find out the falling, bending, sitting,
squatting, walking, and lying using deep learning methods.
Falls are one of the major causes that lead to injury which can
also be detected using the vision based fall detection. Using
wearable devices for fall detection has a high cost and may
cause inconvenience to use in the daily lives of the elderly.
Height and width plays an important role in finding out the
human body position in a given frame. Let’s suppose if there
exist a man standing then height width ratio will always be
greater than 1 and if the person is lying then the height width
ratio will usually be less than 1 which can be used to find that
whether a person isstanding or lying. This ratiocanbefurther
extended to find other positions of abody.Findingan incorrect
body position can be further used to warn the care taker by
sending an email or message or by generating an alarm.
Key Words: Human fall Detection , Body Posture
recognition , Open CV.
1. INTRODUCTION
The risk of falling is one of the most prevalent problems
faced by elderly individuals. A study published by the World
Health Organization [1] estimates that between 28% and
35% of people over 65 years old suffer at least one fall each
year, and this figure increases to 42% for people over 70
years old. Approximately one third of the elderly(those over
than 65 years old) in Europe live alone [2], and the elderly
population is expected to increase significantlyoverthe next
twenty years. Falls are a significant source of mortality for
elderly individuals in developed countries.
With the global problem of aging populations becoming
more and more serious, there will be increasing numbers of
elderly people who wish to stay at home but who are not
healthy enoughto fullytakecareof themselves ontheirown.
So their safety is becoming a big challenge. In this case, it is
really very important to design a system that can be used to
generate an alarm when it detects the falling of human
beings so that they can gain help from others without too
many false alarms.
In this proposed paper, a novel computer vision-based fall
detection approach suitable for a home environment is
proposed.[10] The proposed approach starts bydividingthe
video into frames. The next step is to detect the different
objects on which the model is trained. Atlast it will detect
human and with the help of height-width ratio it will detect
the fall.
2. LITERATURE SURVEY
A. Deep Learning for Posture Analysis in Fall Detection.
Falling is a common and dangerous event for the
elderly population. In this paper, various methods and
detection algorithms based on wearable sensors are
introduced. This study presented a database that was
created based on data collected by three tri-axis sensors in a
real-life environment. We will establish a complete fall
detectionand alarmsystem which will protectemptynesters
and the patients in hospitals.
B. Posture Recognition to Prevent Bedsoresfor Multiple
Patients Using Leaking Coaxial Cable.
Leaky coaxial cable (LCX) has long been used to
cover blind andsemi-blindzonesinwireless communication.
In this paper, we propose a novel system using a LCX. The
automatic patients’ body posture detection with leaky
coaxial cable with low-cost wireless devices can classify
postures for multiple patients in hospitals.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified
C. Employing a visual based fall detection.
Falls are one of the greatest risks for older adults
living alone at home. This paper presents a novel visual-
based fall detection approach to support independent living
for elder people through analyzing the motion and shape of
the human body to quantify the motion of the person.
D. Deep Learning for Posture Analysis in Fall Detection.
Proposed a novel computer vision based fall detection
system. Firstly, background subtraction is
employed to extract the foreground human body and the
binary human body images form the input to the classifier.
With a novel computer vision based fall detection system
based on posture analysis and employing deep learning
methods for analysis and classification of postures.
3. SYSTEM ARCHITECTURE
Fig -1: Architecture of proposed system
4. PROPOSED SYSTEM
1. The first part of proposed system includes capturing the
video from live feed and convert it into various frames. The
frames are allocatedwithvariousframenumbersequentially
helping it manage the frames accurately. The whole process
involves identificationofvariousobjectsonwhichthemodel
is trained.
2. The second crucial part of the proposed system involves
human identification step. In this step various frames are
considered and out of them the frames having humans are
identified.
3. The third part of the proposed system involves the H/W
rationcalculationthatcanbe extendedfurthertoidentifythe
body postures. Height and width plays an important role in
finding out the human body position in a given frame. Let’s
suppose if there exist a man standing then height widthratio
will always be greater than 1 and if the person is lying then
the height width ratio will usually be less than 1 which can
be used to find that whether a person is standing or lying.
This ratio can be further extended to find other positionsofa
body. Finding an incorrect body position can be furtherused
to warn the care taker by sending an email or message or an
alarm generations.
4. The last part of the proposed system involves sending
email, messages and an alarm to the acquaintances of the
fallen person.
Modules
1. Module 1 : Human Identification
• Problem Statement.
• Objective Identification.
• System Architecture.
• Technology and Platform Selection.
• Requirement analysis &Design Done.
2. Module 2 : Posture Recognition
• Design Phase.
• Module Identification.
• Term 1 Report Writing.
• 1stModuleImplementationcoding30%expectedto
be completed.
3. Module 3 : (Unimplemented)
• Fall Detection System source code need to be
completed and testing will be started.
4. Module 4 : (Unimplemented)
• Integrate source code with Raspberry Pi.
• Integrate Alarm System.
• All module will be tested , verified and validated.
5. SYSTEM SPECIFICATIONS
 HARDWARE REQUIREMENTS :
• 4 GB RAM
• 2 GB Graphics Card
• Camera
• Raspberry Pi Processor (ARM 7)
 SOFTWARE REQUIREMENTS :
• 64 bit Operating System.
• DJango (Frontend)
• MySQL (Backend)
• Python, CUDA, cuDNN.
• Visual Studio and Visual StudioCode.
Journal | Page 1593
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified
6. CONCLUSIONS
The work introduced in this paper is mainly focused on
investigating a relatively low-cost and reliable fall detection
approach for older adults based on computer vision
techniques. The approach presentedhereemploysenhanced
features which are extracted from the human silhouette.
These features are the motioninformation,orientation,ratio,
the major semi-axis and the minor semi-axis of the fitting
ellipse, the y-coordinate of the head point, the standard
deviation of y-coordinate, the absolute difference of y-
coordinate and the standard deviation of absolutedifference
of y-coordinate.
Experimental results show that the proposed algorithm is
reliable for fall detection. The combination of motion and
change in the human shape offers crucial information about
human activities.
Adding the orientation feature helps in characterising a
human’s fall because it has less variation during the frames
of the video sequence until a fall happens. Then the
orientation will decrease suddenly until the human body
reaches a prone position after the fall.
From the analysis, the system achieved the best
performance and lowest false alarm rate by calculating the
standard deviation of y-coordinate and the absolute
differenceof y-coordinateas inputfeatures.Detectionresults
obtained using a different combination of features have
shown that the best performance regarding accuracy and
specificity is obtained when using all ten featurestogether.
7. FUTURE SCOPE
In future work, various machine learning methods including
SVM and KNN which have been documented to be
appropriate to study human activities will be applied to the
aim of fall classification.
In this proposed paper we have completed 50% of coding
and the remaining part we will implement in further stages.
8. ACKNOWLEDGEMENT
We would sincereley like to thank our head of department
Dr Preeti Patil Mam and our assistant professorMr KalyanD
Bamane for their constant guidance and motivation
throughout the whole duration of the project . We could'nt
have acheived such success in this project without their
support.Lastly we are grateful forourseniors andcolleagues
for their support.
REFERENCES
1. BehzadMirmahboub, ShadrokhSamavi, Nader
Karimi, and ShahramShirani, “Automatic Monocular
System for Human Fall Detection Based on
Variations in Silhouette Area”, IEEE TRANSACTIONS
ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 2,
FEBRUARY 2013.
2. Woon-Sung Baek, Dong-Min Kim, Faisal Bashir, and
Jae-Young Pyun “Real Life Applicable Fall Detection
System Based on Wireless Body Area Network”IEEE
2013.
3. WuttichaiPutchana, SorawatChivapreecha, and
TulayaLimpiti. “Wireless Intelligent Fall Detection
and Movement Classification using Fuzzy Logic”
IEEE 2012.
4. Ying-Wen Bai, Siao-Cian Wu and Cheng-Lung Tsai,
“Design and Implementation of a Fall Monitor
System by Using a 3-Axis Accelerometer in a Smart
Phone” IEEE 2012.
5. Chien-Cheng Lan, Ya-HsinHsueh, Rong-Yuan Hu,
“Real-Time Fall Detecting System Using a Tri-axial
Accelerometer for Home Care”,IEEE 2012.
6. YibinHou,NaLi, Zhangqin Huang, “Triaxial
Accelerometer-Based Real Time Fall Event
Detection”,IEEE 2012.
7. Bin-Jen Lee, Shun-Feng Su, and ImreRudas, “Content-
Independent Image Processing Based Fall Detection,”
2011 International Conference on System Science
and Engineering (ICSSE), pp.654- 659,June 2011.
8. PetarMostarac, Roman Malari_, Marko Jur_evi_,
HrvojeHegeduš, Aimé Lay-Ekuakille, and
PatriziaVergallo, “System for monitoring and fall
detection of patients using mobile 3-axis
accelerometers sensors,” IEEE International
Workshop on Medical Measurements and
Applications Proceedings (MeMeA), pp.456-459,
May 2011.
9. GuiFeng, and Qiwei Lin, “Design of Elder Alarm
System Based on Body Posture Reorganization,”
2010 International Conference on Anti-
Counterfeiting Security and Identification in
Communication (ASID), pp. 249-252, July 2010.
10. Bin Huang, Guohui TIAN, and Xia olei LI, “A Method
for Fast Fall Detection,” WCICA 2008. 7th World
Congress on Intelligent Control and Automation, pp.
3619-3623, June 20.
Journal | Page 1594

More Related Content

What's hot

COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEY
COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEYCOMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEY
COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEYijcsit
 
IRJET - Real Time Facial Analysis using Tensorflowand OpenCV
IRJET -  	  Real Time Facial Analysis using Tensorflowand OpenCVIRJET -  	  Real Time Facial Analysis using Tensorflowand OpenCV
IRJET - Real Time Facial Analysis using Tensorflowand OpenCVIRJET Journal
 
An efficient system for real time fatigue detection
An efficient system for real time fatigue detectionAn efficient system for real time fatigue detection
An efficient system for real time fatigue detectionAlexander Decker
 
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...IRJET Journal
 
Principal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemPrincipal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemjournalBEEI
 
Face Mask Detection And Attendance System
Face Mask Detection And Attendance SystemFace Mask Detection And Attendance System
Face Mask Detection And Attendance SystemDarsh Jain
 
Internation Journal Conference
Internation Journal ConferenceInternation Journal Conference
Internation Journal ConferenceHemanth Kumar
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUE
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUEPALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUE
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUEJournal For Research
 
Biometric Class Attendace System
Biometric Class Attendace SystemBiometric Class Attendace System
Biometric Class Attendace SystemAgbona Azeez
 
Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid TechniqueBiometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Techniqueijsc
 
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCECRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCEvivatechijri
 
IRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIJERA Editor
 
Graduation Project - Face Login : A Robust Face Identification System for Sec...
Graduation Project - Face Login : A Robust Face Identification System for Sec...Graduation Project - Face Login : A Robust Face Identification System for Sec...
Graduation Project - Face Login : A Robust Face Identification System for Sec...Ahmed Gad
 
High Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris ImagesHigh Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris ImagesIDES Editor
 
Palmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region propertiesPalmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region propertiesEditor IJCATR
 
An overview of face liveness detection
An overview of face liveness detectionAn overview of face liveness detection
An overview of face liveness detectionijitjournal
 
IRJET- Automated Criminal Identification System using Face Detection and Reco...
IRJET- Automated Criminal Identification System using Face Detection and Reco...IRJET- Automated Criminal Identification System using Face Detection and Reco...
IRJET- Automated Criminal Identification System using Face Detection and Reco...IRJET Journal
 

What's hot (20)

COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEY
COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEYCOMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEY
COMPUTER VISION-BASED FALL DETECTION METHODS USING THE KINECT CAMERA: A SURVEY
 
IRJET - Real Time Facial Analysis using Tensorflowand OpenCV
IRJET -  	  Real Time Facial Analysis using Tensorflowand OpenCVIRJET -  	  Real Time Facial Analysis using Tensorflowand OpenCV
IRJET - Real Time Facial Analysis using Tensorflowand OpenCV
 
An efficient system for real time fatigue detection
An efficient system for real time fatigue detectionAn efficient system for real time fatigue detection
An efficient system for real time fatigue detection
 
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...
IRJET- Skin Disease Detection using Image Processing with Data Mining and Dee...
 
Principal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemPrincipal component analysis for human gait recognition system
Principal component analysis for human gait recognition system
 
Face Mask Detection And Attendance System
Face Mask Detection And Attendance SystemFace Mask Detection And Attendance System
Face Mask Detection And Attendance System
 
Internation Journal Conference
Internation Journal ConferenceInternation Journal Conference
Internation Journal Conference
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUE
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUEPALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUE
PALM VEIN AUTHENTICATION USING IMAGE CLASSIFICATION TECHNIQUE
 
Biometric Class Attendace System
Biometric Class Attendace SystemBiometric Class Attendace System
Biometric Class Attendace System
 
Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid TechniqueBiometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique
 
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCECRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
 
IRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBPIRDO: Iris Recognition by fusion of DTCWT and OLBP
IRDO: Iris Recognition by fusion of DTCWT and OLBP
 
Graduation Project - Face Login : A Robust Face Identification System for Sec...
Graduation Project - Face Login : A Robust Face Identification System for Sec...Graduation Project - Face Login : A Robust Face Identification System for Sec...
Graduation Project - Face Login : A Robust Face Identification System for Sec...
 
Bw33449453
Bw33449453Bw33449453
Bw33449453
 
High Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris ImagesHigh Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris Images
 
Palmprint Recognition using Multimodal Biometrics and Generation of One Time ...
Palmprint Recognition using Multimodal Biometrics and Generation of One Time ...Palmprint Recognition using Multimodal Biometrics and Generation of One Time ...
Palmprint Recognition using Multimodal Biometrics and Generation of One Time ...
 
Palmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region propertiesPalmprint and Handgeometry Recognition using FAST features and Region properties
Palmprint and Handgeometry Recognition using FAST features and Region properties
 
An overview of face liveness detection
An overview of face liveness detectionAn overview of face liveness detection
An overview of face liveness detection
 
IRJET- Automated Criminal Identification System using Face Detection and Reco...
IRJET- Automated Criminal Identification System using Face Detection and Reco...IRJET- Automated Criminal Identification System using Face Detection and Reco...
IRJET- Automated Criminal Identification System using Face Detection and Reco...
 

Similar to IRJET - Body Posture Guiding System

IRJET- A Survey on Vision based Fall Detection Techniques
IRJET-  	  A Survey on Vision based Fall Detection TechniquesIRJET-  	  A Survey on Vision based Fall Detection Techniques
IRJET- A Survey on Vision based Fall Detection TechniquesIRJET Journal
 
IRJET- Elderly Care-Taking and Fall Detection System
IRJET- Elderly Care-Taking and Fall Detection SystemIRJET- Elderly Care-Taking and Fall Detection System
IRJET- Elderly Care-Taking and Fall Detection SystemIRJET Journal
 
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLS
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLSA DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLS
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLSIRJET Journal
 
Mini project PowerPoint presentation useful
Mini project PowerPoint presentation usefulMini project PowerPoint presentation useful
Mini project PowerPoint presentation usefulg8248418302
 
Human activity detection based on edge point movements and spatio temporal fe...
Human activity detection based on edge point movements and spatio temporal fe...Human activity detection based on edge point movements and spatio temporal fe...
Human activity detection based on edge point movements and spatio temporal fe...IAEME Publication
 
Real Time Social Distance Detector using Deep learning
Real Time Social Distance Detector using Deep learningReal Time Social Distance Detector using Deep learning
Real Time Social Distance Detector using Deep learningIRJET Journal
 
IRJET- Survey on Detection of Crime
IRJET-  	  Survey on Detection of CrimeIRJET-  	  Survey on Detection of Crime
IRJET- Survey on Detection of CrimeIRJET Journal
 
Age and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkAge and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkIRJET Journal
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET Journal
 
Alzheimer Patient Tracking and Alert System
Alzheimer Patient Tracking and Alert SystemAlzheimer Patient Tracking and Alert System
Alzheimer Patient Tracking and Alert Systemijtsrd
 
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...CSCJournals
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using falleSAT Publishing House
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using falleSAT Publishing House
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET Journal
 
IRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning ApproachIRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning ApproachIRJET Journal
 
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET Journal
 
4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit satIAESIJEECS
 
Intelligent multimodal identification system based on local feature fusion be...
Intelligent multimodal identification system based on local feature fusion be...Intelligent multimodal identification system based on local feature fusion be...
Intelligent multimodal identification system based on local feature fusion be...nooriasukmaningtyas
 

Similar to IRJET - Body Posture Guiding System (20)

IRJET- A Survey on Vision based Fall Detection Techniques
IRJET-  	  A Survey on Vision based Fall Detection TechniquesIRJET-  	  A Survey on Vision based Fall Detection Techniques
IRJET- A Survey on Vision based Fall Detection Techniques
 
IRJET- Elderly Care-Taking and Fall Detection System
IRJET- Elderly Care-Taking and Fall Detection SystemIRJET- Elderly Care-Taking and Fall Detection System
IRJET- Elderly Care-Taking and Fall Detection System
 
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLS
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLSA DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLS
A DEVICE FOR AUTOMATIC DETECTION OF ELDERLY FALLS
 
F010222529
F010222529F010222529
F010222529
 
Mini project PowerPoint presentation useful
Mini project PowerPoint presentation usefulMini project PowerPoint presentation useful
Mini project PowerPoint presentation useful
 
Human activity detection based on edge point movements and spatio temporal fe...
Human activity detection based on edge point movements and spatio temporal fe...Human activity detection based on edge point movements and spatio temporal fe...
Human activity detection based on edge point movements and spatio temporal fe...
 
K3602080086
K3602080086K3602080086
K3602080086
 
Real Time Social Distance Detector using Deep learning
Real Time Social Distance Detector using Deep learningReal Time Social Distance Detector using Deep learning
Real Time Social Distance Detector using Deep learning
 
IRJET- Survey on Detection of Crime
IRJET-  	  Survey on Detection of CrimeIRJET-  	  Survey on Detection of Crime
IRJET- Survey on Detection of Crime
 
Age and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural NetworkAge and Gender Classification using Convolutional Neural Network
Age and Gender Classification using Convolutional Neural Network
 
IRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind PeopleIRJET- A Survey on Indoor Navigation for Blind People
IRJET- A Survey on Indoor Navigation for Blind People
 
Alzheimer Patient Tracking and Alert System
Alzheimer Patient Tracking and Alert SystemAlzheimer Patient Tracking and Alert System
Alzheimer Patient Tracking and Alert System
 
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...
Omnidirectional Thermal Imaging Surveillance System Featuring Trespasser and ...
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
 
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...IRJET -  	  Smart E – Cane for the Visually Challenged and Blind using ML Con...
IRJET - Smart E – Cane for the Visually Challenged and Blind using ML Con...
 
IRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning ApproachIRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
IRJET- Breast Cancer Disease Prediction : Using Machine Learning Approach
 
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
 
4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat4. paper 10 nov 10, 2017 edit sat
4. paper 10 nov 10, 2017 edit sat
 
Intelligent multimodal identification system based on local feature fusion be...
Intelligent multimodal identification system based on local feature fusion be...Intelligent multimodal identification system based on local feature fusion be...
Intelligent multimodal identification system based on local feature fusion be...
 

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

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 

IRJET - Body Posture Guiding System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 CertifiedJournal | Page 1592 Body Posture Guiding System Mr.Kalyan D Bamane1 , Adarsh Bevore2 , Shashwat Upadhyay3 , Shreyansh Shankhdhar4 , Drushti Antapurkar5 1Professor Kalyan D Bamane, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India 2Adarsh Bevore, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India 3Shashwat Upadhyay, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India 4Shreyansh Shankhdhar, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India 5Drushti Antapurkar, Dept. of Information Technology of D.Y.Patil College of Engineering, Akurdi, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - We propose computer vision body posture detection system using deep learning methods to analyze the postures in a smart home environment for detecting fall or body activities. The background subtraction is employed to extract the foreground human body. The extracted human body can be used to find out the falling, bending, sitting, squatting, walking, and lying using deep learning methods. Falls are one of the major causes that lead to injury which can also be detected using the vision based fall detection. Using wearable devices for fall detection has a high cost and may cause inconvenience to use in the daily lives of the elderly. Height and width plays an important role in finding out the human body position in a given frame. Let’s suppose if there exist a man standing then height width ratio will always be greater than 1 and if the person is lying then the height width ratio will usually be less than 1 which can be used to find that whether a person isstanding or lying. This ratiocanbefurther extended to find other positions of abody.Findingan incorrect body position can be further used to warn the care taker by sending an email or message or by generating an alarm. Key Words: Human fall Detection , Body Posture recognition , Open CV. 1. INTRODUCTION The risk of falling is one of the most prevalent problems faced by elderly individuals. A study published by the World Health Organization [1] estimates that between 28% and 35% of people over 65 years old suffer at least one fall each year, and this figure increases to 42% for people over 70 years old. Approximately one third of the elderly(those over than 65 years old) in Europe live alone [2], and the elderly population is expected to increase significantlyoverthe next twenty years. Falls are a significant source of mortality for elderly individuals in developed countries. With the global problem of aging populations becoming more and more serious, there will be increasing numbers of elderly people who wish to stay at home but who are not healthy enoughto fullytakecareof themselves ontheirown. So their safety is becoming a big challenge. In this case, it is really very important to design a system that can be used to generate an alarm when it detects the falling of human beings so that they can gain help from others without too many false alarms. In this proposed paper, a novel computer vision-based fall detection approach suitable for a home environment is proposed.[10] The proposed approach starts bydividingthe video into frames. The next step is to detect the different objects on which the model is trained. Atlast it will detect human and with the help of height-width ratio it will detect the fall. 2. LITERATURE SURVEY A. Deep Learning for Posture Analysis in Fall Detection. Falling is a common and dangerous event for the elderly population. In this paper, various methods and detection algorithms based on wearable sensors are introduced. This study presented a database that was created based on data collected by three tri-axis sensors in a real-life environment. We will establish a complete fall detectionand alarmsystem which will protectemptynesters and the patients in hospitals. B. Posture Recognition to Prevent Bedsoresfor Multiple Patients Using Leaking Coaxial Cable. Leaky coaxial cable (LCX) has long been used to cover blind andsemi-blindzonesinwireless communication. In this paper, we propose a novel system using a LCX. The automatic patients’ body posture detection with leaky coaxial cable with low-cost wireless devices can classify postures for multiple patients in hospitals.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified C. Employing a visual based fall detection. Falls are one of the greatest risks for older adults living alone at home. This paper presents a novel visual- based fall detection approach to support independent living for elder people through analyzing the motion and shape of the human body to quantify the motion of the person. D. Deep Learning for Posture Analysis in Fall Detection. Proposed a novel computer vision based fall detection system. Firstly, background subtraction is employed to extract the foreground human body and the binary human body images form the input to the classifier. With a novel computer vision based fall detection system based on posture analysis and employing deep learning methods for analysis and classification of postures. 3. SYSTEM ARCHITECTURE Fig -1: Architecture of proposed system 4. PROPOSED SYSTEM 1. The first part of proposed system includes capturing the video from live feed and convert it into various frames. The frames are allocatedwithvariousframenumbersequentially helping it manage the frames accurately. The whole process involves identificationofvariousobjectsonwhichthemodel is trained. 2. The second crucial part of the proposed system involves human identification step. In this step various frames are considered and out of them the frames having humans are identified. 3. The third part of the proposed system involves the H/W rationcalculationthatcanbe extendedfurthertoidentifythe body postures. Height and width plays an important role in finding out the human body position in a given frame. Let’s suppose if there exist a man standing then height widthratio will always be greater than 1 and if the person is lying then the height width ratio will usually be less than 1 which can be used to find that whether a person is standing or lying. This ratio can be further extended to find other positionsofa body. Finding an incorrect body position can be furtherused to warn the care taker by sending an email or message or an alarm generations. 4. The last part of the proposed system involves sending email, messages and an alarm to the acquaintances of the fallen person. Modules 1. Module 1 : Human Identification • Problem Statement. • Objective Identification. • System Architecture. • Technology and Platform Selection. • Requirement analysis &Design Done. 2. Module 2 : Posture Recognition • Design Phase. • Module Identification. • Term 1 Report Writing. • 1stModuleImplementationcoding30%expectedto be completed. 3. Module 3 : (Unimplemented) • Fall Detection System source code need to be completed and testing will be started. 4. Module 4 : (Unimplemented) • Integrate source code with Raspberry Pi. • Integrate Alarm System. • All module will be tested , verified and validated. 5. SYSTEM SPECIFICATIONS  HARDWARE REQUIREMENTS : • 4 GB RAM • 2 GB Graphics Card • Camera • Raspberry Pi Processor (ARM 7)  SOFTWARE REQUIREMENTS : • 64 bit Operating System. • DJango (Frontend) • MySQL (Backend) • Python, CUDA, cuDNN. • Visual Studio and Visual StudioCode. Journal | Page 1593
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 p-ISSN: 2395-0072Volume: 07 Issue: 03 | Mar 2020 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified 6. CONCLUSIONS The work introduced in this paper is mainly focused on investigating a relatively low-cost and reliable fall detection approach for older adults based on computer vision techniques. The approach presentedhereemploysenhanced features which are extracted from the human silhouette. These features are the motioninformation,orientation,ratio, the major semi-axis and the minor semi-axis of the fitting ellipse, the y-coordinate of the head point, the standard deviation of y-coordinate, the absolute difference of y- coordinate and the standard deviation of absolutedifference of y-coordinate. Experimental results show that the proposed algorithm is reliable for fall detection. The combination of motion and change in the human shape offers crucial information about human activities. Adding the orientation feature helps in characterising a human’s fall because it has less variation during the frames of the video sequence until a fall happens. Then the orientation will decrease suddenly until the human body reaches a prone position after the fall. From the analysis, the system achieved the best performance and lowest false alarm rate by calculating the standard deviation of y-coordinate and the absolute differenceof y-coordinateas inputfeatures.Detectionresults obtained using a different combination of features have shown that the best performance regarding accuracy and specificity is obtained when using all ten featurestogether. 7. FUTURE SCOPE In future work, various machine learning methods including SVM and KNN which have been documented to be appropriate to study human activities will be applied to the aim of fall classification. In this proposed paper we have completed 50% of coding and the remaining part we will implement in further stages. 8. ACKNOWLEDGEMENT We would sincereley like to thank our head of department Dr Preeti Patil Mam and our assistant professorMr KalyanD Bamane for their constant guidance and motivation throughout the whole duration of the project . We could'nt have acheived such success in this project without their support.Lastly we are grateful forourseniors andcolleagues for their support. REFERENCES 1. BehzadMirmahboub, ShadrokhSamavi, Nader Karimi, and ShahramShirani, “Automatic Monocular System for Human Fall Detection Based on Variations in Silhouette Area”, IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 60, NO. 2, FEBRUARY 2013. 2. Woon-Sung Baek, Dong-Min Kim, Faisal Bashir, and Jae-Young Pyun “Real Life Applicable Fall Detection System Based on Wireless Body Area Network”IEEE 2013. 3. WuttichaiPutchana, SorawatChivapreecha, and TulayaLimpiti. “Wireless Intelligent Fall Detection and Movement Classification using Fuzzy Logic” IEEE 2012. 4. Ying-Wen Bai, Siao-Cian Wu and Cheng-Lung Tsai, “Design and Implementation of a Fall Monitor System by Using a 3-Axis Accelerometer in a Smart Phone” IEEE 2012. 5. Chien-Cheng Lan, Ya-HsinHsueh, Rong-Yuan Hu, “Real-Time Fall Detecting System Using a Tri-axial Accelerometer for Home Care”,IEEE 2012. 6. YibinHou,NaLi, Zhangqin Huang, “Triaxial Accelerometer-Based Real Time Fall Event Detection”,IEEE 2012. 7. Bin-Jen Lee, Shun-Feng Su, and ImreRudas, “Content- Independent Image Processing Based Fall Detection,” 2011 International Conference on System Science and Engineering (ICSSE), pp.654- 659,June 2011. 8. PetarMostarac, Roman Malari_, Marko Jur_evi_, HrvojeHegeduš, Aimé Lay-Ekuakille, and PatriziaVergallo, “System for monitoring and fall detection of patients using mobile 3-axis accelerometers sensors,” IEEE International Workshop on Medical Measurements and Applications Proceedings (MeMeA), pp.456-459, May 2011. 9. GuiFeng, and Qiwei Lin, “Design of Elder Alarm System Based on Body Posture Reorganization,” 2010 International Conference on Anti- Counterfeiting Security and Identification in Communication (ASID), pp. 249-252, July 2010. 10. Bin Huang, Guohui TIAN, and Xia olei LI, “A Method for Fast Fall Detection,” WCICA 2008. 7th World Congress on Intelligent Control and Automation, pp. 3619-3623, June 20. Journal | Page 1594