Vehicle Counting on Multiple Lanes | YOLOv8 & SORT | Computer Vision Tutorial

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

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

  • @talhagaming7204
    @talhagaming7204 10 หลายเดือนก่อน +2

    I'm working on same project, the technique I'm using:
    Segmentation model yolov8 train on lanes
    Detection model to detect vehicles
    Get mask and bounding boxes then check the intersection of lane mask with bounding boxes to get number of vehicles in each lane.

    • @talhagaming7204
      @talhagaming7204 10 หลายเดือนก่อน

      I have not tried on video right now .

    • @tech_watt
      @tech_watt  10 หลายเดือนก่อน

      That's fantastic am grateful my tutorial helps.

    • @talhagaming7204
      @talhagaming7204 10 หลายเดือนก่อน +1

      @@tech_watt no i have seen your video now . i will try your technique , lets see how much accuracy we get on a static camera

  • @Bruce4wayne0
    @Bruce4wayne0 7 หลายเดือนก่อน +1

    Amazing Explanation . Love from India

    • @tech_watt
      @tech_watt  7 หลายเดือนก่อน

      Thanks for watching

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

    amazing! can we use 2 live cctv cameras an input? we are making a smart traffic light system

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

      Yes that’s very possible

    • @johnchrisaganan1728
      @johnchrisaganan1728 7 หลายเดือนก่อน

      ​@@tech_watthow can we get the results and send it to an arduino code? can you help me?

  • @pandithammultilingualcompu1552
    @pandithammultilingualcompu1552 10 หลายเดือนก่อน +1

    Awesome 🎉

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

    Hi there! How would I change the code to have SSD detect various things on a video, and not on an image?

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

      SSD model by default can detect all the objects in the coco dataset so incase you have different objects rather than the ones in the coco dataset then you have to fine tune your custom model using SSD pretrained model

  • @muzamilaldin
    @muzamilaldin 9 หลายเดือนก่อน +2

    Share the video link used in the project

    • @tech_watt
      @tech_watt  9 หลายเดือนก่อน

      video link is in the video description

    • @tech_watt
      @tech_watt  9 หลายเดือนก่อน

      Video Link: www.pexels.com/video/traffic-at-brooklyn-queens-expressway-5229647/

  • @talhagaming7204
    @talhagaming7204 10 หลายเดือนก่อน +1

    This is great

    • @tech_watt
      @tech_watt  10 หลายเดือนก่อน

      Thanks for your feedback i really appreciate it

  • @LaibaKhalid-s8k
    @LaibaKhalid-s8k 3 หลายเดือนก่อน +1

    how you install lap ? bcz it gave me error when i try to install it'

    • @tech_watt
      @tech_watt  3 หลายเดือนก่อน +1

      pypi.org/project/lap/

  • @talhagaming7204
    @talhagaming7204 10 หลายเดือนก่อน +1

    Lets suppose we have a one frame , which is image of the scene. so how can we count how many vehicles in a lanes , in video its quite simple we can track but for the image what will be the solution you think ?

    • @talhagaming7204
      @talhagaming7204 10 หลายเดือนก่อน

      at 0;02 we have 5 vehicles in Lane A, 8 in lane B, 9 in lane C

    • @talhagaming7204
      @talhagaming7204 10 หลายเดือนก่อน +1

      0:02

    • @tech_watt
      @tech_watt  10 หลายเดือนก่อน

      With image we can still use Same approach but then we just have to tweak the code in other to count all the ids in a particular zone

    • @talhagaming7204
      @talhagaming7204 10 หลายเดือนก่อน

      @@tech_watt how this approach works on every image ? Ai is to reduce the manual tasks, we cannot define zones for every image ,if the camera is moving then what we should do ? Let's work on a general approach