This really isn’t a tutorial on object tracking as the title promises. It’s a (good) tutorial for visual object detection and then a single-line black box function that does all the tracking with no explanation of its operation, just it’s use.
Dude! Not only have you helped me to finally set up opencv but you have even made my first steps easier in my own project with your demo. ❤ Hint to all who have troubles with the namespace in build.gradle: try to adjust the gradle plugin version under project structure > project. 7.2 worked for me.
Hello, for those following the tutorial, a good enough roi can be ```python roi = frame[int(height/3):, int(width/2)-200:int(width/2)+200] ``` Good tutorial btw.
The way this person is delivering these complicated stuffs regarding Open CV and OT, hats off man for your contribution towards the UA-cam Community. Do try to make a playlist or video regarding implementation of GANNs tensorflow models along with Opened CV, like Real Time image to image translation using Cycle GANNs. By the way lots if love from this Subscriber 😊
Thanks for sharing the knowledge and resources. For the information of the fellow viewers/commenters.. I implemented his code in VS Code in Windows 10. 2 errors and following had to be done as it threw some error when I attempted to run it: 1. install "pip install tracker" --> Refresh VS code 2. Make sure that the specified folder path of the video and code are same. Files --> Open Folder--> Object-Tracking.
Thank you so much men! I do appreciate your kindness and efforts for sharing this great script even for free. It helps a lot, especillay for many students who are with empty pockets! Gracias!
I am from Vietnam and I'm going to research to count the number of people in CCTV camera but I don't know how to track people. Then, I watch your video and I really like it. It's so helpful for me. I'm so grateful to you. Thank you so much
Hi, I tried another video that has a stopped car and slow cars but this code can not track these cases...any help? from where I can start to fix this issue? thank you
Hello . Great explanation, thank you very much. @00:10:44, It is clear that You filtered using area. But I wonder if it is possible to use some of "speed" threshold or a good combination (compound condition) instead of it???
Very interesting video. Is there some way to get the time that a vehicle pass through two lines in the highway and register this times in a excel sheet?
Awesome! I use the same method for tracking "alpha numeric " raised numbers and letters on the face of the front dashboard. My problem is that I have to process the images and then convert them for analysis. Do you have any cellular applications? Or desktop?
Can I change some line of code to only detect a specific moving object with a specific color; not all moving objects only the moving object with that specific color?
@@gsunil3697 Yeah, you can use the area of the rectangle as a paramter in any way, but it tends to be inneficient cuz you dont know what type of vehicles you can get in the image and the cam angle distorts the size
@@braiandeivid bro i have a code for vehicles detection but I want to classify them based on their size.but i am getting lot of errors .can you help me plz.....
Is there a way to optimize tracker class? In my case, I will use it on a robot which will operate on the roads. Camera will vibrate so I want it to keep vehicles' ids even though the camera vibrates.
Hi i need your help have these punk neighbors who have twicked an algorithm object tracking following me around remotely using my voice and facial recognition. How do i stop them from following me...this is crazy i need helpnim a woman alone and they're abusing us. God bless and thank you
Hi, 1. It goes to infinite loop(first step). I had to define ret = True first and then loop condition as "while ret == True". Any other way of doing this? 2. I am not able to exit the window, it is showing this. And I have to do forcequit -- "QObject::moveToThread: Current thread (0x5606b1b41160) is not the object's thread (0x5606b22e9910). Cannot move to target thread (0x5606b1b41160)"
Sir where is tracker.py Is that pip install django-request-tracker If it is so then i am getting error saying Error in module and not in pip Please guide me
Hello, it is possible to track people? if yes, how we can detect if someone is with frontal position or back position do determinate direction of the movement? this is because i need to count if leave some place or enter to the place
Yes it's possible, this is something I do on my Computer Vision course, and something I help companies with. You will need to use deep learning to detect the people + object tracking algorithms to keep track of them
Sir you said we should check one of your program "Object detection with opencv and Deep learning " but i can't find the lecture.. Please can you send me the UA-cam link please 🙏🙏🙏
when i using tracker errror at when tracker is import "from itertools import izip_longest ImportError: cannot import name 'izip_longest' from 'itertools' (unknown location)" please solve this issue
🔥Learn how to build your own AI vision solutions: pysource.com/community
Today I installed opencv, it was a long day of tutorials but this one was super super clear!
Thanks a lot!
super charge
This really isn’t a tutorial on object tracking as the title promises. It’s a (good) tutorial for visual object detection and then a single-line black box function that does all the tracking with no explanation of its operation, just it’s use.
Can Using visual video code to run?
Dude! Not only have you helped me to finally set up opencv but you have even made my first steps easier in my own project with your demo. ❤
Hint to all who have troubles with the namespace in build.gradle: try to adjust the gradle plugin version under project structure > project. 7.2 worked for me.
Thanks, to you Sergio Canu,
you have resolved much of our issues.
thanks to you from the core of our hearts.
Hello, for those following the tutorial, a good enough roi can be
```python
roi = frame[int(height/3):, int(width/2)-200:int(width/2)+200]
```
Good tutorial btw.
The way this person is delivering these complicated stuffs regarding Open CV and OT, hats off man for your contribution towards the UA-cam Community. Do try to make a playlist or video regarding implementation of GANNs tensorflow models along with Opened CV, like Real Time image to image translation using Cycle GANNs.
By the way lots if love from this Subscriber 😊
Thanks for sharing the knowledge and resources.
For the information of the fellow viewers/commenters..
I implemented his code in VS Code in Windows 10. 2 errors and following had to be done as it threw some error when I attempted to run it:
1. install "pip install tracker" --> Refresh VS code
2. Make sure that the specified folder path of the video and code are same. Files --> Open Folder--> Object-Tracking.
i'm newbie to opencv , u explanations are far better than my lectures....thansks a lot sir.....
Thank you so much men! I do appreciate your kindness and efforts for sharing this great script even for free. It helps a lot, especillay for many students who are with empty pockets! Gracias!
This was my first AI program in python. Thanks a lot for teaching this. 🙏🙏🙏
this was really awesome and thank you for the code
Thank you for explaining each and every line of code clearly. Great help. Keep uploading videos like this
Thanks man! This helps me to complete my assignment on object tracking using OpenCV
Wow this was quite useful and well explained. Thank you and God bless your work!!!
BEST youtube channel!
Best tutorial ever!!!! Thanks a lot for your time and clear explanation, cheers!!!
Thank you for the video sir, I have spent weeks to do this traffic counting and none that I found work for me. Thank you so much for the tutorial!
It’s great, it makes me think python is awesome, and I start to like it.Thankyou!
I am from Vietnam and I'm going to research to count the number of people in CCTV camera but I don't know how to track people. Then, I watch your video and I really like it. It's so helpful for me.
I'm so grateful to you. Thank you so much
From where I can get tracker.py file
Object Tracking starts at 20:25
Hello !! From where can I get tracker.py
Bravo Sergio! Maestro!
Hello can you help me to find camera coordinate and contour position on a image or realtime video
I really enjoy watching your videos and they are quite helpful at same time. thanks for sharing this with us
Thank you very much for making this video; concepts are clearly explained.
Hi, I tried another video that has a stopped car and slow cars but this code can not track these cases...any help? from where I can start to fix this issue? thank you
Hello . Great explanation, thank you very much.
@00:10:44, It is clear that You filtered using area.
But I wonder if it is possible to use some of "speed" threshold or a good combination (compound condition) instead of it???
How can I get tracker module for euclideandistracker ? I cannot find it
Hello, is it possible to create software that identifies the speed of an object in a video? Please
is there some code or resource to leave a 'tail' that traces the path of the rider?
sir how to get x,y with respect to time foe a single object that should be given as input
We used it for our study. Thank you.
How can I detect videos that have been downloaded?
every time I run it only comes out of the camera view, it doesn't immediately detect the video
can i use vlc window panel as a motion capture ?. cuz i want be able to change the video source :)
Anyone having trouble with receiving the email with the necessary files on Pysource website?
I want to know the exact date and time, when a vehicle entered the frame of video? How do I do it? Supposing we are feeding live video from a camera?
Please I can't find the link to download those files required for this lesson, can anyone help me?
Subscribed! A very beautiful explanation and examples
pls how can i get the velocity of the moving objects
Where is the tracker file
It's not in the link below
what if i want to tracking only object that i select with my mouse even if it moving it's still tracking the object i select with my mouse
perfect and much needed for me to understand OPENCV
Very interesting video. Is there some way to get the time that a vehicle pass through two lines in the highway and register this times in a excel sheet?
Can you please tell how to add line that u speak off in last
Thanks I finally got a good starter tutorial
how can i store the output in an excel file?
thnx!
is this a different method that we approach object tracking by using different functions in opencv, do you find it yourself?
Thanks for sharing! Keep up the good work 😄
;)
how can i track the bot using moving camera that is attached into the same bot? any idea??
Thanks for the insight, you have taken my python-programming to another higher level!! Great fun too.
Awesome ... Great Work
Awesome video, where can i get traffic footage like that
How do you connect your program with a camera
ı just need x,y coordinate ı dont want to take id . how can fixed this because ı take the x,y coordinate with to create figure (table)
hey, when I am importing the tracker this error keeps on coming -ImportError: cannot import name 'izip_longest' from 'itertools' (unknown location).
Bro, extracting a particular portion using "roi" is not working.what ever ration is given same frame is showing.plz help
Awesome! I use the same method for tracking "alpha numeric " raised numbers and letters on the face of the front dashboard. My problem is that I have to process the images and then convert them for analysis. Do you have any cellular applications? Or desktop?
What if I wanna do this live. Like from a streaming camera ? Or from live video playback
我來自台灣,謝謝你的教導,感謝!!
Are x and y coordinates mean the center point of the rectangle, or are they the corner of the rectangle?
your tutorial method is wonderful ...
I do not receive any email, can't sign up
Can you do this for mobile camera?
Can you do a lesson on calculating the size of objects such as fruits and vegetables . Thanks
Can I change some line of code to only detect a specific moving object with a specific color; not all moving objects only the moving object with that specific color?
Yes, you can do everything
Is it possible to classify vehicles based on their size
@@gsunil3697 Yeah, you can use the area of the rectangle as a paramter in any way, but it tends to be inneficient cuz you dont know what type of vehicles you can get in the image and the cam angle distorts the size
@@braiandeivid bro i have a code for vehicles detection but I want to classify them based on their size.but i am getting lot of errors .can you help me plz.....
What if we have a moving camera?
Is there a way to optimize tracker class? In my case, I will use it on a robot which will operate on the roads. Camera will vibrate so I want it to keep vehicles' ids even though the camera vibrates.
Hi i need your help have these punk neighbors who have twicked an algorithm object tracking following me around remotely using my voice and facial recognition. How do i stop them from following me...this is crazy i need helpnim a woman alone and they're abusing us. God bless and thank you
Thank you so much men! I want to study follow your ! 👍
Hi,
1. It goes to infinite loop(first step). I had to define ret = True first and then loop condition as "while ret == True". Any other way of doing this?
2. I am not able to exit the window, it is showing this. And I have to do forcequit -- "QObject::moveToThread: Current thread (0x5606b1b41160) is not the object's thread (0x5606b22e9910).
Cannot move to target thread (0x5606b1b41160)"
can we do this in google cloud
Excellent👍, thanks for sharing the codes of the project to us to learn it well
its great ... free source codes. keep posting free codes.
Can you share me soruce for vehicle dataset. Example for vehicle brand, vehicle color, plate, like these?
Thank🎉 from Thailand.
Sir where is tracker.py
Is that pip install django-request-tracker
If it is so then i am getting error saying
Error in module and not in pip
Please guide me
It is a custom made function
Thank you for your detailed explanation on object Tracking :)
Solid explanation to initiate into the field
where to download the video?
I'm not able to find the ROI of video size 1080*1920p How I find it?
Hello, it is possible to track people? if yes, how we can detect if someone is with frontal position or back position do determinate direction of the movement? this is because i need to count if leave some place or enter to the place
Yes it's possible, this is something I do on my Computer Vision course, and something I help companies with.
You will need to use deep learning to detect the people + object tracking algorithms to keep track of them
Bro,Is it possible to classify vehicles based on their size.plz help me.
May I ask how to export the location of the object (x,y,w,h) into a CSV file?
Thank you. Super lecture. Very insteresting.
Thanks, Are you able to count the demonstrators of a march ?
wow, you explain very well, trank u bro!
thanks for great video, does it work for moving camera and stable object too?
Is it possible to use an external camera as a video source?
Sir you said we should check one of your program "Object detection with opencv and Deep learning " but i can't find the lecture.. Please can you send me the UA-cam link please 🙏🙏🙏
from .cv2 import _registerMatType i am getting error
Thank you so much, please make more tutorials like tNice tutorials. You explain better than any other guide I've seen on youtube, very clear and
when i using tracker
errror at when tracker is import
"from itertools import izip_longest
ImportError: cannot import name 'izip_longest' from 'itertools' (unknown location)"
please solve this issue
Thank you for the tutoral, very good. i only want to ask one question. How can i restart to zero the id counter?
Dude, thanks for this video!
This is just great. Many many thanks 👍
Nice one
Nice video
How do I implement this using YOLO v5
Congratulations!
very very awesome, thank you