SlideShare a Scribd company logo
1 of 30
Introduction
 Artificial intelligence, commonly referred to as AI, is the process of imparting data, information,
and human intelligence to machines.
 The main goal of Artificial Intelligence is to develop self-reliant machines that can think and act
like humans.
 Deep learning’s core concept lies in artificial neural networks, which enable machines to make
decisions.
Abstract
Vision is one of the most important human senses, and it plays a critical role in understanding the
surrounding environment.
However, millions of people in the world are experiencing visual impairment.
This project has proposed a novel framework by utilizing AI, which makes the framework more
straightforward to use specifically for the individuals with visual impedances and to help the society.
 The proposed system will be able to properly recognize humans in complex environments with
multiple moving targets, thus providing to the user a complete set of information, namely presence,
position and nature of the available targets.
 Furthermore, a voice message alerts the visually impaired person about the obstacle or known or
unknown person
Relevance and Need of the Project in the Present
Context
India is home to one third of the world’s blind population and these numbers are expected to go up
further. This project mainly focuses on providing a safer and recognizable environment to the visually
impaired.
To develop a smart eye glass system that employs computer vision techniques and deep learning
models for Visually Impaired people.
To provides users with information regarding surrounding objects through real-time audio output.
To recognize the face and identity information of relatives and friends.
Literature Survey
Title & Year Author Methods Merits Demerits
A Hybrid Algorithm for Face
Detection to Avoid Racial
Inequity Due to Dark Skin
Year:2021
Muhammad, Syed Sarmad
Abbas, Adnan Abid, Saim
Rasheed
Link:
https://ieeexplore.ieee.org
/document/9585604
There has been significant development in the facial
recognition technology during past few decades. .
Furthermore, it has now been incorporated into our
daily usages, such as consumer applications, personal
data protection, or cyber-security, particularly while
using smartphones.
Its accuracy is high.
It is efficient and time consuming is
low.
The accuracy is very low to detect
people with dark skin.
To detect the variation among the
skin tone within races has been
considered as major challenge for all
skin modelling techniques.
Exposing Fake Faces Through
Deep Neural Networks
Combining Content and
Trace Feature Extractors
Year:2021
Eunji Kim, Sungzoon Cho
Link:
https://ieeexplore.ieee.org
/document/9531572
With the breakthrough of computer vision and deep
learning, there has been a surge of realistic looking fake
face media manipulated by AI such as DeepFake or
Face2Face that manipulate facial identities or
expressions.
Highest accuracy at various video
compression levels
It effectively learns the different
characteristics of fake manipulation
methods.
It is less effective.
Accuracy is low.
Object Detection in Thermal
Spectrum for Advanced
Driver-Assistance Systems
Year:2021
Muhammad Ali
Farooq, Peter
Corcoran, Cosmin
Rotariu, Waseem Shariff
Link:
https://ieeexplore.ieee.org
/document/9618926
Thermal cameras can be used for object detection in
both day and night-time environmental conditions.
Since it is invariant to illumination changes, occlusions,
and shadows it provides improved situational
awareness.
Highest mean average precision. Data has yet not achieved vigorous
result.
Little variability in the scene.
Title & Year Author Methods Merits Demerits
YOLO-FIRI: Improved YOLOv5
for Infrared Image Object
Detection
Year:2021
Shasha Li; Yongjun Li; Yao
Li; Mengjun Li; Xiaorong Xu
Link:
https://ieeexplore.ieee.org/
document/9576741
To infrared image object detection using a one-stage
region-free object detector YOLO-FIR. The designed
feature extraction network extends and iterates the
shallow CSP module, which uses an improved attention
module,
The detection accuracy of infrared
small objects is high and images
low recognition rate.
false alarm rate.
Learning Domain-Invariant
Discriminative Features for
Heterogeneous Face
Recognition
Year:2020
Shanmin Yang, Keren
Fu, Xiao Yang, Ye
Lin, Jianwei Zhang, Cheng
Peng
Link:
https://ieeexplore.ieee.org/
document/9262951
To a novel framework for heterogeneous face recognition
(HFR), integrating domain-level and class-level alignment
in one unified network using domain-invariant
discriminative features (DIDF) method.
The effectiveness and superiority of
the proposed DIDF framework
Replaced/improved for other
problems such as pose/lighting/
expression
Matching face images across different
domains, is a challenging problem.
Lacking in sufficient pairwise cross-
modality training data.
Accuracy is low.
Problem Identified
Individuals suffering from visual impairments and blindness encounter difficulties in moving
independently and overcoming various problems in their routine lives.
They are facing difficulties in their daily navigations since they cannot see the obstacles or persons in
their surroundings.
Lot of companies try to develop electric equipment and gadgets for visually challenged people in
order to overcome their mobility problem without any sort of dependence.
Objective
To develop a smart glass system that employs computer vision techniques and deep learning models
for Visually Impaired people.
To provides users with information regarding surrounding objects through real-time audio output.
To recognize the face and identity information of relatives and friends.
Proposed System
 The proposed system of the project is to design and fabricate a Smart Camera that designed to make
recognizing faces and objects easier for visually impaired people.
 The comprised system comprises of data collection, Face/Object Identification, Classification of the
identified face/object, Prediction of the data. A voice alert message is sent to the user.
Unique Features of the Proposed System
 Smart Camera is designed to recognizing faces and objects for visually impaired
people.
 The Faster R-CNN model uses perform the object detection and classification.
 CNN is used to detect known person.
 A trained assistant who provides spoken feedback about what you are looking at.
Advantages
 An effective way to help the visually impaired people recognize and locate objects.
 The proposed smart camera is a low-cost device with faster response, user-friendly.
 It interacts with its user by means of audio messages.
 Obtain high accuracy in detection of object/face.
 Visually Impaired people feel the environment safe, convenient and comfortable.
Modules List (Functional Requirements)
1. Object Detection and Face Recognition Module
2.1. Face Enrollment
2. Object and Face Identification
3. Prediction
4. Performance Analysis
Object Detection and Face Recognition
2.1. Face Enrollment
 This module begins by registering a few frontal face of Blind persons friends,
family or other know person.
 These templates then become the reference for evaluating and registering the
templates for the other poses: tilting up/down, moving closer/further, and turning
left/right.
 Frames are extracted from video input.
Object and Face Identification
 Capturing the object or face image from the Smart Glass Camera, the image is
given to face detection module.
 This module detects the image regions which are likely to be human.
 Face image is given as input to the feature extraction module to find the key
features that will be used for classification.
 The face image is then classified as either known or unknown.
Prediction
 In this module the matching process is done with trained classified result and test
Live Camera Captured Classified file.
 Hamming Distance is used to calculate the difference according to the result the
prediction accuracy will be displayed.
 Audio output.
 If a data is triggered during processing, voice is used to alert the user, generating,
for example, “stop,” if there is an obstacle in the way. Saying that Hi Suramya.
Performance Analysis
 In this module we able to find the performance of our system using
SENSITIVITY, SPECIFICITY AND ACCURACY of Data in the datasets are
divided into two classes not pedestrian (the negative class) and pedestrian (the
positive class).
 Sensitivity, specificity, and accuracy are calculated using the True positive (TP),
true negative (TN), false negative (FN), and false positive (FP).
 TP is the number of positive cases that are classified as positive.
SNO Description Stimulus Response Dependencies &
constrains
1 Face Enrollment This module begins by
registering a few frontal face of
Visually Impaired persons
friends, family or other know
person.
The system accepts and
register the individuals
N/A
2 Object or Face Image
Acquisition
Cameras should be deployed in
Smart Glass to capture relevant
video. Computer and camera are
interfaced and here webcam is
used.
Camera that is used
capture the images of
the individual/object
N/A
3 Frame Extraction Frames are extracted from video
input. The video must be divided
into sequence of images which
are further processed.
The sequenced image
is further processed.
N/A
4 Pre -Processing Object or Face Image pre-
processing are the steps taken to
format images before they are
used by model training and
inference
• Read image
• RGB to Grey Scale
conversion
• Resize image
• Noise Removal
N/A
SNO Description Stimulus Response Dependencie
s &
constrains
5 Face Detection Face detection and segmentation
method based on improved RPN.
For Storing the data, Face
is detected
N/A
6 Object Detection Object detection is an important
computer vision task used to detect
instances of visual objects of
certain classes (for example,
humans, animals, cars, or
buildings) in digital images such as
photos or video frames
Similar to Face Detection.
Objects are also detected
and stored.
N/A
7 Feature Extraction Face image is given as input to the
feature extraction module to find the
key features that will be used for
classification.
The facial information including eyes,
nose and mouth is automatically
extracted and is then used to calculate
the effects of the variation using its
relation to the frontal face templates.
N/A
8 Object and Face
Classification
Classification of collected images based
on faster R-CNN
Faster R-CNN runs the neural network
once on the whole image. At the end of
the network is a novel method known as
Region of Interest (ROI) Pooling, which
slices out each Region of Interest from
the network’s output tensor, reshapes,
and classifies it.
N/A
SNO Description Stimulus Response Dependencies
& constrains
8 Object and Face
Classification
Classification of collected images
based on faster R-CNN
Faster R-CNN runs the
neural network once on the
whole image. At the end of
the network is a novel
method known as Region of
Interest (ROI) Pooling,
which slices out each
Region of Interest from the
network’s output tensor,
reshapes, and classifies it.
N/A
9 Object and Face
Identification
This module detects the image regions
which are likely to be human. After the
face detection using Region Proposal
Network (RPN), face image is given as
input to the feature extraction module
to find the key features that will be
used for classification.
After storing the data,
Each time the face or
object is identified
using RPN.
N/A
10 Performance Analysis Sensitivity, specificity, and accuracy are
calculated using the True positive (TP),
true negative (TN), false negative (FN),
and false positive (FP).
.
The performance and
accuracy is tested.
N/A
NON-FUNCTIONAL REQUIREMENTS
System should be able to accommodate large data items.
System should have user-friendly interface.
Responses should appear within seconds on the screen.
The system should be available 24*7
Hardware specification
 Processors: Intel® Core™ i5 processor 4300M at 2.60 GHz or 2.59 GHz (1 socket,
2 cores, 2 threads per core), 8 GB of DRAM.
 Disk space: 320 GB.
 Operating systems: Windows® 10, macOS*, and Linux*.
Software Specification
Server Side : Python 3.7.4(64-bit) or (32-bit)
Client Side : HTML, CSS, Bootstrap
IDE : Flask 1.1.1
Back end: MySQL 5.
Server : Wampserver 2i
DL DLL: TensorFlow, Pandas, SiKit Learn
System Architecture
Live Video
Dataset Annotation
Data Preparation
Object or Face Detection
Feature Extraction
Classification
Online Classifier Loader
Prediction
Person Name
Object Name
Face Enrollment Object Dataset
Validation
Training Phase
FRCNN
Data Flow Diagram
Level 0
Level 1
Usecase
Screen Interface Designs
ppt with template for reference (1).pptx

More Related Content

Similar to ppt with template for reference (1).pptx

Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionNikyaa7
 
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET Journal
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition systemDivya Sushma
 
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...IRJET Journal
 
Covid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry piCovid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry piIRJET Journal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET- IoT based Door Access Control using Face Recognition
IRJET- IoT based Door Access Control using Face RecognitionIRJET- IoT based Door Access Control using Face Recognition
IRJET- IoT based Door Access Control using Face RecognitionIRJET Journal
 
IRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET Journal
 
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...IRJET Journal
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdarraihansikdar
 
Human Face Identification
Human Face IdentificationHuman Face Identification
Human Face Identificationbhupesh lahare
 
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?Kavika Roy
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face RecognitionIRJET Journal
 
Facial recognition technology by vaibhav
Facial recognition technology by vaibhavFacial recognition technology by vaibhav
Facial recognition technology by vaibhavVaibhav P
 
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
 
Assistance Application for Visually Impaired - VISION
Assistance Application for Visually  Impaired - VISIONAssistance Application for Visually  Impaired - VISION
Assistance Application for Visually Impaired - VISIONIJSRED
 
ATM SECURITY USING FACE RECOGNITION
ATM SECURITY USING FACE RECOGNITIONATM SECURITY USING FACE RECOGNITION
ATM SECURITY USING FACE RECOGNITIONLisa Cain
 
IRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET Journal
 

Similar to ppt with template for reference (1).pptx (20)

Automatic Attendance system using Facial Recognition
Automatic Attendance system using Facial RecognitionAutomatic Attendance system using Facial Recognition
Automatic Attendance system using Facial Recognition
 
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
IRJET- Deep Learning Based Card-Less Atm Using Fingerprint And Face Recogniti...
 
Facial recognition system
Facial recognition systemFacial recognition system
Facial recognition system
 
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...
CONFIDENCE LEVEL ESTIMATOR BASED ON FACIAL AND VOICE EXPRESSION RECOGNITION A...
 
Covid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry piCovid Mask Detection and Social Distancing Using Raspberry pi
Covid Mask Detection and Social Distancing Using Raspberry pi
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET- IoT based Door Access Control using Face Recognition
IRJET- IoT based Door Access Control using Face RecognitionIRJET- IoT based Door Access Control using Face Recognition
IRJET- IoT based Door Access Control using Face Recognition
 
IRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine LearningIRJET- ATM Security using Machine Learning
IRJET- ATM Security using Machine Learning
 
Face Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal GargFace Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal Garg
 
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
FACE MASK DETECTION AND COUNTER IN THINGSPEAK WITH EMAIL ALERT SYSTEM FOR COV...
 
Attendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan SikdarAttendance system based on face recognition using python by Raihan Sikdar
Attendance system based on face recognition using python by Raihan Sikdar
 
Human Face Identification
Human Face IdentificationHuman Face Identification
Human Face Identification
 
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?
What Is Facial Recognition, How It Is Used & What Is It’s Future Scope?
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face Recognition
 
Facial recognition technology by vaibhav
Facial recognition technology by vaibhavFacial recognition technology by vaibhav
Facial recognition technology by vaibhav
 
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...
 
Assistance Application for Visually Impaired - VISION
Assistance Application for Visually  Impaired - VISIONAssistance Application for Visually  Impaired - VISION
Assistance Application for Visually Impaired - VISION
 
ATM SECURITY USING FACE RECOGNITION
ATM SECURITY USING FACE RECOGNITIONATM SECURITY USING FACE RECOGNITION
ATM SECURITY USING FACE RECOGNITION
 
8 g iris-recognition_system
8 g iris-recognition_system8 g iris-recognition_system
8 g iris-recognition_system
 
IRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually ImpairedIRJET- Assistant Systems for the Visually Impaired
IRJET- Assistant Systems for the Visually Impaired
 

Recently uploaded

Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一ozave
 
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | Delhi
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | DelhiFULL NIGHT — 9999894380 Call Girls In Jagat Puri | Delhi
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | DelhiSaketCallGirlsCallUs
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Delhi Call girls
 
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...amitlee9823
 
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7Hyderabad Escorts Agency
 
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...amitlee9823
 
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...amitlee9823
 
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...amitlee9823
 
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...amitlee9823
 
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfJohn Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfExcavator
 
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitoutELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitoutssjews46
 
Dubai Call Girls R0yalty O525547819 Call Girls Dubai
Dubai Call Girls R0yalty O525547819 Call Girls DubaiDubai Call Girls R0yalty O525547819 Call Girls Dubai
Dubai Call Girls R0yalty O525547819 Call Girls Dubaikojalkojal131
 
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men 🔝Asansol🔝 Escorts...
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men  🔝Asansol🔝   Escorts...➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men  🔝Asansol🔝   Escorts...
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men 🔝Asansol🔝 Escorts...amitlee9823
 
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...nirzagarg
 

Recently uploaded (20)

Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Rajajinagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
如何办理麦考瑞大学毕业证(MQU毕业证书)成绩单原版一比一
 
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | Delhi
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | DelhiFULL NIGHT — 9999894380 Call Girls In Jagat Puri | Delhi
FULL NIGHT — 9999894380 Call Girls In Jagat Puri | Delhi
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Hongasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Stay Cool and Compliant: Know Your Window Tint Laws Before You Tint
Stay Cool and Compliant: Know Your Window Tint Laws Before You TintStay Cool and Compliant: Know Your Window Tint Laws Before You Tint
Stay Cool and Compliant: Know Your Window Tint Laws Before You Tint
 
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men  🔝Moradabad🔝   Esc...
➥🔝 7737669865 🔝▻ Moradabad Call-girls in Women Seeking Men 🔝Moradabad🔝 Esc...
 
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Kadugodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
(INDIRA) Call Girl Nashik Call Now 8617697112 Nashik Escorts 24x7
 
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK  24/7
BOOK FARIDABAD CALL GIRL(VIP Sunny Leone) @8168257667 BOOK 24/7
 
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...
Vip Mumbai Call Girls Navi Mumbai Call On 9920725232 With Body to body massag...
 
(ISHITA) Call Girls Service Jammu Call Now 8617697112 Jammu Escorts 24x7
(ISHITA) Call Girls Service Jammu Call Now 8617697112 Jammu Escorts 24x7(ISHITA) Call Girls Service Jammu Call Now 8617697112 Jammu Escorts 24x7
(ISHITA) Call Girls Service Jammu Call Now 8617697112 Jammu Escorts 24x7
 
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Mumbai Call On 9920725232 With Body to body massage wit...
 
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...
Top Rated Call Girls Navi Mumbai : 9920725232 We offer Beautiful and sexy Cal...
 
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
Top Rated Call Girls Mumbai Central : 9920725232 We offer Beautiful and sexy ...
 
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdfJohn Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
John Deere 7430 7530 Tractors Diagnostic Service Manual W.pdf
 
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitoutELECTRICITÉ TMT 55.pdf electrick diagram manitout
ELECTRICITÉ TMT 55.pdf electrick diagram manitout
 
Dubai Call Girls R0yalty O525547819 Call Girls Dubai
Dubai Call Girls R0yalty O525547819 Call Girls DubaiDubai Call Girls R0yalty O525547819 Call Girls Dubai
Dubai Call Girls R0yalty O525547819 Call Girls Dubai
 
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men 🔝Asansol🔝 Escorts...
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men  🔝Asansol🔝   Escorts...➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men  🔝Asansol🔝   Escorts...
➥🔝 7737669865 🔝▻ Asansol Call-girls in Women Seeking Men 🔝Asansol🔝 Escorts...
 
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...
Somya Surve Escorts Service Bilaspur ❣️ 7014168258 ❣️ High Cost Unlimited Har...
 

ppt with template for reference (1).pptx

  • 1. Introduction  Artificial intelligence, commonly referred to as AI, is the process of imparting data, information, and human intelligence to machines.  The main goal of Artificial Intelligence is to develop self-reliant machines that can think and act like humans.  Deep learning’s core concept lies in artificial neural networks, which enable machines to make decisions.
  • 2. Abstract Vision is one of the most important human senses, and it plays a critical role in understanding the surrounding environment. However, millions of people in the world are experiencing visual impairment. This project has proposed a novel framework by utilizing AI, which makes the framework more straightforward to use specifically for the individuals with visual impedances and to help the society.  The proposed system will be able to properly recognize humans in complex environments with multiple moving targets, thus providing to the user a complete set of information, namely presence, position and nature of the available targets.  Furthermore, a voice message alerts the visually impaired person about the obstacle or known or unknown person
  • 3. Relevance and Need of the Project in the Present Context India is home to one third of the world’s blind population and these numbers are expected to go up further. This project mainly focuses on providing a safer and recognizable environment to the visually impaired. To develop a smart eye glass system that employs computer vision techniques and deep learning models for Visually Impaired people. To provides users with information regarding surrounding objects through real-time audio output. To recognize the face and identity information of relatives and friends.
  • 4. Literature Survey Title & Year Author Methods Merits Demerits A Hybrid Algorithm for Face Detection to Avoid Racial Inequity Due to Dark Skin Year:2021 Muhammad, Syed Sarmad Abbas, Adnan Abid, Saim Rasheed Link: https://ieeexplore.ieee.org /document/9585604 There has been significant development in the facial recognition technology during past few decades. . Furthermore, it has now been incorporated into our daily usages, such as consumer applications, personal data protection, or cyber-security, particularly while using smartphones. Its accuracy is high. It is efficient and time consuming is low. The accuracy is very low to detect people with dark skin. To detect the variation among the skin tone within races has been considered as major challenge for all skin modelling techniques. Exposing Fake Faces Through Deep Neural Networks Combining Content and Trace Feature Extractors Year:2021 Eunji Kim, Sungzoon Cho Link: https://ieeexplore.ieee.org /document/9531572 With the breakthrough of computer vision and deep learning, there has been a surge of realistic looking fake face media manipulated by AI such as DeepFake or Face2Face that manipulate facial identities or expressions. Highest accuracy at various video compression levels It effectively learns the different characteristics of fake manipulation methods. It is less effective. Accuracy is low. Object Detection in Thermal Spectrum for Advanced Driver-Assistance Systems Year:2021 Muhammad Ali Farooq, Peter Corcoran, Cosmin Rotariu, Waseem Shariff Link: https://ieeexplore.ieee.org /document/9618926 Thermal cameras can be used for object detection in both day and night-time environmental conditions. Since it is invariant to illumination changes, occlusions, and shadows it provides improved situational awareness. Highest mean average precision. Data has yet not achieved vigorous result. Little variability in the scene.
  • 5. Title & Year Author Methods Merits Demerits YOLO-FIRI: Improved YOLOv5 for Infrared Image Object Detection Year:2021 Shasha Li; Yongjun Li; Yao Li; Mengjun Li; Xiaorong Xu Link: https://ieeexplore.ieee.org/ document/9576741 To infrared image object detection using a one-stage region-free object detector YOLO-FIR. The designed feature extraction network extends and iterates the shallow CSP module, which uses an improved attention module, The detection accuracy of infrared small objects is high and images low recognition rate. false alarm rate. Learning Domain-Invariant Discriminative Features for Heterogeneous Face Recognition Year:2020 Shanmin Yang, Keren Fu, Xiao Yang, Ye Lin, Jianwei Zhang, Cheng Peng Link: https://ieeexplore.ieee.org/ document/9262951 To a novel framework for heterogeneous face recognition (HFR), integrating domain-level and class-level alignment in one unified network using domain-invariant discriminative features (DIDF) method. The effectiveness and superiority of the proposed DIDF framework Replaced/improved for other problems such as pose/lighting/ expression Matching face images across different domains, is a challenging problem. Lacking in sufficient pairwise cross- modality training data. Accuracy is low.
  • 6. Problem Identified Individuals suffering from visual impairments and blindness encounter difficulties in moving independently and overcoming various problems in their routine lives. They are facing difficulties in their daily navigations since they cannot see the obstacles or persons in their surroundings. Lot of companies try to develop electric equipment and gadgets for visually challenged people in order to overcome their mobility problem without any sort of dependence.
  • 7. Objective To develop a smart glass system that employs computer vision techniques and deep learning models for Visually Impaired people. To provides users with information regarding surrounding objects through real-time audio output. To recognize the face and identity information of relatives and friends.
  • 8. Proposed System  The proposed system of the project is to design and fabricate a Smart Camera that designed to make recognizing faces and objects easier for visually impaired people.  The comprised system comprises of data collection, Face/Object Identification, Classification of the identified face/object, Prediction of the data. A voice alert message is sent to the user.
  • 9. Unique Features of the Proposed System  Smart Camera is designed to recognizing faces and objects for visually impaired people.  The Faster R-CNN model uses perform the object detection and classification.  CNN is used to detect known person.  A trained assistant who provides spoken feedback about what you are looking at.
  • 10. Advantages  An effective way to help the visually impaired people recognize and locate objects.  The proposed smart camera is a low-cost device with faster response, user-friendly.  It interacts with its user by means of audio messages.  Obtain high accuracy in detection of object/face.  Visually Impaired people feel the environment safe, convenient and comfortable.
  • 11. Modules List (Functional Requirements) 1. Object Detection and Face Recognition Module 2.1. Face Enrollment 2. Object and Face Identification 3. Prediction 4. Performance Analysis
  • 12. Object Detection and Face Recognition 2.1. Face Enrollment  This module begins by registering a few frontal face of Blind persons friends, family or other know person.  These templates then become the reference for evaluating and registering the templates for the other poses: tilting up/down, moving closer/further, and turning left/right.  Frames are extracted from video input.
  • 13. Object and Face Identification  Capturing the object or face image from the Smart Glass Camera, the image is given to face detection module.  This module detects the image regions which are likely to be human.  Face image is given as input to the feature extraction module to find the key features that will be used for classification.  The face image is then classified as either known or unknown.
  • 14. Prediction  In this module the matching process is done with trained classified result and test Live Camera Captured Classified file.  Hamming Distance is used to calculate the difference according to the result the prediction accuracy will be displayed.  Audio output.  If a data is triggered during processing, voice is used to alert the user, generating, for example, “stop,” if there is an obstacle in the way. Saying that Hi Suramya.
  • 15. Performance Analysis  In this module we able to find the performance of our system using SENSITIVITY, SPECIFICITY AND ACCURACY of Data in the datasets are divided into two classes not pedestrian (the negative class) and pedestrian (the positive class).  Sensitivity, specificity, and accuracy are calculated using the True positive (TP), true negative (TN), false negative (FN), and false positive (FP).  TP is the number of positive cases that are classified as positive.
  • 16. SNO Description Stimulus Response Dependencies & constrains 1 Face Enrollment This module begins by registering a few frontal face of Visually Impaired persons friends, family or other know person. The system accepts and register the individuals N/A 2 Object or Face Image Acquisition Cameras should be deployed in Smart Glass to capture relevant video. Computer and camera are interfaced and here webcam is used. Camera that is used capture the images of the individual/object N/A 3 Frame Extraction Frames are extracted from video input. The video must be divided into sequence of images which are further processed. The sequenced image is further processed. N/A 4 Pre -Processing Object or Face Image pre- processing are the steps taken to format images before they are used by model training and inference • Read image • RGB to Grey Scale conversion • Resize image • Noise Removal N/A
  • 17. SNO Description Stimulus Response Dependencie s & constrains 5 Face Detection Face detection and segmentation method based on improved RPN. For Storing the data, Face is detected N/A 6 Object Detection Object detection is an important computer vision task used to detect instances of visual objects of certain classes (for example, humans, animals, cars, or buildings) in digital images such as photos or video frames Similar to Face Detection. Objects are also detected and stored. N/A 7 Feature Extraction Face image is given as input to the feature extraction module to find the key features that will be used for classification. The facial information including eyes, nose and mouth is automatically extracted and is then used to calculate the effects of the variation using its relation to the frontal face templates. N/A 8 Object and Face Classification Classification of collected images based on faster R-CNN Faster R-CNN runs the neural network once on the whole image. At the end of the network is a novel method known as Region of Interest (ROI) Pooling, which slices out each Region of Interest from the network’s output tensor, reshapes, and classifies it. N/A
  • 18. SNO Description Stimulus Response Dependencies & constrains 8 Object and Face Classification Classification of collected images based on faster R-CNN Faster R-CNN runs the neural network once on the whole image. At the end of the network is a novel method known as Region of Interest (ROI) Pooling, which slices out each Region of Interest from the network’s output tensor, reshapes, and classifies it. N/A 9 Object and Face Identification This module detects the image regions which are likely to be human. After the face detection using Region Proposal Network (RPN), face image is given as input to the feature extraction module to find the key features that will be used for classification. After storing the data, Each time the face or object is identified using RPN. N/A 10 Performance Analysis Sensitivity, specificity, and accuracy are calculated using the True positive (TP), true negative (TN), false negative (FN), and false positive (FP). . The performance and accuracy is tested. N/A
  • 19. NON-FUNCTIONAL REQUIREMENTS System should be able to accommodate large data items. System should have user-friendly interface. Responses should appear within seconds on the screen. The system should be available 24*7
  • 20. Hardware specification  Processors: Intel® Core™ i5 processor 4300M at 2.60 GHz or 2.59 GHz (1 socket, 2 cores, 2 threads per core), 8 GB of DRAM.  Disk space: 320 GB.  Operating systems: Windows® 10, macOS*, and Linux*.
  • 21. Software Specification Server Side : Python 3.7.4(64-bit) or (32-bit) Client Side : HTML, CSS, Bootstrap IDE : Flask 1.1.1 Back end: MySQL 5. Server : Wampserver 2i DL DLL: TensorFlow, Pandas, SiKit Learn
  • 22. System Architecture Live Video Dataset Annotation Data Preparation Object or Face Detection Feature Extraction Classification Online Classifier Loader Prediction Person Name Object Name Face Enrollment Object Dataset Validation Training Phase FRCNN
  • 26.
  • 27.
  • 28.