Please keep producing advanced stuff like you did on this channel I found it today and I learn everything what I was looking for from last two days please teach us more god bless you and your family
@theartificialguy68982 жыл бұрын
Thank you for your kind words, i will definitely make more videos in coming future...
@jainilshah41782 жыл бұрын
I am getting an error: AttributeError: 'float' object has no attribute '2f' Can you please help!
@dhimant4043 жыл бұрын
Great video! You made it really easy to implement deep sort. Looking forward to more videos from you!
@theartificialguy68983 жыл бұрын
Glad it helped :) Please do hit like, subscribe and share the video as much as possible 🙏
@umar_muhammad_yaree2 жыл бұрын
Thanks for the video I have a task which is pedestrian detection and congestion measurement I need to build a model that can detect pedestrian and also be able to say if the frame is congested For example let's say in a frame greater than 20 people means congested
@achmaddaa2 жыл бұрын
how to save the video locally?
@anime_on_data75943 жыл бұрын
i am working on an use case were we can track a person also its time in the frame he or she should not voilate the 15 min time period in a particular frame. Is their any one who can help me out. With it
@umar_muhammad_yaree2 жыл бұрын
Nice video Do i have to use deepsort to be able to show number of people?
@chinmayganguly4572 жыл бұрын
I wish you would also teach us how to program this. i've trying so long to search for tutorials that teach me something but all i get are steps saying do this do that and that's it. i want to learn how all of this works and the programming behind it so i can do it on my own
@sefadogan47953 жыл бұрын
Hello, with which command can I detect object on all photos in a particular folder in yolov4? I want it to be done one by one in all the photos one after the other.
@theartificialguy68983 жыл бұрын
Hi, this video is for object tracking, if you want to detect objects or rather train your own object detector on custom dataset, follow this tutorial: kzbin.info/www/bejne/bWHQopJ-l6uenNE Do hit like and subscribe to the channel :)
@sefadogan47953 жыл бұрын
@@theartificialguy6898 I subscribed and liked. I checked this video but I just want it to be done one by one in all the photos one after the other.
@theartificialguy68983 жыл бұрын
@@sefadogan4795 it is usually a single command line, i don't remember it at the moment but you can check out the YoloV4 official GitHub alexebAB darkent, or you can follow this answer: stackoverflow.com/a/65459737
@sefadogan47953 жыл бұрын
@@theartificialguy6898 Thank you! "-dont_show" works seamless with "for" loop There is one more thing. I want to save percentage info but i couldn't find any flag for doing this. For example i have 2 classes that are gulmek and goz_kisilmasi. So ı have 2 percentage like; gulmek: %99 goz_kisilmasi: %78 I want to save this info as it is. Like dictionary type