muchas gracias por este video, una pregunta para poder contar tanto los que van hacia un lado como lo que van en sentido contrario, se utiliza el mismo metodo, pero con dos lineas? o se puede solamente con una linea y contar ambos sentidos?, podrias ayudarme con esa duda?
Very Great Tutorial! Thank you. I always enjoy your implementations. I had a question, it might sound lame but if you could answer it would be much appreciated. Do we really need to track the objects in order to count them? I mean irrespective of tracking the objects, we have the bounding boxes and their centers of all the objects in all the frames with us. Can't we write the logic to calculate if the centers are being intersected to the line in each frame and can increment the counter? When you hear it like this, it sounds logical but when I implemented it, it was not working properly, it was counting for the first object which was intersected and it stopped counting. Basically, my question is can we count the objects without tracking it? Thank you.
That’s a very brilliant question but tracking enables you to get a unique identifier for each vehicle 🚗 and that prevents you from counting one vehicle twice.
@@tech_watt Thank you for answering! Could you please help me understand this? Because may be I am not understanding/grasping the concept. The way I am seeing is since we are only focused on points(center points of each bounding box/car) intersecting/crossing the line to increase the counter, I'm not understanding why we need a unique identifier/Tracking? I mean even if the model detects the object twice, it will cross/intersect the line only once right?
@diliprajdasari4219 Yes you’re right but we are counting by the id 🆔. For the center points, am just using it to check if the vehicle is crossing the lane or is in a defined zone
hi i am getting errors ERROR: Could not find a version that satisfies the requirement pycocotools-windows (from versions: none) ERROR: No matching distribution found for pycocotools-windows.what shouls i do please help
Excellent video, thanks ! Your video helped me a lot while doing my project ❤
Thank for your response. Much appreciated
Greatest tutorial ever made on this topic
Thanks Felix, you rock!
Thanks 😊 for your honest feedback
Great tutorial, thanks!
Superb Tutorial
Thanks
Nice project
muchas gracias por este video, una pregunta para poder contar tanto los que van hacia un lado como lo que van en sentido contrario, se utiliza el mismo metodo, pero con dos lineas? o se puede solamente con una linea y contar ambos sentidos?, podrias ayudarme con esa duda?
Use two opposite lines for simplicity and straightforward approach.
@@tech_watt ohhh , que rapida respuesta, muchas gracias, un abrazo que estes muy bien
And does it work with motorcycles and bicycles?
Yes
Thanks
Very Great Tutorial! Thank you. I always enjoy your implementations.
I had a question, it might sound lame but if you could answer it would be much appreciated.
Do we really need to track the objects in order to count them? I mean irrespective of tracking the objects, we have the bounding boxes and their centers of all the objects in all the frames with us. Can't we write the logic to calculate if the centers are being intersected to the line in each frame and can increment the counter?
When you hear it like this, it sounds logical but when I implemented it, it was not working properly, it was counting for the first object which was intersected and it stopped counting. Basically, my question is can we count the objects without tracking it? Thank you.
That’s a very brilliant question but tracking enables you to get a unique identifier for each vehicle 🚗 and that prevents you from counting one vehicle twice.
@@tech_watt Thank you for answering! Could you please help me understand this? Because may be I am not understanding/grasping the concept. The way I am seeing is since we are only focused on points(center points of each bounding box/car) intersecting/crossing the line to increase the counter, I'm not understanding why we need a unique identifier/Tracking? I mean even if the model detects the object twice, it will cross/intersect the line only once right?
@diliprajdasari4219 Yes you’re right but we are counting by the id 🆔. For the center points, am just using it to check if the vehicle is crossing the lane or is in a defined zone
@@tech_watt Yeah counting the objects using the id is more efficient way. Thank you so much for the explanation. 😊
@diliprajdasari4219 thanks 😊 for your support and questions. Pls share the content and also join the discord for more fun conversations
hi,@tech watt if we are uploading other video the output of the video getting zoomed in.can u please tell the format of video to take
You can check and resize the the video accordingly
@@tech_watt thankyou🙂
Send code in text file @watt
hi i am getting errors ERROR: Could not find a version that satisfies the requirement pycocotools-windows (from versions: none)
ERROR: No matching distribution found for pycocotools-windows.what shouls i do please help
Create a virtual environment and install all the packages there pls
@@tech_watt yes i created.i am using python 3.11 version is it ok (or) any other version to use?
Downgrade the version of python and tryout. Incase problem persists let me know
@@tech_watt what version of python env pycocotoolssupport
I used python version 3.7