Object Tracking with Opencv and Python

preview_player
Показать описание

You will learn in this video how to Track objects using Opencv with Python.
In this specific lesson we will focus on two main steps: on the first one we will do Object detection and on the second one Object tracking.

➤ Full Videocourses:

➤ Follow me on:

➤ For business inquiries:
Рекомендации по теме
Комментарии
Автор

►► You can Build a Computer Vision software to DETECT and TRACK any Object.

pysource-com
Автор

Hello, for those following the tutorial, a good enough roi can be

```python
roi = frame[int(height/3):,
```
Good tutorial btw.

federicojoelvergelli
Автор

The way this person is delivering these complicated stuffs regarding Open CV and OT, hats off man for your contribution towards the YouTube 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 😊

Suman-zmwx
Автор

Today I installed opencv, it was a long day of tutorials but this one was super super clear!
Thanks a lot!

tomasdaels
Автор

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.

Endredos
Автор

Thanks, to you Sergio Canu,
you have resolved much of our issues.
thanks to you from the core of our hearts.

bolzanoitaly
Автор

Thank you for explaining each and every line of code clearly. Great help. Keep uploading videos like this

hetalivekariya
Автор

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.

abc-cofy
Автор

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!

chun
Автор

Wow this was quite useful and well explained. Thank you and God bless your work!!!

dogarayunanagani
Автор

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.

Nonsanity
Автор

Thanks man! This helps me to complete my assignment on object tracking using OpenCV

dhamotharan
Автор

This was my first AI program in python. Thanks a lot for teaching this. 🙏🙏🙏

SenthilKumar-yfpp
Автор

i'm newbie to opencv, u explanations are far better than my lectures....thansks a lot

manakavoo
Автор

this was really awesome and thank you for the code

dennisasamoah
Автор

Best tutorial ever!!!! Thanks a lot for your time and clear explanation, cheers!!!

julianboulevard
Автор

perfect and much needed for me to understand OPENCV

praketasaxena
Автор

Thank you very much for making this video; concepts are clearly explained.

thinkingahead
Автор

Thank you for your detailed explanation on object Tracking :)

mrpoeky
Автор

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!

ArimAhiru