Lane and object detection (Yolo V5 & openCV)

Поділитися
Вставка
  • Опубліковано 9 вер 2024

КОМЕНТАРІ • 44

  • @italovinicius8148
    @italovinicius8148 4 роки тому +26

    Would you please post where i find the source code for this script ?

  • @omercandemirci6410
    @omercandemirci6410 6 місяців тому

    ​​​ Hello sir, did you seperate projects or you did you put all things into same Python projects? I can't decide whetwer we should assemble opencv and yolo codes or not. Our aim is to send both traffic sign seen and curve information in order to make arduiono proper acts and give it suitable information for steering etc

  • @granatapfel6661
    @granatapfel6661 2 роки тому +1

    How does the lane detection work for my knowledge computer vision supports bounding boxes and segmentation

    • @amrlabs2020
      @amrlabs2020  2 роки тому +1

      Hi, Lane detection and Object detection are working separately. in short, one image source is to be input into each process for lane detection and object detection.

    • @omercandemirci6410
      @omercandemirci6410 6 місяців тому

      ​​@@amrlabs2020Hello sir, did you did seperate projects or you did you put all things into same Python projects? I can't decide whetwer we should assemble opencv and yolo codes or not. Our aim is to send both traffic sign seen and curve information in order to make arduiono proper acts and give it suitable information for steering etc

  • @josecruzramirez2468
    @josecruzramirez2468 Рік тому +1

    Nice work! what python version is required?

  • @user-ky1vz6jd7p
    @user-ky1vz6jd7p 5 місяців тому

    안녕하세요 혹시 해당 영상을 고등학생을 위한 컴퓨터 비전 관련 교재에서 예시 중 하나로 링크를 넣어 볼 수 있도록 제공하고 싶습니다. 직관적으로 표현돼있는 영상이 많지 않았는데, 학생들에게 보여주기 좋을 것 같아 혹여 공개적으로 활용해도 괜찮은지 확인차 문의드립니다.

    • @amrlabs2020
      @amrlabs2020  5 місяців тому

      안녕하세요. 교육용으로 활용하셔도 괜찮습니다. 적용된 교재 1부 부탁드립니다.

    • @user-ky1vz6jd7p
      @user-ky1vz6jd7p 5 місяців тому

      @@amrlabs2020 감사합니다~ 아직은 연구소에서 교재 개발이 진행 중이라 꼭 출판되면 전달드릴 수 있도록 하겠습니다 :)

  • @adilhossain227
    @adilhossain227 3 роки тому +1

    Please can you let me know when you publish anything openSource

    • @amrlabs2020
      @amrlabs2020  3 роки тому +2

      It would be published soon with yolo v3

  • @codelucky
    @codelucky 3 роки тому

    Can you detect number plates too?

  • @ardumaniak
    @ardumaniak Рік тому

    how big a data set?

  • @ahmadabed514
    @ahmadabed514 2 роки тому

    you can share the scorce code (yolov5 & opencv) !

  • @mugundans2004
    @mugundans2004 9 місяців тому

    Brother upload about lane detection only 😢

  • @aniketkhosa697
    @aniketkhosa697 3 роки тому +1

    Please post the source code .

  • @saikrishnachalavadi
    @saikrishnachalavadi 3 роки тому

    Can you please notify me when the code is out

  • @user-xd5zn5yo4g
    @user-xd5zn5yo4g 2 роки тому +1

    안녕하세요! 현재 opencv 영상 처리 관련 공부를 하고 있는 컴공 학부생입니다. 해당 영상의 점선 차선의 검출 정확도가 높아서 굉장히 인상깊었습니다! 점선 차선 검출 부분 쪽을 어떻게 구현하신지 궁금한데 깃허브 소스 공유 가능하신가요??

    • @amrlabs2020
      @amrlabs2020  2 роки тому

      안녕하세요. 관련하여서 yolov3를 적용한 code를 정리해 놓았습니다. 안타깝게도 Yolov5 code는 다시 정리하고 있는 중입니다. 참고하세요.
      github.com/nicedaddy/yolov3_deepsort_lane_detection.git

    • @user-xc2mx2rd5p
      @user-xc2mx2rd5p 7 місяців тому

      안녕하세요 혹시 yolov5 code를 이제 깃헙에 확인 할 수 있을까요 ?@@amrlabs2020

  • @tameemhezam2067
    @tameemhezam2067 3 роки тому +1

    source code Mr. Seung park please

  • @dsaf2007
    @dsaf2007 2 роки тому

    안녕하십니까. Yolo를 이용한 tracker를 구현해보고 있는 학부4학년 학생입니다. 커스텀 학습을 시킨 yolo를 통해 특정 물체를 트래킹 하고 싶으며 최종적으로는 안드로이드에서 동작하게 하려합니다. Yolo와 sort를 함께 사용한 tracker는 여러개를 보았지만 두가지 알고리즘을 합치기 위해 어느 부분을 어떻게 수정해야하는지는 몇개를 봐도 잘 모르겠습니다. 혹시 깃헙에 있는 코드에서 어떤 부분을 중점적으로 봐야 괜찮을지 간단한 팁 부탁드려도 되겠습니까? 감사합니다.

    • @amrlabs2020
      @amrlabs2020  2 роки тому +1

      안녕하세요. yolo 결과를 SORT하는 git을 참고하시면 됩니다.(github.com/theAIGuysCode) 핵심은 Yolo Detection 된 결과를 numpy array로 정리해서 tracker class로 넘기는 것이고 Kalman filter 에 의해서 이전 결과물과 비교해 Tracking ID 를 유지 혹은 신규 부여하면서 루프를 도는 방식입니다. 2가지 프로세스가 분리되어 있으니 구분은 쉽습니다. 단지 Custom dataset 에 대한 부분만 수정하면 되지 않을까 싶네요. 혹시 더 궁금한 사항은 메일로 주시면 회신 드리죠. 연구 열심히 하세요

  • @ahmadabed514
    @ahmadabed514 2 роки тому

    can i get gethub code ?

  • @boquangdong
    @boquangdong 3 роки тому

    Can you share me your code?

  • @nishanthis1198
    @nishanthis1198 2 роки тому

    I want the yolov5 codings ?......will you

  • @mdjahidhasan513
    @mdjahidhasan513 3 роки тому

    Can I have the source code of this project?

    • @amrlabs2020
      @amrlabs2020  3 роки тому +1

      Hi, I am working on this code to combine yolov3, SORT and Lane detection. it might be downloaded from GitHub soon.

    • @greenbean8888
      @greenbean8888 2 роки тому +1

      @@amrlabs2020 Hey any updates?

  • @ninjahattori1397
    @ninjahattori1397 3 роки тому

    Code please

  • @abubakarali6399
    @abubakarali6399 3 роки тому

    Can you share your repo?

    • @amrlabs2020
      @amrlabs2020  3 роки тому +1

      Hi, YoloV3 based code was uploaded at Github. it is not Yolov5, though. github.com/nicedaddy/yolov3_deepsort_lane_detection.git

  • @HasanAYousef
    @HasanAYousef 3 роки тому

    hi, can you show the code?

    • @amrlabs2020
      @amrlabs2020  3 роки тому

      Pls, see the GitHub : github.com/nicedaddy/yolov3_deepsort_lane_detection.git

  • @StatuVariabilis-
    @StatuVariabilis- 2 роки тому +1

    everyone says: can you share, the code, free and etc... next level may sounds like: can you bay for me few RTX Titan

    • @HELLO_AGAIN
      @HELLO_AGAIN 2 роки тому

      хуйню не морозь

  • @mohamedabdukadir2361
    @mohamedabdukadir2361 3 роки тому

    can you share the source code ?

  • @GuzelYadigarova
    @GuzelYadigarova 3 роки тому

    can you share the source code ?

    • @amrlabs2020
      @amrlabs2020  3 роки тому +1

      Hi, I plan to upload source code to my github soon. Now cleaning my coding to publish

    • @GuzelYadigarova
      @GuzelYadigarova 3 роки тому +1

      @@amrlabs2020 thank you so much. Can't wait to see it :)

    • @generalknowledgeandaptitud8095
      @generalknowledgeandaptitud8095 3 роки тому

      @@GuzelYadigarova Hey, did you get the source code of this project? Please do reply, I wanted to do this project as well

    • @usamsersultanov689
      @usamsersultanov689 3 роки тому

      @@amrlabs2020 Can you please share the link to your github repository?