Track & Count Vehicles using YOLOv9 and ByteTrack

  Рет қаралды 6,523

Code With Aarohi

Code With Aarohi

5 ай бұрын

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/Track...
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!
#yolov9 #computervision #yolov8 #objectdetection #objecttracking

Пікірлер: 57
@pifordtechnologiespvtltd5698
@pifordtechnologiespvtltd5698 4 ай бұрын
👏👏👏
@soravsingla8782
@soravsingla8782 4 ай бұрын
Good stuff
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Appreciate it
@Sunil-ez1hx
@Sunil-ez1hx 4 ай бұрын
Very nicely explained 👏👏👏
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Thank you 🙂
@abdolkarimmehrparvar6583
@abdolkarimmehrparvar6583 4 ай бұрын
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
@tamilselvan1594
@tamilselvan1594 4 ай бұрын
thank you mam very use for me
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Welcome 😊
@arnavthakur5409
@arnavthakur5409 4 ай бұрын
Nice video ma'am
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Thank you!
@LOMADAKARUNAKARREDDYRS
@LOMADAKARUNAKARREDDYRS 4 ай бұрын
clear cut explanation
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Glad you liked it!
@ministerking2430
@ministerking2430 4 ай бұрын
Thanks.
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Welcome
@vijithsreevalsam7979
@vijithsreevalsam7979 2 ай бұрын
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 7 күн бұрын
Can you please let me know how you got the code and where you ran it ? I would really appreciate it.
@kosttavmalhotra5899
@kosttavmalhotra5899 4 ай бұрын
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 3 ай бұрын
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!
@varaprasad-yw1lk
@varaprasad-yw1lk 4 ай бұрын
madam do a video for car accident dection ......ur video make me so easy to learn Technologie
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Sure!
@user-lx5jt7sq1f
@user-lx5jt7sq1f 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!
@misbahsabir4352
@misbahsabir4352 Ай бұрын
I am facing the same problem
@adipvendemo539
@adipvendemo539 27 күн бұрын
thank you,, but for me taking 1 second for each frames, can u suggest hardware requirements !
@CodeWithAarohi
@CodeWithAarohi 26 күн бұрын
What are you using right now?
@MegaBoss1980
@MegaBoss1980 4 ай бұрын
can we use it to count debris on road using moving camera?
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Yes, if you have a dataset for that. You can detect and count. Accuracy depends upon the quality of dataset.
@nightmares4476
@nightmares4476 4 ай бұрын
can we train our own model for this task like detecting only one object person?
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Yes
@AmandeepSingh-uq3wp
@AmandeepSingh-uq3wp 4 ай бұрын
Could you please extend it and show how to track the color of these vehicles as well.
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
I will cover that soon.
@romrom2001
@romrom2001 4 ай бұрын
Mam how can we detect a fast moving vehicle number plate in ANPR.
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
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.
@58kartikaursang49
@58kartikaursang49 4 ай бұрын
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 4 ай бұрын
Mark the area where you want to count the vehicles and then count only those vehicles which are in that marked area.
@58kartikaursang49
@58kartikaursang49 4 ай бұрын
@@CodeWithAarohi mam how to do it can u please help me to do it I need it for the project
@yeongnamtan
@yeongnamtan 4 ай бұрын
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 4 ай бұрын
I am not sure why are you getting this.
@arpituttarwar
@arpituttarwar 4 ай бұрын
I'm also getting same error.
@keyanwb
@keyanwb 4 ай бұрын
@@CodeWithAarohi May I know what packages should be installed for tracker ? Is it just !pip install tracker ?
@mariotorres7503
@mariotorres7503 4 ай бұрын
''' 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 4 ай бұрын
​@@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.
@theunfolders5461
@theunfolders5461 4 ай бұрын
Hi Mam , can we detect traffic flow using his method? If yes , how ?
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
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 4 ай бұрын
can you make video on that ?@@CodeWithAarohi
@sagarmate4890
@sagarmate4890 3 ай бұрын
How to used live webcam for detection
@CodeWithAarohi
@CodeWithAarohi 3 ай бұрын
Provide source 0
@yeongnamtan
@yeongnamtan 4 ай бұрын
What tracker algorithm do u use?
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
Bytetrack
@yeongnamtan
@yeongnamtan 4 ай бұрын
​@@CodeWithAarohi where can we adjust the parameters of tracker?
@kosttavmalhotra5899
@kosttavmalhotra5899 4 ай бұрын
​​@@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 4 ай бұрын
I get "NameError: name "Tracker" is not defined" for tracker=Tracker()
@CodeWithAarohi
@CodeWithAarohi 4 ай бұрын
You have to place the tracker.py file in your working directory.
@yeongnamtan
@yeongnamtan 4 ай бұрын
thank you. Working now@@CodeWithAarohi
@kosttavmalhotra5899
@kosttavmalhotra5899 4 ай бұрын
​​@@CodeWithAarohi but that tracker is manually made,,,,,, why you said that it's byte tracker
Object Detection Web Application with Flask and YOLOv9
13:16
Code With Aarohi
Рет қаралды 6 М.
Detect, track & Count vehicles Using YOLOv8
27:40
Code With Aarohi
Рет қаралды 6 М.
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 32 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 10 МЛН
SAM 2 | Segment Anything Model 2
32:13
Code With Aarohi
Рет қаралды 999
YOLOv9 on Jetson Nano
10:35
Code With Aarohi
Рет қаралды 7 М.
Automatic number plate recognition (ANPR) with Yolov9 and EasyOCR
11:38
Code With Aarohi
Рет қаралды 12 М.
Tracking and Counting vehicles using YOLOv8
15:21
Code With Aarohi
Рет қаралды 6 М.
Automated Data Labeling Using Florence-2
17:08
Code With Aarohi
Рет қаралды 1,7 М.
Learn What Is Introduced in YOLOv10  | YOLOv10 Paper Explained
10:28
Code With Aarohi
Рет қаралды 7 М.
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 6 МЛН
ноутбуки от 7.900 в тг laptopshoptop
0:14
Ноутбуковая лавка
Рет қаралды 3,5 МЛН