Lane detection using A deep learning model | hands-on tutorial

preview_player
Показать описание
in this tutorial 🔥 we will use a convolutional neural networks model in order to automatically detect road lanes, we will do this in under than 40 lines of code making it the simplest lane detection tutorial out there so don't hesitate to leave a like and subscribe to the channel , i need your support .

🔗 links :
the files:
please put these files in one folder

google colab :

⏱️ TimeStamps :
0:00 intro
0:40 a bit of theory
2:00 work in google colab
9:48 work in your PC
13:22 outro

🏷️ HashTags:
#DeepLearning #LaneDetection
Рекомендации по теме
Комментарии
Автор

don't forget to leave a like and subscribe, thanks for watching .

hobby_coding
Автор

0:45 this is the best visualization I saw to explain how cnn works!

dwaneho
Автор

the code executed fine and the output video file was generated. but when i played the video the lanes weren't marked with green color, or highlighted in anyway. It looked same as the input video. where could i be missed something ? i followed your code line by line . please help

ankita
Автор

error in last part of the code
not defined
how are you able to do it????

ynszqsp
Автор

sir, I am getting an error in google cola

jayantha
Автор

Thank you so much for uploading this video. This is so helpful.💙
Could you please upload the second part of this video as soon as possible, and could you also explain the already trained lane detection model h5 code?

SatishKumarbvcsatish
Автор

Nice video, when will the second video be uploaded?

mohamed_obaya
Автор

Thank you Sir for the video. I tried to run the code in the video install scipy version does not work

munadarweesh
Автор

thank you so much.really really great video! please keep it up :) subbed!

alhdlakhfdqw
Автор

hi i really want to know how to i can create model 'h5'

iqgzhpn
Автор

hi, how ı train my own model for lane detection specifically for your code ?
thanks in advanced!

pixelblib
Автор

Interesting man! Can you pls upload the 2nd part? Eagerly waiting for it.

senaysew
Автор

Thanks so much … great video and explanation

ritikkothari
Автор

hi, nice video can u modify the noise occured during output.

chinthayaswanth
Автор

Awesome work. Thanks for sharing. Could u make the 2nd part pls? I couldn't find through Ur channels👏

senaysew
Автор

Could you please make this model run under latest python version? Scipy=1.1.0 is not getting installed under latest python versions.. I am using anaconda framework

SatishKumarbvcsatish
Автор

Can you find the radius of curvature of the lane?

prithaghosh
Автор

Please let me know about when you plan to upload the next part
Also Thank you so much for uploading this video. This is so helpful.💙🤗
Could you please upload the 2nd part of this video soon, also can you explain the already trained lane detection model h5 code as well?

generalknowledgeandaptitud
Автор

I don't need to detect a lane, just a line on an STM controller card. Don't need to install a lot of bloatware to do it either.

SniperUSMC
Автор

vid_clip =

error : 'VideoFileClip' object has no attribute 'f1_image'
time : 9:04
what to do?

mr.professor