SlideShare uma empresa Scribd logo
1 de 2
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 926
Object Detection for Autonomous Cars using AI/ML
Kethang Kenneth Kath 1, Prashantha O 2, Amit Kamble 3, Prof. Anu C.S 4
1,2,3,4 Computer Science and Engineering, BIET, Davanagere, India.
---------------------------------------------------------------------***-------------------------------------------------------------------
Abstract— The purpose of this project is to research the
ethics for the acquisition of object detection for driverless
cars. The world of Computer Vision is continuously rising
with a rise in interaction between human and machine. Self-
driving cars have deployed the utilization of GPS. Our paper
proposes a result which will identify and rightly
prognosticate objects round the driverless car. The aptitude
to perceive and identify objects from camera perspective are
the main aim of our paper. We have used MobileNet-SSD, an
object discovery model that calculates the bounding boxes
and categorizes an item from an inserted image. This paper
plans to coach the reader to higher understand how
autonomous cars scans its surroundings.
Keywords— object detection, image-processing, computer
vision , object classification
I. INTRODUCTION
Allowing computer to output digital information from
photos or videos falls into the sector of computer vision
(CV). Image Classification was considered as a recurrent
drawback in computer vision and was flagged as
unsolvable by many researchers that was until Lawrence
Larry Roberts extracted 3D features from 2D perspective
view of blocks. The potential to spot and recognize objects
either in single or quite one image frame can gain extreme
significance in various ways. While driving, the driver is
unable to identify objects properly due to a lack of
attention, light reflections, unknown objects, etc., which can
result in car crashes. The idea of self-driving vehicles has
been evolving with the advancement in ways associated
with the task of relating and rooting features from the
objects.
II. EASE OF USE
A. Computer Vision(CV)
Computer Vision is a field of AI allowing computers to
amass meaningful information in digital images that works
the same as human eye. Computer vision trains machines
to perform these tasks, but it’s job is to try and do it within
a short period of time with cameras, data and algorithms
instead of retina, optic nerve and a visible peridium.
System trained for examining products or watching
product assets can analyze thousands of products or
process a moment, noticing all small defects and issues and
also it can quickly surpass human capabilities.
III. EXISTING SYSTEM
In the existing system, the model makes use of the
Camera Sensor. Assume a sunny day suddenly turns into
a rainy and foggy day. In such cases, the sensor finds it
hard to detect the target object. That is where the
computer vision comes into play. Computer Vision is a
field of Artificial Intelligence that trains computers to
understand the visual world by training the model.
IV. PROPOSED SYSTEM
Accuracy plays an important role inprediction. Although
many algorithms are available for this purpose, we will
be using the SSD to classify the objects. We make use of
different libraries to form a network and also use
TensorFlow. Once the training is done our next objective
will be to test the model for accuracy.
V. OBJECTIVES
 To detect, classify, and track the object for
autonomous car.
 To Process the images frames to detects the object
using a Lidar.
 To Deploy models in the cloud and determines the
objects with good accuracy value.
VI. LITERATURE SURVEY SUMMARY
[1] Wang Junqiang, Li Jiansheng, Zhou Xuewen,
and Zhang Xu proposed an improved version
of SSD which aims at solving the trials and
errors of a slow detection speed.
[2] J Jeong, P. Hyojin , K. Nojun proposes an object
detection method that improve the accuracy of
the standard SSD object detection algorithms
in terms of precision and rapidness. The
proposed network is suitable for sharing
weights within the classifier network. This
improves generalization performance and
speeds up training. The suggested network has
a state-of-the-art mean average precision, that
is more superior to standard SSD, YOLO,
Faster-RCNN and RFCN. It is also faster than
Faster-RCNN and R-FCN
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 927
[3] S. Ren, Kaiming He, R. Girshick and Jian Sun
proposes their work on the Regional Proposal
Network(RPN) that correctly predicts the
object bounds and confidence score of the
objects at simultaneous positions.
[4] B. Liu, W. Zhao and Q. Sun evaluated the
performance of Faster R-CNN, fast RCNN
supported an experiment using pre trained
models and also the experimental results
showed the accuracy and detection of RCNN,
Fast R-CNN and Faster R-CNN.
VII. ALGORITHM APPLIED
In our project, we’ve got made use of the SSD algorithm as
its main purpose is real-time object detection. The object
detection model includes
 Probability that there in an object
 Height of the bounding box
 Width of the bounding box
SSD includes a base VGG-16 network followed by multibox
conv layers where VGG-16 employed for feature
extraction. SSD defines a value for every feature map layer.
Ranging from the left, Conv4_3 detects objects at
the rock bottom scale 0.2 (or 0.1 occasionally), and
ascends sequentially to the right layer at the 0.9 scale.
Combining the dimensional value with the target aspect
ratios, we cipher the width and height of the default boxes.
For layers making 6 prognostications, SSD starts with 5
target aspect ratios: 1, 2, 3, 1/2, and 1/3 also the width
and the height of the default boxes are calculated as:
w = scale . √
h =
√
than SSD adds an extra default box with scale:
√
and aspect ratio = 1
VIII. METHODOLOGY DIAGRAM
In this paper, we have made use of the device web cam to
detect the objects. Picking objects out of background
image and propose the objects as belonging to a certain
class human, in this case using a probability score and
defining the boundaries of the proposed objects with x-y
origin and height and length values. Open CV is a Library
which is used to carry out image processing using python.
This paper utilizes Open CV Library for object detection
using the web camera. Since TensorFlow has a
comprehensive, flexible ecosystem of tools, libraries and
community resources, it makes our task much easier to
create the machine learning model.
IX. CONCLUSION
The main aim of this paper is to demonstrate the ideas of
how autonomous cars perceive real world objects
through the camera using the SSD. From this paper, we
come to a conclusion that the output of the SSD object
identifies the mAP using a deep basic learning network,
which are classifiers based on CNN, and uses convolution
filters to finally find objects. Our implementation uses
MobileNet as the primary network. Caffe is used as an in-
depth learning framework. Caffe MobileNet SSD model
trained in COCO data set and optimized for PASCAL VOC
up to 72.8% mAP (mean average precision) was taken as
the pre-trained model. The model was able to successfully
detect objects of the classes’ ‘car’, ‘person’, ‘bus’, ‘motor
bike’, ‘bicycle’ and ‘cow’. The bounding box was
inconsistent in a high density and fast-moving traffic, but
was accurate when the objects were close to the camera.
However, the bounding boxes were consistent in the low-
density traffic scenario and performed better than high
density traffic scenario in terms of accuracy.
REFERENCES
[1] Improved SSD algorithm and its performance analysis
of small target detection and remote sensing ages[J]
[2] Enhancement of SSD by concatenating feature maps
for object detection.
[3] Faster R-CNN: Towards real-time object detection
with region proposal networks, 2015
[4] Study of Object Detection based on Faster R-CNN,
2017, Chinese Automation Congress(CAC), 6223-6236,
2017

Mais conteúdo relacionado

Semelhante a Object Detection for Autonomous Cars using AI/ML

Lane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
Lane and Object Detection for Autonomous Vehicle using Advanced Computer VisionLane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
Lane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
YogeshIJTSRD
 

Semelhante a Object Detection for Autonomous Cars using AI/ML (20)

Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue Operations
 
Person Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue OperationsPerson Detection in Maritime Search And Rescue Operations
Person Detection in Maritime Search And Rescue Operations
 
IRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
IRJET- Object Detection and Recognition using Single Shot Multi-Box DetectorIRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
IRJET- Object Detection and Recognition using Single Shot Multi-Box Detector
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually Impaired
 
IRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep LearningIRJET- Rice QA using Deep Learning
IRJET- Rice QA using Deep Learning
 
CAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGCAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNING
 
Automatism System Using Faster R-CNN and SVM
Automatism System Using Faster R-CNN and SVMAutomatism System Using Faster R-CNN and SVM
Automatism System Using Faster R-CNN and SVM
 
Self Driving Car
Self Driving CarSelf Driving Car
Self Driving Car
 
Helmet Detection Based on Convolutional Neural Networks
Helmet Detection Based on Convolutional Neural NetworksHelmet Detection Based on Convolutional Neural Networks
Helmet Detection Based on Convolutional Neural Networks
 
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISIONREAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
REAL-TIME OBJECT DETECTION USING OPEN COMPUTER VISION
 
GP_Slides_V3 .pptx
GP_Slides_V3 .pptxGP_Slides_V3 .pptx
GP_Slides_V3 .pptx
 
A REVIEW ON IMPROVING TRAFFIC-SIGN DETECTION USING YOLO ALGORITHM FOR OBJECT ...
A REVIEW ON IMPROVING TRAFFIC-SIGN DETECTION USING YOLO ALGORITHM FOR OBJECT ...A REVIEW ON IMPROVING TRAFFIC-SIGN DETECTION USING YOLO ALGORITHM FOR OBJECT ...
A REVIEW ON IMPROVING TRAFFIC-SIGN DETECTION USING YOLO ALGORITHM FOR OBJECT ...
 
Real time ship detection using YOLOv5
Real time ship detection using YOLOv5Real time ship detection using YOLOv5
Real time ship detection using YOLOv5
 
A Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question AnsweringA Literature Survey on Image Linguistic Visual Question Answering
A Literature Survey on Image Linguistic Visual Question Answering
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET-  	  3D Object Recognition of Car Image DetectionIRJET-  	  3D Object Recognition of Car Image Detection
IRJET- 3D Object Recognition of Car Image Detection
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 
IRJET- Self Driving Car using Deep Q-Learning
IRJET-  	  Self Driving Car using Deep Q-LearningIRJET-  	  Self Driving Car using Deep Q-Learning
IRJET- Self Driving Car using Deep Q-Learning
 
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
A Literature Review on Vehicle Detection and Tracking in Aerial Image Sequenc...
 
Lane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
Lane and Object Detection for Autonomous Vehicle using Advanced Computer VisionLane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
Lane and Object Detection for Autonomous Vehicle using Advanced Computer Vision
 
Partial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsPartial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather Conditions
 

Mais de IRJET Journal

Mais de 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...
 

Último

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Último (20)

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 

Object Detection for Autonomous Cars using AI/ML

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 926 Object Detection for Autonomous Cars using AI/ML Kethang Kenneth Kath 1, Prashantha O 2, Amit Kamble 3, Prof. Anu C.S 4 1,2,3,4 Computer Science and Engineering, BIET, Davanagere, India. ---------------------------------------------------------------------***------------------------------------------------------------------- Abstract— The purpose of this project is to research the ethics for the acquisition of object detection for driverless cars. The world of Computer Vision is continuously rising with a rise in interaction between human and machine. Self- driving cars have deployed the utilization of GPS. Our paper proposes a result which will identify and rightly prognosticate objects round the driverless car. The aptitude to perceive and identify objects from camera perspective are the main aim of our paper. We have used MobileNet-SSD, an object discovery model that calculates the bounding boxes and categorizes an item from an inserted image. This paper plans to coach the reader to higher understand how autonomous cars scans its surroundings. Keywords— object detection, image-processing, computer vision , object classification I. INTRODUCTION Allowing computer to output digital information from photos or videos falls into the sector of computer vision (CV). Image Classification was considered as a recurrent drawback in computer vision and was flagged as unsolvable by many researchers that was until Lawrence Larry Roberts extracted 3D features from 2D perspective view of blocks. The potential to spot and recognize objects either in single or quite one image frame can gain extreme significance in various ways. While driving, the driver is unable to identify objects properly due to a lack of attention, light reflections, unknown objects, etc., which can result in car crashes. The idea of self-driving vehicles has been evolving with the advancement in ways associated with the task of relating and rooting features from the objects. II. EASE OF USE A. Computer Vision(CV) Computer Vision is a field of AI allowing computers to amass meaningful information in digital images that works the same as human eye. Computer vision trains machines to perform these tasks, but it’s job is to try and do it within a short period of time with cameras, data and algorithms instead of retina, optic nerve and a visible peridium. System trained for examining products or watching product assets can analyze thousands of products or process a moment, noticing all small defects and issues and also it can quickly surpass human capabilities. III. EXISTING SYSTEM In the existing system, the model makes use of the Camera Sensor. Assume a sunny day suddenly turns into a rainy and foggy day. In such cases, the sensor finds it hard to detect the target object. That is where the computer vision comes into play. Computer Vision is a field of Artificial Intelligence that trains computers to understand the visual world by training the model. IV. PROPOSED SYSTEM Accuracy plays an important role inprediction. Although many algorithms are available for this purpose, we will be using the SSD to classify the objects. We make use of different libraries to form a network and also use TensorFlow. Once the training is done our next objective will be to test the model for accuracy. V. OBJECTIVES  To detect, classify, and track the object for autonomous car.  To Process the images frames to detects the object using a Lidar.  To Deploy models in the cloud and determines the objects with good accuracy value. VI. LITERATURE SURVEY SUMMARY [1] Wang Junqiang, Li Jiansheng, Zhou Xuewen, and Zhang Xu proposed an improved version of SSD which aims at solving the trials and errors of a slow detection speed. [2] J Jeong, P. Hyojin , K. Nojun proposes an object detection method that improve the accuracy of the standard SSD object detection algorithms in terms of precision and rapidness. The proposed network is suitable for sharing weights within the classifier network. This improves generalization performance and speeds up training. The suggested network has a state-of-the-art mean average precision, that is more superior to standard SSD, YOLO, Faster-RCNN and RFCN. It is also faster than Faster-RCNN and R-FCN
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | June 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 927 [3] S. Ren, Kaiming He, R. Girshick and Jian Sun proposes their work on the Regional Proposal Network(RPN) that correctly predicts the object bounds and confidence score of the objects at simultaneous positions. [4] B. Liu, W. Zhao and Q. Sun evaluated the performance of Faster R-CNN, fast RCNN supported an experiment using pre trained models and also the experimental results showed the accuracy and detection of RCNN, Fast R-CNN and Faster R-CNN. VII. ALGORITHM APPLIED In our project, we’ve got made use of the SSD algorithm as its main purpose is real-time object detection. The object detection model includes  Probability that there in an object  Height of the bounding box  Width of the bounding box SSD includes a base VGG-16 network followed by multibox conv layers where VGG-16 employed for feature extraction. SSD defines a value for every feature map layer. Ranging from the left, Conv4_3 detects objects at the rock bottom scale 0.2 (or 0.1 occasionally), and ascends sequentially to the right layer at the 0.9 scale. Combining the dimensional value with the target aspect ratios, we cipher the width and height of the default boxes. For layers making 6 prognostications, SSD starts with 5 target aspect ratios: 1, 2, 3, 1/2, and 1/3 also the width and the height of the default boxes are calculated as: w = scale . √ h = √ than SSD adds an extra default box with scale: √ and aspect ratio = 1 VIII. METHODOLOGY DIAGRAM In this paper, we have made use of the device web cam to detect the objects. Picking objects out of background image and propose the objects as belonging to a certain class human, in this case using a probability score and defining the boundaries of the proposed objects with x-y origin and height and length values. Open CV is a Library which is used to carry out image processing using python. This paper utilizes Open CV Library for object detection using the web camera. Since TensorFlow has a comprehensive, flexible ecosystem of tools, libraries and community resources, it makes our task much easier to create the machine learning model. IX. CONCLUSION The main aim of this paper is to demonstrate the ideas of how autonomous cars perceive real world objects through the camera using the SSD. From this paper, we come to a conclusion that the output of the SSD object identifies the mAP using a deep basic learning network, which are classifiers based on CNN, and uses convolution filters to finally find objects. Our implementation uses MobileNet as the primary network. Caffe is used as an in- depth learning framework. Caffe MobileNet SSD model trained in COCO data set and optimized for PASCAL VOC up to 72.8% mAP (mean average precision) was taken as the pre-trained model. The model was able to successfully detect objects of the classes’ ‘car’, ‘person’, ‘bus’, ‘motor bike’, ‘bicycle’ and ‘cow’. The bounding box was inconsistent in a high density and fast-moving traffic, but was accurate when the objects were close to the camera. However, the bounding boxes were consistent in the low- density traffic scenario and performed better than high density traffic scenario in terms of accuracy. REFERENCES [1] Improved SSD algorithm and its performance analysis of small target detection and remote sensing ages[J] [2] Enhancement of SSD by concatenating feature maps for object detection. [3] Faster R-CNN: Towards real-time object detection with region proposal networks, 2015 [4] Study of Object Detection based on Faster R-CNN, 2017, Chinese Automation Congress(CAC), 6223-6236, 2017