Detect, track & Count vehicles Using YOLOv8

Поделиться
HTML-код
  • Опубликовано: 15 фев 2024
  • Welcome to this step-by-step tutorial where you'll master the art of vehicle detection, tracking, and directional counting using YOLOv8.
    GitHub: github.com/AarohiSingla/Detec...
    For queries: You can comment in comment section or you can email me at aarohisingla1987@gmail.com
    Throughout this tutorial, you'll delve into the intricacies of YOLOv8, a powerful object detection algorithm, to identify vehicles in real-time. Not stopping there, you'll also learn the fundamentals of vehicle tracking, enabling you to monitor their movements seamlessly. Finally, we'll explore advanced techniques to count vehicles direction-wise, providing invaluable insights into traffic flow analysis. Get ready to embark on a journey of learning and mastery in computer vision with YOLOv8. Let's dive in!
    #computervision #yolov8 #objectdetection #objecttracking
    .
  • НаукаНаука

Комментарии • 37

  • @ashimasingla103
    @ashimasingla103 5 месяцев назад

    Hello Aarohi
    Your channel is very knowledgeable & helpful for all Artificial Intelligence/ Data Scientist Professionals. Stay blessed & keep sharing such a good content.

  • @arnavthakur5409
    @arnavthakur5409 5 месяцев назад +1

    I appreciate aarohi ma'am for all your efforts in explaining. Thank you very much

  • @user-gn1pt8jp6r
    @user-gn1pt8jp6r 4 месяца назад

    My go-to channel for learning Computer Vision

    • @CodeWithAarohi
      @CodeWithAarohi  4 месяца назад

      That's great to hear! I'm glad you find my video helpful for learning Computer Vision.

  • @hamidraza1584
    @hamidraza1584 5 месяцев назад +1

    Lots of love from Lahore Pakistan.your videos are extremely beautiful in understanding core concepts

  • @malybouful
    @malybouful 5 месяцев назад +1

    you are the best , thank you

  • @Sunil-ez1hx
    @Sunil-ez1hx 5 месяцев назад

    Its worth watching again and again

  • @anamikamaurya22
    @anamikamaurya22 3 месяца назад

    Mam i want to make hybrid of yolo and faster at what step it can be done plz reply

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 5 месяцев назад +1

    Amazing

  • @hosseinshahverdi3284
    @hosseinshahverdi3284 2 месяца назад

    Thank you for sharing these invaluable tutorials

  • @vedhikanarasiman1503
    @vedhikanarasiman1503 5 месяцев назад

    Great work! Can you also explain the difference between YOLO NAS and YOLO V8 model in your upcoming video series!? discussing about its specific use cases/ functionalities

  • @jayathissaaral2598
    @jayathissaaral2598 2 месяца назад

    golden content

  • @Andrea-zw1gm
    @Andrea-zw1gm Месяц назад

    Thank you! Do you think it would work using YOLOv8n?

  • @ikramessafi9560
    @ikramessafi9560 11 дней назад

    thank you , could i ask you , how to make the same thing having a vertical line

    • @CodeWithAarohi
      @CodeWithAarohi  11 дней назад +1

      You need to change the values here for vertical line:
      cv2.line(frame,(172,198),(774,198),red_color,3) # starting cordinates and end of line cordinates
      cv2.putText(frame,('red line'),(172,198),cv2.FONT_HERSHEY_SIMPLEX, 0.5, text_color, 1, cv2.LINE_AA)
      cv2.line(frame,(8,268),(927,268),blue_color,3) # seconde line
      cv2.putText(frame,('blue line'),(8,268),cv2.FONT_HERSHEY_SIMPLEX, 0.5, text_color, 1, cv2.LINE_AA)

    • @ikramessafi9560
      @ikramessafi9560 11 дней назад

      @@CodeWithAarohi thank you so much

  • @JayantVyasPCS
    @JayantVyasPCS Месяц назад

    Unable to import tracker, also installed it using !pip install tracker, getting error as follows: ImportError: cannot import name 'izip_longest' from 'itertools' (unknown location)

    • @CodeWithAarohi
      @CodeWithAarohi  Месяц назад

      tracker.py is a file which is available on the mentioned github link. Paste it in your directory.

  • @jamalblack3108
    @jamalblack3108 5 месяцев назад +2

    Great tutorial. Can you provide the video that you're using? (highway_mini.mp4)

    • @CodeWithAarohi
      @CodeWithAarohi  5 месяцев назад +1

      Youc an get it from here: github.com/AarohiSingla/Speed-detection-of-vehicles

  • @Mohitsingh-qk2fd
    @Mohitsingh-qk2fd 3 месяца назад

    Not able to import tracker in python showing error please help

    • @CodeWithAarohi
      @CodeWithAarohi  3 месяца назад

      Make sure that you have a tracker.py file in the same directory where your Jupyter notebook is.

  • @JayantVyasPCS
    @JayantVyasPCS Месяц назад

    Can you please share the requirement file to run the code.

    • @CodeWithAarohi
      @CodeWithAarohi  Месяц назад

      python 3.9, ultralytics==8.0.66 , pytorch 2.1.2 with cuda 11.8

  • @engineeringmathsm1520
    @engineeringmathsm1520 2 месяца назад

    Can i get the video named highway_mini.mp4

    • @CodeWithAarohi
      @CodeWithAarohi  2 месяца назад +1

      I am sorry, I don't have this video now but htere is another video present in this repo. You can try that: github.com/AarohiSingla/Track-and-Count-Using-yolov9