Lane Detection Using Sliding Windows In Python Using OpenCV | Tutorial | Image Processing Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 23

  • @prernakumari6432
    @prernakumari6432 4 หลายเดือนก่อน +1

    Thanks....It helped me in doing my semester project..

    • @AdiTOSH
      @AdiTOSH  4 หลายเดือนก่อน +1

      Glad to hear it helped with your semester project! Best wishes for your studies! :)

  • @준호김-k6y
    @준호김-k6y ปีที่แล้ว +1

    thank you explain from korea!

    • @AdiTOSH
      @AdiTOSH  ปีที่แล้ว

      My pleasure, most welcome!

  • @piyushpatel-sv9wd
    @piyushpatel-sv9wd ปีที่แล้ว +1

    great lecture, thank you

    • @AdiTOSH
      @AdiTOSH  ปีที่แล้ว

      You are welcome!

  • @ГюставЭйфель-б3б
    @ГюставЭйфель-б3б ปีที่แล้ว +1

    Hello, thanks for the video! You have explained well how this can be done.
    Questioner: Did you have to change "lx" to "rx" in line 90?

    • @AdiTOSH
      @AdiTOSH  ปีที่แล้ว

      I am glad you liked the explanation, it means a lot to me, thanks😊. And as for the question, you are absolutely correct, it was a mistake from my end. Thanks a lot for pointing it out. On line 90, it should be rx.append() and not lx.append indeed. Best regards!

  • @arthurperini
    @arthurperini ปีที่แล้ว

    Great work. Thanks. Can you complete the code drawing lines in the car perspective original image

  • @omercandemirci8580
    @omercandemirci8580 8 หลายเดือนก่อน +1

    Firstly thanks for your video, so great work. You already mentioned it starting of video but i wanna still ask you are you sure that there is no way to implement this method to build autonomous car?. Can't we make any arrangement for it? What i'm trying to achive is getting rough angle value to send it arduino in order to steer my car.

    • @AdiTOSH
      @AdiTOSH  8 หลายเดือนก่อน

      Thank you @omercandemirci8580, Well the answer is yes, you can get the angle and I believe that it can be used to program an autonomous toy sized to cycle-size robotic car but not an actual one. However, one of the resources that you can use to get the steering angle from the above code: github.com/georgesung/advanced_lane_detection
      I hope this helps, thanks for watching, happy learning.

  • @sergioslv3648
    @sergioslv3648 ปีที่แล้ว

    Make more review of lane detection

  • @fe57yashjadhav75
    @fe57yashjadhav75 11 วันที่ผ่านมา +1

    Hello sir

    • @fe57yashjadhav75
      @fe57yashjadhav75 11 วันที่ผ่านมา +1

      I need your help

    • @AdiTOSH
      @AdiTOSH  9 วันที่ผ่านมา

      Hello! How can I assist you? Feel free to share your question or concern here.

  • @itxtayab001
    @itxtayab001 ปีที่แล้ว +1

    Hello there. Can you do front collision warning with this ?

    • @AdiTOSH
      @AdiTOSH  ปีที่แล้ว

      Hello, I am afraid I can't currently manage to come up with a tutorial on that. Thanks for the suggestion, will let you know if I change my mind. :)

  • @bharathvarun3407
    @bharathvarun3407 11 หลายเดือนก่อน +1

    can we do the same using raspberry pi and dump our trained ml model into Raspbian os and do the project, Is it possible?

    • @AdiTOSH
      @AdiTOSH  11 หลายเดือนก่อน +1

      Yes we can do the same using raspberry pi. But in the approach shared, we did not make use of any ml models, but can we dump ml model to Raspberry pi is a different question. Thanks!

    • @bharathvarun3407
      @bharathvarun3407 11 หลายเดือนก่อน

      @@AdiTOSH ok thank you

    • @AdiTOSH
      @AdiTOSH  11 หลายเดือนก่อน +1

      @@bharathvarun3407 Most welcome, happy learning!

  • @RanaReda-bp1vh
    @RanaReda-bp1vh 5 หลายเดือนก่อน +1

    can i get this code?

    • @AdiTOSH
      @AdiTOSH  5 หลายเดือนก่อน +1

      Sure, the link is there in the video description.