YOLOv8 Vehicle Tracking and Counting.

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

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

  • @sarthakbhosalevlogs1257
    @sarthakbhosalevlogs1257 Год назад +4

    Excellent video, thanks ! Your video helped me a lot while doing my project ❤

    • @tech_watt
      @tech_watt  Год назад +1

      Thank for your response. Much appreciated

  • @MYWORLD-g9i
    @MYWORLD-g9i Год назад +1

    Greatest tutorial ever made on this topic

  • @willim-j1u
    @willim-j1u 3 месяца назад +1

    Thanks Felix, you rock!

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

      Thanks 😊 for your honest feedback

  • @casami3
    @casami3 Год назад +2

    Great tutorial, thanks!

  • @joelbhaskarnadar7391
    @joelbhaskarnadar7391 Год назад +2

    Superb Tutorial

  • @princesanyie121
    @princesanyie121 Год назад +2

    Nice project

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

    muchas gracias por este video, una pregunta para poder contar tanto los que van hacia un lado como lo que van en sentido contrario, se utiliza el mismo metodo, pero con dos lineas? o se puede solamente con una linea y contar ambos sentidos?, podrias ayudarme con esa duda?

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

      Use two opposite lines for simplicity and straightforward approach.

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

      @@tech_watt ohhh , que rapida respuesta, muchas gracias, un abrazo que estes muy bien

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

    And does it work with motorcycles and bicycles?

  • @Oa-ox6vk
    @Oa-ox6vk Год назад +1

    Thanks

  • @diliprajdasari4219
    @diliprajdasari4219 7 месяцев назад +1

    Very Great Tutorial! Thank you. I always enjoy your implementations.
    I had a question, it might sound lame but if you could answer it would be much appreciated.
    Do we really need to track the objects in order to count them? I mean irrespective of tracking the objects, we have the bounding boxes and their centers of all the objects in all the frames with us. Can't we write the logic to calculate if the centers are being intersected to the line in each frame and can increment the counter?
    When you hear it like this, it sounds logical but when I implemented it, it was not working properly, it was counting for the first object which was intersected and it stopped counting. Basically, my question is can we count the objects without tracking it? Thank you.

    • @tech_watt
      @tech_watt  7 месяцев назад

      That’s a very brilliant question but tracking enables you to get a unique identifier for each vehicle 🚗 and that prevents you from counting one vehicle twice.

    • @diliprajdasari4219
      @diliprajdasari4219 7 месяцев назад +1

      @@tech_watt Thank you for answering! Could you please help me understand this? Because may be I am not understanding/grasping the concept. The way I am seeing is since we are only focused on points(center points of each bounding box/car) intersecting/crossing the line to increase the counter, I'm not understanding why we need a unique identifier/Tracking? I mean even if the model detects the object twice, it will cross/intersect the line only once right?

    • @tech_watt
      @tech_watt  7 месяцев назад

      @diliprajdasari4219 Yes you’re right but we are counting by the id 🆔. For the center points, am just using it to check if the vehicle is crossing the lane or is in a defined zone

    • @diliprajdasari4219
      @diliprajdasari4219 7 месяцев назад +1

      @@tech_watt Yeah counting the objects using the id is more efficient way. Thank you so much for the explanation. 😊

    • @tech_watt
      @tech_watt  7 месяцев назад

      @diliprajdasari4219 thanks 😊 for your support and questions. Pls share the content and also join the discord for more fun conversations

  • @vinaypaidikondala2818
    @vinaypaidikondala2818 8 месяцев назад +1

    hi,@tech watt if we are uploading other video the output of the video getting zoomed in.can u please tell the format of video to take

    • @tech_watt
      @tech_watt  8 месяцев назад

      You can check and resize the the video accordingly

    • @vinaypaidikondala2818
      @vinaypaidikondala2818 8 месяцев назад +1

      @@tech_watt thankyou🙂

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

      Send code in text file @watt

  • @vinaypaidikondala2818
    @vinaypaidikondala2818 9 месяцев назад +1

    hi i am getting errors ERROR: Could not find a version that satisfies the requirement pycocotools-windows (from versions: none)
    ERROR: No matching distribution found for pycocotools-windows.what shouls i do please help

    • @tech_watt
      @tech_watt  9 месяцев назад

      Create a virtual environment and install all the packages there pls

    • @vinaypaidikondala2818
      @vinaypaidikondala2818 9 месяцев назад +1

      @@tech_watt yes i created.i am using python 3.11 version is it ok (or) any other version to use?

    • @tech_watt
      @tech_watt  9 месяцев назад +1

      Downgrade the version of python and tryout. Incase problem persists let me know

    • @IvanITSupport
      @IvanITSupport 8 месяцев назад +1

      @@tech_watt what version of python env pycocotoolssupport

    • @tech_watt
      @tech_watt  8 месяцев назад +1

      I used python version 3.7