SlideShare a Scribd company logo
Presentation Flow
5. Block Diagram
3. Drawback
4. YOLO
2. Introduction
1. Motivation
10. Summary
8. Implementation Results
9. Advantages & Applications
7. Limitation
6. Methodology
Motivation
Many people suffer from temporary or permanent
disabilities.
Current scenario:
• Disable person has to depend on another person
• A blindman stick is not able to detect the obstacle in path
• Using wheelchair the safety of person is not guaranteed
Presently Available Tools
Blindman
Stick
Wheelchair Electric
Wheelchair
Introduction
 Visually impaired individuals face many difficulties when they
involve in self navigating.
 Manual or electrical wheelchairs satisfies disability, where the
patients can use it independently.
 So, the core idea is to design an Auto-Assistance system.
Constraints:
 Working with Small object with similar shape and size, and
different back-ground colour etc.
 Auto-Assistance system is designed to work in the Indoor
environment like hospital, public garden area etc.
Methodology
Collect positive
images of object
Collect negative
images of object
Create vector file
for positive images
Create .bat file for
negative images
Take 150+ photos of image
which content object
Take at least 150-200 negative
photos which doesn't contain object
This is a dataset of positive
images in a form that is
supported by openCV application
This is a dataset of all negative
images
Create trained
.xml file of +ve
&-ve image set
Capture video
frames from
camera
Convert each
image to grayscale
Integral sum of
pixels value
S(x,y)=i(x,y)+s(x-1,y)+s(x,y-1)-s(x-1,y-1)
Green = (0, 255, 0)
Difference of
+ve & -ve values
Detection of
object using
multiscale
method
Rectangle END
∆ = ∑(Black area pixels) - ∑(White area pixels) -1 1;
This method resizes
the small images and
after some threshold
value it will discard
the image
Drawbacks of Haar-Cascade Algorithm
 Less Accuracy
 Need more number of Images
 Less Ideal for object at arbitrary poses
 Detection accuracy decreases with different backgrounds
700 Images for Training 700 Images for Training
Architecture of Convolutional Neural Network
Literature Survey
Simple Convolutional Neural Network on Image
Classification (IEEE-2017)
Tianmei Guo et.el proposed about CNN which has less
computation cost and examined different methods and
optimization algorithms for learning rate set and image
classification parameters. Shallow network for good
recognition effect has been verified.
Why YOLO ?
 YOLO (You Only Look Once) is a network for object detection
that consists of determining the location on the image where
certain objects are present.
 Classifies object along with class probabilities for real time
applications.
 It uses single CNN network for both localization and classification
of objects using bounding box.
 The YOLO design enables end-to-end training and real time speeds
while maintaining high average precision.
System Block Diagram
Methodology of YOLO
Input Image Split the image into S× S grid Cells
(S=7)
 Each cell predicts B Bounding boxes, confidence for those boxes
and C class probabilities.
1) Image S× S Grids
2) Grid Cell
 B: BBoxes and Confidence Score
x, y, w, h Confidence
Pr
(Object)* IOUtruth prediction
Output Feature Map: S×S× (B*5+C)
1. x- coordinate of Bbox center inside cell
2. y- coordinate of Bbox center inside cell
3. w- Bbox width
4. h- Bbox height
5. c- Bbox Confidence
5 5 No. of classes
Anchor box2Anchor box1
Anchor box1
Anchor box2
Array of detected object coordinates
Confidence Value
x and y coordinates
w
h
Non-Maximum Suppression
0.5 0.3 0.2 0.1 0 0
Class Score for each BBox
 Compare “Bbox_max” with others less score
Bboxes (Bbox_cur).
 if IoU (Bbox_max, Bbox_cur) > Threshold, then set 0
score to Bbox_cur. else keep the same values.
 Go to next Bbox with big score and do this process
with all other less score Bbox_cur.
 After Comparison only two Bbox will be left with non
zero class score value.
Bounding Boxes + Confidence
Class Probability map
Object DetectionS× S Grids on Input
Object Detection using YOLO
Flowchart of YOLO
Start
Initialize the
packages / library
Initialize the
parameters contains
weights, model,
threshold
Access web cam with fra
me dimension
Read the frame
Predict the object from
frames
Bounding box with class
name with confidence
value
Print FPS
If Esc
pressed
for 30
ms
End
Break from loop
No
Yes
Limitations of YOLO
 Group of Small Objects
 Localization error of bounding box
Testing Strategies for YOLO
COCO 2017 Dataset – 80 Classes
Parameters YOLO
Classes(used) 3
No. of Images 700-800 per Class
Labeling Time 2 Hours
Training Time
1.5 Days (GPU)
3 Days (CPU)
Epochs 350
Batch size 64
Project Cost
Sr. No Components Quantity Cost (per Unit) INR
1 Raspberry pi Model 3B 1 2600 (Available in LAB)
2 USB Webcam 1 1300 (Available with us)
Effective Total Cost 0
Parameters Haar Cascade YOLO
Accuracy Poor Good
Performance Poor Good
Computational
time
Good Poor
Computation
Complexity
Good Poor
Comparison of Object Detection Algorithms
Implementation Results
Algorithms Person Cup Ball
Haar
Cascade
YOLO
Advantages and Applications
 Advantages
 Impaired person becomes self-reliant
 Low cost
 Less maintenance
 Easy and convenient
 Comfortable and safe
 Application
 Hospital
 Public garden area
Summary
COCO 2017 Dataset has been used to train YOLO model. When
processed on CPU, Haar cascade is the fastest algorithm, but
YOLO gives more accurate results when detecting multiple
objects simultaneously for real time applications. Better accuracy
was found using YOLO with the particular performance input
parameters.
A device with text-to-speech conversion could be used to
provide information. The system for visually impaired could be
a real boon to make the visually impaired person self-reliant and
independent.
References
1. M. Özçeli̇körs, A. Çoşkun, M. G. Say, A. Yazici, U. Yayan and M. Akçakoca, "Kinect
based Intelligent Wheelchair navigation with potential fields," 2014 IEEE International
Symposium on Innovations in Intelligent Systems and Applications (INISTA) Proceedings,
Alberobello, 2014, pp. 330-337.
2. https://pjreddie.com/darknet/yolo/
3. https://github.com/opencv/opencv/tree/master/data/haarcascades
4. https://www.pyimagesearch.com/2017/09/18/real-time-object-detection-with-deep-learning
-and-opencv/
auto-assistance system for visually impaired person

More Related Content

What's hot

Histogram Equalization
Histogram EqualizationHistogram Equalization
Histogram Equalization
Kalyan Acharjya
 
Pneumonia detection using cnn
Pneumonia detection using cnnPneumonia detection using cnn
Pneumonia detection using cnn
Tushar Dalvi
 
Deep learning
Deep learningDeep learning
Deep learning
Ratnakar Pandey
 
Object detection presentation
Object detection presentationObject detection presentation
Object detection presentation
AshwinBicholiya
 
Rain technology
Rain technologyRain technology
Rain technology
Yamuna Devi
 
Object detection
Object detectionObject detection
Object detection
Somesh Vyas
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image Compression
Mathankumar S
 
Diabetic Retinopathy.pptx
Diabetic Retinopathy.pptxDiabetic Retinopathy.pptx
Diabetic Retinopathy.pptx
NGOKUL3
 
Frequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement TechniquesFrequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement Techniques
Diwaker Pant
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
khanam22
 
project ppt.pptx
project ppt.pptxproject ppt.pptx
project ppt.pptx
GYamini22
 
Sign language recognizer
Sign language recognizerSign language recognizer
Sign language recognizer
Bikash Chandra Karmokar
 
Abstract 5G Technology
Abstract   5G TechnologyAbstract   5G Technology
Abstract 5G Technology
vishnu murthy
 
seminar report on Li-Fi Technology
seminar report on Li-Fi Technologyseminar report on Li-Fi Technology
seminar report on Li-Fi Technology
Måñíshà Rêððý
 
Introduction of Faster R-CNN
Introduction of Faster R-CNNIntroduction of Faster R-CNN
Introduction of Faster R-CNN
Simossyi Funabashi
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
AKR Education
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender Detection
AbhiAchalla
 
Image recognition
Image recognitionImage recognition
Image recognition
Aseed Usmani
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
Ahmed Daoud
 
Image compression standards
Image compression standardsImage compression standards
Image compression standards
kirupasuchi1996
 

What's hot (20)

Histogram Equalization
Histogram EqualizationHistogram Equalization
Histogram Equalization
 
Pneumonia detection using cnn
Pneumonia detection using cnnPneumonia detection using cnn
Pneumonia detection using cnn
 
Deep learning
Deep learningDeep learning
Deep learning
 
Object detection presentation
Object detection presentationObject detection presentation
Object detection presentation
 
Rain technology
Rain technologyRain technology
Rain technology
 
Object detection
Object detectionObject detection
Object detection
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image Compression
 
Diabetic Retinopathy.pptx
Diabetic Retinopathy.pptxDiabetic Retinopathy.pptx
Diabetic Retinopathy.pptx
 
Frequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement TechniquesFrequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement Techniques
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 
project ppt.pptx
project ppt.pptxproject ppt.pptx
project ppt.pptx
 
Sign language recognizer
Sign language recognizerSign language recognizer
Sign language recognizer
 
Abstract 5G Technology
Abstract   5G TechnologyAbstract   5G Technology
Abstract 5G Technology
 
seminar report on Li-Fi Technology
seminar report on Li-Fi Technologyseminar report on Li-Fi Technology
seminar report on Li-Fi Technology
 
Introduction of Faster R-CNN
Introduction of Faster R-CNNIntroduction of Faster R-CNN
Introduction of Faster R-CNN
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
 
Human age and gender Detection
Human age and gender DetectionHuman age and gender Detection
Human age and gender Detection
 
Image recognition
Image recognitionImage recognition
Image recognition
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Image compression standards
Image compression standardsImage compression standards
Image compression standards
 

Similar to auto-assistance system for visually impaired person

ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
vikaspandey0702
 
ppt - Copy for projects will help you further
ppt - Copy for projects will help you furtherppt - Copy for projects will help you further
ppt - Copy for projects will help you further
vikaspandey0702
 
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
IRJET Journal
 
IISc Internship Report
IISc Internship ReportIISc Internship Report
IISc Internship Report
HarshilJain26
 
presentation on Faster Yolo
presentation on Faster Yolo presentation on Faster Yolo
presentation on Faster Yolo
toontown1
 
Object Detection An Overview
Object Detection An OverviewObject Detection An Overview
Object Detection An Overview
ijtsrd
 
Yolo releases gianmaria
Yolo releases gianmariaYolo releases gianmaria
Yolo releases gianmaria
Deep Learning Italia
 
IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3
IRJET Journal
 
Custom Object Detection Using YOLO Integrated with a Segment Anything Model
Custom Object Detection Using YOLO Integrated with a Segment Anything ModelCustom Object Detection Using YOLO Integrated with a Segment Anything Model
Custom Object Detection Using YOLO Integrated with a Segment Anything Model
IRJET Journal
 
Yolo
YoloYolo
Survey of The Problem of Object Detection In Real Images
Survey of The Problem of Object Detection In Real ImagesSurvey of The Problem of Object Detection In Real Images
Survey of The Problem of Object Detection In Real Images
CSCJournals
 
Object Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNetObject Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNet
IRJET Journal
 
OBJECT IDENTIFICATION
OBJECT IDENTIFICATIONOBJECT IDENTIFICATION
OBJECT IDENTIFICATION
IRJET Journal
 
Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
IRJET Journal
 
Real Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep LearningReal Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep Learning
IRJET Journal
 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A Review
Springer
 
IRJET- Real-Time Object Detection using Deep Learning: A Survey
IRJET- Real-Time Object Detection using Deep Learning: A SurveyIRJET- Real-Time Object Detection using Deep Learning: A Survey
IRJET- Real-Time Object Detection using Deep Learning: A Survey
IRJET Journal
 
Anatomy of YOLO - v1
Anatomy of YOLO - v1Anatomy of YOLO - v1
Anatomy of YOLO - v1
Jihoon Song
 
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
 
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
IJECEIAES
 

Similar to auto-assistance system for visually impaired person (20)

ppt - of a project will help you on your college projects
ppt - of a project will help you on your college projectsppt - of a project will help you on your college projects
ppt - of a project will help you on your college projects
 
ppt - Copy for projects will help you further
ppt - Copy for projects will help you furtherppt - Copy for projects will help you further
ppt - Copy for projects will help you further
 
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
 
IISc Internship Report
IISc Internship ReportIISc Internship Report
IISc Internship Report
 
presentation on Faster Yolo
presentation on Faster Yolo presentation on Faster Yolo
presentation on Faster Yolo
 
Object Detection An Overview
Object Detection An OverviewObject Detection An Overview
Object Detection An Overview
 
Yolo releases gianmaria
Yolo releases gianmariaYolo releases gianmaria
Yolo releases gianmaria
 
IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3IRJET - Real Time Object Detection using YOLOv3
IRJET - Real Time Object Detection using YOLOv3
 
Custom Object Detection Using YOLO Integrated with a Segment Anything Model
Custom Object Detection Using YOLO Integrated with a Segment Anything ModelCustom Object Detection Using YOLO Integrated with a Segment Anything Model
Custom Object Detection Using YOLO Integrated with a Segment Anything Model
 
Yolo
YoloYolo
Yolo
 
Survey of The Problem of Object Detection In Real Images
Survey of The Problem of Object Detection In Real ImagesSurvey of The Problem of Object Detection In Real Images
Survey of The Problem of Object Detection In Real Images
 
Object Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNetObject Detetcion using SSD-MobileNet
Object Detetcion using SSD-MobileNet
 
OBJECT IDENTIFICATION
OBJECT IDENTIFICATIONOBJECT IDENTIFICATION
OBJECT IDENTIFICATION
 
Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
 
Real Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep LearningReal Time Sign Language Recognition Using Deep Learning
Real Time Sign Language Recognition Using Deep Learning
 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A Review
 
IRJET- Real-Time Object Detection using Deep Learning: A Survey
IRJET- Real-Time Object Detection using Deep Learning: A SurveyIRJET- Real-Time Object Detection using Deep Learning: A Survey
IRJET- Real-Time Object Detection using Deep Learning: A Survey
 
Anatomy of YOLO - v1
Anatomy of YOLO - v1Anatomy of YOLO - v1
Anatomy of YOLO - v1
 
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...
 
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
An assistive model of obstacle detection based on deep learning: YOLOv3 for v...
 

Recently uploaded

Pneumothorax and role of Physiotherapy in it.
Pneumothorax and role of Physiotherapy in it.Pneumothorax and role of Physiotherapy in it.
Pneumothorax and role of Physiotherapy in it.
Vishal kr Thakur
 
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
Ear Solutions (ESPL)
 
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
rightmanforbloodline
 
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdfComprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
Dr Rachana Gujar
 
Hypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in itHypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in it
Vishal kr Thakur
 
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdfchatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
marynayjun112024
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
Robert Cole
 
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar DoshiCOPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
Dr Kumar Doshi
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
40fortunate
 
NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022
nktiacc3
 
Bringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured ApproachBringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured Approach
Brian Frerichs
 
FACIAL NERVE
FACIAL NERVEFACIAL NERVE
FACIAL NERVE
aditigupta1117
 
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
bkling
 
Vicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdfVicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdf
Arunima620542
 
Top Rated Massage Center In Ajman Chandrima Spa
Top Rated Massage Center In Ajman Chandrima SpaTop Rated Massage Center In Ajman Chandrima Spa
Top Rated Massage Center In Ajman Chandrima Spa
Chandrima Spa Ajman
 
Gemma Wean- Nutritional solution for Artemia
Gemma Wean- Nutritional solution for ArtemiaGemma Wean- Nutritional solution for Artemia
Gemma Wean- Nutritional solution for Artemia
smuskaan0008
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
priyabhojwani1200
 
CCSN_June_06 2024_jones. Cancer Rehabpptx
CCSN_June_06 2024_jones. Cancer RehabpptxCCSN_June_06 2024_jones. Cancer Rehabpptx
CCSN_June_06 2024_jones. Cancer Rehabpptx
Canadian Cancer Survivor Network
 
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdfDECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
Dr Rachana Gujar
 
The Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdfThe Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdf
Dr Rachana Gujar
 

Recently uploaded (20)

Pneumothorax and role of Physiotherapy in it.
Pneumothorax and role of Physiotherapy in it.Pneumothorax and role of Physiotherapy in it.
Pneumothorax and role of Physiotherapy in it.
 
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
Exploring the Benefits of Binaural Hearing: Why Two Hearing Aids Are Better T...
 
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
TEST BANK FOR Health Assessment in Nursing 7th Edition by Weber Chapters 1 - ...
 
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdfComprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
Comprehensive Rainy Season Advisory: Safety and Preparedness Tips.pdf
 
Hypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in itHypotension and role of physiotherapy in it
Hypotension and role of physiotherapy in it
 
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdfchatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
chatgptfornlp-230314021506-2f03f614.pdf. 21506-2f03f614.pdf
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
 
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar DoshiCOPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
COPD Treatment in Ghatkopar,Mumbai. Dr Kumar Doshi
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022NKTI Annual Report - Annual Report FY 2022
NKTI Annual Report - Annual Report FY 2022
 
Bringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured ApproachBringing AI into a Mid-Sized Company: A structured Approach
Bringing AI into a Mid-Sized Company: A structured Approach
 
FACIAL NERVE
FACIAL NERVEFACIAL NERVE
FACIAL NERVE
 
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
Let's Talk About It: Breast Cancer (What is Mindset and Does it Really Matter?)
 
Vicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdfVicarious movements or trick movements_AB.pdf
Vicarious movements or trick movements_AB.pdf
 
Top Rated Massage Center In Ajman Chandrima Spa
Top Rated Massage Center In Ajman Chandrima SpaTop Rated Massage Center In Ajman Chandrima Spa
Top Rated Massage Center In Ajman Chandrima Spa
 
Gemma Wean- Nutritional solution for Artemia
Gemma Wean- Nutritional solution for ArtemiaGemma Wean- Nutritional solution for Artemia
Gemma Wean- Nutritional solution for Artemia
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
 
CCSN_June_06 2024_jones. Cancer Rehabpptx
CCSN_June_06 2024_jones. Cancer RehabpptxCCSN_June_06 2024_jones. Cancer Rehabpptx
CCSN_June_06 2024_jones. Cancer Rehabpptx
 
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdfDECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
DECODING THE RISKS - ALCOHOL, TOBACCO & DRUGS.pdf
 
The Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdfThe Power of Superfoods and Exercise.pdf
The Power of Superfoods and Exercise.pdf
 

auto-assistance system for visually impaired person

  • 1. Presentation Flow 5. Block Diagram 3. Drawback 4. YOLO 2. Introduction 1. Motivation 10. Summary 8. Implementation Results 9. Advantages & Applications 7. Limitation 6. Methodology
  • 2. Motivation Many people suffer from temporary or permanent disabilities. Current scenario: • Disable person has to depend on another person • A blindman stick is not able to detect the obstacle in path • Using wheelchair the safety of person is not guaranteed
  • 4. Introduction  Visually impaired individuals face many difficulties when they involve in self navigating.  Manual or electrical wheelchairs satisfies disability, where the patients can use it independently.  So, the core idea is to design an Auto-Assistance system. Constraints:  Working with Small object with similar shape and size, and different back-ground colour etc.  Auto-Assistance system is designed to work in the Indoor environment like hospital, public garden area etc.
  • 5. Methodology Collect positive images of object Collect negative images of object Create vector file for positive images Create .bat file for negative images Take 150+ photos of image which content object Take at least 150-200 negative photos which doesn't contain object This is a dataset of positive images in a form that is supported by openCV application This is a dataset of all negative images
  • 6. Create trained .xml file of +ve &-ve image set Capture video frames from camera Convert each image to grayscale Integral sum of pixels value S(x,y)=i(x,y)+s(x-1,y)+s(x,y-1)-s(x-1,y-1) Green = (0, 255, 0)
  • 7. Difference of +ve & -ve values Detection of object using multiscale method Rectangle END ∆ = ∑(Black area pixels) - ∑(White area pixels) -1 1; This method resizes the small images and after some threshold value it will discard the image
  • 8. Drawbacks of Haar-Cascade Algorithm  Less Accuracy  Need more number of Images  Less Ideal for object at arbitrary poses  Detection accuracy decreases with different backgrounds 700 Images for Training 700 Images for Training
  • 10. Literature Survey Simple Convolutional Neural Network on Image Classification (IEEE-2017) Tianmei Guo et.el proposed about CNN which has less computation cost and examined different methods and optimization algorithms for learning rate set and image classification parameters. Shallow network for good recognition effect has been verified.
  • 11. Why YOLO ?  YOLO (You Only Look Once) is a network for object detection that consists of determining the location on the image where certain objects are present.  Classifies object along with class probabilities for real time applications.  It uses single CNN network for both localization and classification of objects using bounding box.  The YOLO design enables end-to-end training and real time speeds while maintaining high average precision.
  • 13. Methodology of YOLO Input Image Split the image into S× S grid Cells (S=7)
  • 14.  Each cell predicts B Bounding boxes, confidence for those boxes and C class probabilities. 1) Image S× S Grids 2) Grid Cell  B: BBoxes and Confidence Score x, y, w, h Confidence Pr (Object)* IOUtruth prediction Output Feature Map: S×S× (B*5+C)
  • 15. 1. x- coordinate of Bbox center inside cell 2. y- coordinate of Bbox center inside cell 3. w- Bbox width 4. h- Bbox height 5. c- Bbox Confidence 5 5 No. of classes Anchor box2Anchor box1 Anchor box1 Anchor box2 Array of detected object coordinates Confidence Value x and y coordinates w h
  • 16. Non-Maximum Suppression 0.5 0.3 0.2 0.1 0 0 Class Score for each BBox  Compare “Bbox_max” with others less score Bboxes (Bbox_cur).  if IoU (Bbox_max, Bbox_cur) > Threshold, then set 0 score to Bbox_cur. else keep the same values.  Go to next Bbox with big score and do this process with all other less score Bbox_cur.  After Comparison only two Bbox will be left with non zero class score value.
  • 17. Bounding Boxes + Confidence Class Probability map Object DetectionS× S Grids on Input Object Detection using YOLO
  • 18. Flowchart of YOLO Start Initialize the packages / library Initialize the parameters contains weights, model, threshold Access web cam with fra me dimension Read the frame Predict the object from frames Bounding box with class name with confidence value Print FPS If Esc pressed for 30 ms End Break from loop No Yes
  • 19. Limitations of YOLO  Group of Small Objects  Localization error of bounding box
  • 20. Testing Strategies for YOLO COCO 2017 Dataset – 80 Classes Parameters YOLO Classes(used) 3 No. of Images 700-800 per Class Labeling Time 2 Hours Training Time 1.5 Days (GPU) 3 Days (CPU) Epochs 350 Batch size 64
  • 21. Project Cost Sr. No Components Quantity Cost (per Unit) INR 1 Raspberry pi Model 3B 1 2600 (Available in LAB) 2 USB Webcam 1 1300 (Available with us) Effective Total Cost 0
  • 22. Parameters Haar Cascade YOLO Accuracy Poor Good Performance Poor Good Computational time Good Poor Computation Complexity Good Poor Comparison of Object Detection Algorithms
  • 23. Implementation Results Algorithms Person Cup Ball Haar Cascade YOLO
  • 24. Advantages and Applications  Advantages  Impaired person becomes self-reliant  Low cost  Less maintenance  Easy and convenient  Comfortable and safe  Application  Hospital  Public garden area
  • 25. Summary COCO 2017 Dataset has been used to train YOLO model. When processed on CPU, Haar cascade is the fastest algorithm, but YOLO gives more accurate results when detecting multiple objects simultaneously for real time applications. Better accuracy was found using YOLO with the particular performance input parameters. A device with text-to-speech conversion could be used to provide information. The system for visually impaired could be a real boon to make the visually impaired person self-reliant and independent.
  • 26. References 1. M. Özçeli̇körs, A. Çoşkun, M. G. Say, A. Yazici, U. Yayan and M. Akçakoca, "Kinect based Intelligent Wheelchair navigation with potential fields," 2014 IEEE International Symposium on Innovations in Intelligent Systems and Applications (INISTA) Proceedings, Alberobello, 2014, pp. 330-337. 2. https://pjreddie.com/darknet/yolo/ 3. https://github.com/opencv/opencv/tree/master/data/haarcascades 4. https://www.pyimagesearch.com/2017/09/18/real-time-object-detection-with-deep-learning -and-opencv/