Track & Count Vehicles using YOLOv9 and ByteTrack

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

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

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

    Very famous channels can't explain by this simplicity in which you have....thanks for your video
    But i think that
    If id in down:
    This line is redundant

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

      Thank you for your feedback! I'm glad you found the video helpful. Regarding your point about redundancy in the line 'If id in down,' I appreciate your observation. Simplifying explanations while maintaining clarity is always a goal. I'll take your feedback into consideration for future content. Thanks again for watching!

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

    is it posible to run this on jetson nano real time ?

  • @이두현-l1f
    @이두현-l1f 7 месяцев назад +2

    Hello, I did 'from tracker import *' and gave me a error of izip_longest, so I changed to zip_longest in the' tracker.py' file.
    But when I try to do 'tracker=Tracker()', it says "NameError: name 'Tracker' is not defined"
    could you help me to solve it? thx thx!

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

    Very nicely explained 👏👏👏

  • @Kappa_mi
    @Kappa_mi 10 месяцев назад +1

    what is the purpose of having offset?
    instead we can say if line_x_start> cx and cx > line_x_end which means the car touched the line

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

      So that we (human) can see the box and id?

  • @romrom2001
    @romrom2001 10 месяцев назад +1

    Mam how can we detect a fast moving vehicle number plate in ANPR.

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

      While using ANPR on fast moving vehicles there are several challenges due to motion blur and changes in perspective. Using cameras with high frame rates can help reduce motion blur in fast-moving scenes, making it easier to capture clear images of number plates. Also use techniques which can stabilize the video feed which will reduce the motion blur caused by the movement of the vehicle.

  • @MegaBoss1980
    @MegaBoss1980 10 месяцев назад +1

    can we use it to count debris on road using moving camera?

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

      Yes, if you have a dataset for that. You can detect and count. Accuracy depends upon the quality of dataset.

  • @LOMADAKARUNAKARREDDYRS
    @LOMADAKARUNAKARREDDYRS 10 месяцев назад +1

    clear cut explanation

  • @soravsingla8782
    @soravsingla8782 10 месяцев назад +1

    Good stuff

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

    Nice video ma'am

  • @58kartikaursang49
    @58kartikaursang49 10 месяцев назад +1

    Hlo mam i want the count of vehicoes which are standing on the signal so for that please tell how to do it

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

      Mark the area where you want to count the vehicles and then count only those vehicles which are in that marked area.

    • @58kartikaursang49
      @58kartikaursang49 10 месяцев назад

      @@CodeWithAarohi mam how to do it can u please help me to do it I need it for the project

  • @varaprasad-yw1lk
    @varaprasad-yw1lk 10 месяцев назад

    madam do a video for car accident dection ......ur video make me so easy to learn Technologie

  • @AmandeepSingh-uq3wp
    @AmandeepSingh-uq3wp 10 месяцев назад

    Could you please extend it and show how to track the color of these vehicles as well.

  • @adipvendemo539
    @adipvendemo539 6 месяцев назад

    thank you,, but for me taking 1 second for each frames, can u suggest hardware requirements !

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

    can we train our own model for this task like detecting only one object person?

  • @yeongnamtan
    @yeongnamtan 10 месяцев назад

    thank you for the clear explanation. When I run "from tracker import*", i get below error:
    ImportError: cannot import name 'izip_longest' from 'itertools' (unknown location)

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

      I am not sure why are you getting this.

    • @arpituttarwar
      @arpituttarwar 10 месяцев назад

      I'm also getting same error.

    • @keyanwb
      @keyanwb 10 месяцев назад

      @@CodeWithAarohi May I know what packages should be installed for tracker ? Is it just !pip install tracker ?

    • @mariotorres7503
      @mariotorres7503 10 месяцев назад

      '''
      Due to a common name, python may be searching for another tracker package, try adding this to top of your file
      '''
      import sys
      sys.path.append('/yourpath/to/project/Track-and-Count-Using-yolov9')

    • @keyanwb
      @keyanwb 10 месяцев назад

      ​@@CodeWithAarohi because he had installed !pip install tracker. Is this the right package? The issue is because in some version izip_longest has been renamed to just zip_longest. It will be good to know what and how to install the prerequisite packages. Thanks in advance.

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

    How to used live webcam for detection

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

    Dear Maam, thanks a lot for this video, however , i have a problem, when i run the program, all works well , but my streaming speed is very low, what could be the reason. waitkey is 1 only no change, is this yolo model reduce the streaming which cause load on cpu. ? please reply

    • @siddy2738
      @siddy2738 6 месяцев назад

      Can you please let me know how you got the code and where you ran it ? I would really appreciate it.

  • @theunfolders5461
    @theunfolders5461 10 месяцев назад

    Hi Mam , can we detect traffic flow using his method? If yes , how ?

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

      YEs, You can do that. By adding features such as directional tracking, speed estimation, density calculation, queue length measurement, real-time data analysis, integration with traffic management systems, and visualization/reporting capabilities. These additions will provide valuable insights into traffic patterns and help optimize traffic flow.

    • @theunfolders5461
      @theunfolders5461 10 месяцев назад +1

      can you make video on that ?@@CodeWithAarohi

  • @tamilselvan1594
    @tamilselvan1594 10 месяцев назад

    thank you mam very use for me

  • @ministerking2430
    @ministerking2430 10 месяцев назад

    Thanks.

  • @yeongnamtan
    @yeongnamtan 10 месяцев назад

    What tracker algorithm do u use?

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

      Bytetrack

    • @yeongnamtan
      @yeongnamtan 10 месяцев назад

      ​@@CodeWithAarohi where can we adjust the parameters of tracker?

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

      ​​@@CodeWithAarohi you said that you used bytetracker
      But where have you imported that library and in which line of code have you initialised that bytetracker
      Please explain mam

  • @yeongnamtan
    @yeongnamtan 10 месяцев назад

    I get "NameError: name "Tracker" is not defined" for tracker=Tracker()

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

      You have to place the tracker.py file in your working directory.

    • @yeongnamtan
      @yeongnamtan 10 месяцев назад

      thank you. Working now@@CodeWithAarohi

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

      ​​@@CodeWithAarohi but that tracker is manually made,,,,,, why you said that it's byte tracker

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 10 месяцев назад

    👏👏👏

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

    Mam can i get your contact nbr or any social media id that i can contact u im trying to present my project on vehicle detection but im not getting

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

      @@Mr_vlogger_47p aarohisingla1987@gmail.com