

Simulate Self-Driving Cars with Computer Vision & Deep Learning – Full Course on sale for $10! (normally $200):
Rayan Slim’s channel:
Road Image Link: (for Computer Vision tutorial 1)
Road Video Link: (for last Computer Vision tutorial)
This video was done in collaboration with Rayan Slim and ProgrammingKnowledge.
Computer Vision helps the computer see the world as we do. Learn & Master Computer Vision techniques in this fun and exciting video with top instructor Rayan Slim. You’ll go from beginner to Computer Vision competent and your instructor will complete each task with you step by step on screen.
By the end of the tutorial, you will be able to build a lane-detection algorithm fuelled entirely by Computer Vision.
Feel the real power of Python and programming! The course offers you a unique approach of learning how to code by solving real world problems. #ProgrammingKnowledge #ComputerVision #OpenCV
★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️ ⚫️
Java Programming Course ➡️ ⚫️
Bash Shell Scripting Course ➡️ ⚫️
Linux Command Line Tutorials ➡️ ⚫️
C Programming Course ➡️ ⚫️
C++ Programming Course ➡️ ⚫️
PHP Programming Course ➡️ ⚫️
Android Development Course ➡️ ⚫️
C# Programming Course ➡️ ⚫️
JavaFx Programming Course ➡️ ⚫️
NodeJs Programming Course ➡️ ⚫️
Jenkins Course For Developers and DevOps ➡️ ⚫️
Scala Programming Tutorial Course ➡️ ⚫️
Bootstrap Responsive Web Design Tutorial ➡️ ⚫️
MongoDB Tutorial Course ➡️ ⚫️
QT C++ GUI Tutorial For Beginners ➡️
★★★ Online Courses to learn ★★★
Get 2 FREE Months of Unlimited Classes from skillshare –
Data Science – |
Machine Learning – |
Artificial Intelligence – |
MERN Stack E-Degree Program – |
DevOps E-degree – |
Data Analytics with R – |
AWS Certification Training – |
Projects in Java – |
Machine Learning With TensorFlow – |
Angular 8 – Complete Essential Guide –
Kotlin Android Development Masterclass –
Learn iOS Programming Building Advance Projects –
★★★ Follow ★★★
My Website –
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
source
plz share your code
I got all slope greater than 0 out of ployfit, so the left is an empty array. Any ideas?
Finding my stolen car is the best thing that has happened to me, i got help from derickwalker454 on IG he very good in tracking stolen cars
Hi bro ,where is the playlist of this video i can't find it OpenCV Python Tutorial For Beginner,please say where is the playlist of this video
Awsome video . Thank you
Do a add on video on curved lines with Hough's Transform!
This is one of the best tutorial video I've seen on YouTube. Thanks for this master piece
For this to work you also need to install epydoc.
jay gurudev
Can u share the entire code pls!!
Awesome, this looks so simple now. Just Amazing
hey,
thanks for the tutorial. but I've got a doubt. The program doesn't work with dotted lanes.
Advance lane detection & Steering angle from lanes | Udacity Hard Challenge
https://www.youtube.com/watch?v=-YcNLuXvwxw
How to reduce the influences from the shadows? This program couldn't detect Yellow lines under shadows well.
jello, good! perfect. The detection worked for some seconds then an error: this is the error:
File "video.py", line 94, in <module>
line_image = display_lines(copie, averaged_lines)
File "video.py", line 63, in display_lines
cv2.line(line_image, (x1, y1), (x2, y2), (0, 255, 255), 3)
OverflowError: signed integer is greater than maximum
Plase help
why do i have error in line 33
line_image = display_lines(lane_image, lines
can't you do linear regression for identifying lane lines and non-linear regression for curved corners? Or does that take too long?
At 1:21:37 i would not ignore the boolean value, it shows, when the file has ended and no frame could be grabbed. Otherwise there might be a NoneType error when the file is done.
while cap.isOpened():
ret, frame = cap.read()
if not ret:
break
canny_image = …
very simple and very well structured lesson . Good job
This is a great video on the subject man, Good job!
best ever video Even Python Beginners can understand this….Awesome…Keep up the good work
I am getting an error
ModuleNotFoundError: No module named 'cv2'
How do I resolve this?
Can we integrate or wrap open CV with cars, for example, Toyota Corolla to create a self-driving Kit? How would you do that? Can you also use Open CV to detect stop sign and other traffic signs?
Can we do this in pycharm ide ?
TypeError: cannot unpack non-iterable numpy.float64 object
am getting this error but your code is running
Showing errors src is not numeric tupple.
I never regret i came to this channel and subscribe, smooth operator.
I hope you're all enjoying the tutorial (Rayan – speaker in the video). I'm cooking up some more deep learning and computer vision content on Learn the Part. Feel free to subscribe if you'd like to stay updated!
at 10:31 the result is not being displayed. please help
When you are creating the triangle and you get a "-215:Assertion failed" error from the "fillPoly" function. It's because "np.array()" creates a 64bit array. Change it to 32bit by doing "cv2.fillPoly(mask, np.int32([triangle]), 255)"
cv2.fillPolly is not working in region of interest. How can i fixed it?. It said that there is no attribute cv2.fillPoly
This has been one of the best tutorials Ive ever watched.
This is great explain for opencv very easy to understand for beginners like me