Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation Sound Therapy CBT Cognitive Behavioral Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Podcasting

IT & SoftwareHardwareArtificial Intelligence

Autonomous Car:Deep Learning & Computer Vision for Beginners

Autonomous cars: Deep Learning and Computer Vision Using Python & OpenCV on Raspberry Pi
Highest rated
Rating: 4.7 out of 54.7 (18 ratings)
184 students
Created by Haider Najeeb, Muhammad Luqman
Last updated 12/2021
English
English [Auto]

What you'll learn

  • Build your own Self Driving Car (Mini-Tesla) 🚘
  • Learn (Divide and Conquer Approach)🤗 of solving complex problems i.e. Detection -> (Localization + Classification)
  • Segment Lane Lines using Computer Vision 📸 techniques i.e. Canny Edge detection & Color Thresholding
  • Localize objects in images based on specific shapes using Algorithms i.e. ShapeApproxPoly and HoughCircles 🧿
  • Estimate 🤔 Straight Line Trajectories Using Hough Lines and Curved Lanes using Custom Algo.
  • Learn about Artificial Neural Networks and why Convolutional Neural Network are best 👍 for classification in Images.
  • Learn to identify the right 🤩 Algorithm in OpenCV and how to tweak it to your requirements
  • Build, Train and deploy 👌 Custom CNN model (Deep Learning) for classifying Signs.🔇
  • Profile/Time ⌚ your program using cProfile in Python 🐍
  • Compare 🕵️‍♂️ S.O.A Tracking techniques available in OpenCV and identify most suitable for project requirements
  • Optimize 😎 your Code using simple but very effective IP techniques and threading
  • Make SDV 🚗 Navigate Autonomously in Custom Track and also obey road speed limits🔞
  • Understand how to extract actionable data 📊 from images
  • Gain all the knowledge 🤑 required to enter to more advance versions of (SDV series) upcoming courses to come... :)
  • Brief Overview of SSD for Sign 🔞 Detection and why its not the solution for every Object Det. problem

Requirements

  • Basic Python programming and OpenCV
  • 3D model's STL files printing

Description

This is course is involves both the hardware and the software part for building your custom car

Topics Which Will be Covered in the Course are

Hardware Part :

  • Raspberry Pi Setup with Raspbian

  • Raspberry pi and Laptop VNC Setup

  • Hardware GPIO Programming

  • Led Controlling with Python Code

  • Motor Control

  • Camera Interfacing Video Feed


Software Part :

  • Video Processing Pipeline setup

  • Lane Detection with Computer Vision Techniques

  • Sign Detection using Artificial Deep Neural Network

  • Sign Tracking using Optical Flow

  • Control


Course Flow (Self-Driving [Development Stage])

We will quickly get our car running on Raspberry Pi by utilizing 3D models ( provided in the repository) and car parts bought from links provided by instructors. After that, we will interface raspberry Pi with Motors and the camera to get started with Serious programming.


Then by understanding the concept of self-drive and how it will transform our near future in the field of transportation and the environment. Then we will perform a case study of a renowned brand in self-driving (Tesla) ;).After that, we will put forward our proposal of which (autonomous driving level) self-driving vehicle do we want to build.

The core development portion of the course will be divide into two parts. In each of this portion and their subsection, we will look into different approaches. program them and perform an analysis. In the case of multiple approaches for each section, we will do a comparative analysis to sort out which approach best suits our project requirements.

1) Detection: responsible for extracting the most information about the environment around the SDV

     Here we will understand how to tackle a large problem by breaking it down into smaller more manageable problems e.g in the case of Detection. we will divide it into 4 targets

       a) Segmentation

       b) Estimation

       c) Cleaning

       d) Data extraction

2) Control: actions will be performed based on the information provided by the detection module.

     Starting by defining the targets of this module and then implementation of these targets such as

       a) Lane Following

       b) Obeying Road Speed Limits

In the end, we will combine all the individual components to bring our Self Driving (Mini - Tesla) to life. Then a Final Track run along with analysis will be performed to understand its achievement and shortcoming.

We will conclude by describing areas of improvement and possible features in the future version of the Self-driving (Mini-Tesla)

Hardware Requirements

  • Raspberrypi 3b or greater

  • Geared Dc motors 12V (single)

  • 12V lipo Battery

  • Base of car + steering mechanism

Software Requirements

  • Python 3.6

  • Opencv 4.2

  • TensorFlow

  • Motivated mind for a huge programming Project



- This course is only supported for  Raspberry pi 3B and 3B+ , for other version of raspberry pi we do not guide how to install Tensorflow.

- Before buying take a look into this course Github repository  or message


  • ( if you do not want to buy get the code at least and learn from it :) )

Who this course is for:

  • Beginner Programmers looking for an exciting project in the upcoming domains
  • Enthusiastic students wanting to get their feet wet in multidisciplinary projects
  • Engineers wanting to embark in the fields of Computer Vision, Artificial Intelligence and Robotics
  • Self Driving Cars Enthusiasts looking to build one of their own

Instructors

Haider Najeeb
Computer Vision Engineer
Haider Najeeb
  • 4.6 Instructor Rating
  • 36 Reviews
  • 415 Students
  • 3 Courses

Computer Engineer with experience as a Computer Vision Engineer. Areas of interest include Computer Vision, Artificial Intelligence, and Robotics.

Deeply inspired by the methodology of learning together to utilize the above-mentioned fields to benefit humanity. Motivated to teach aspiring students, programmers, and engineers and introduce them to the ever-growing power of these fields and how they can leverage them to achieve their goals.

Muhammad Luqman
Heavy Roboticist
Muhammad Luqman
  • 4.1 Instructor Rating
  • 671 Reviews
  • 6,223 Students
  • 20 Courses

Luqman a Robotics Enthusiast  ready to teach things that are hard to learn begin with.

I am trying to make it easy to learn ->  a simulation software ROS , which is becoming world's top leading robotics simulation framework

If you feel that you learned something through my courses , I will be happy :)


COMSATS <3

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.