Object Tracking Using YOLOv4, Deep SORT, and TensorFlow

Object Tracking Using YOLOv4, Deep SORT, and TensorFlow

The AI Guy

3 года назад

73,964 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@TheAIGuy
@TheAIGuy - 19.08.2020 15:07

Let me know what additions you would like added to the code and if you run into any issues. Cheers :)

Ответить
@jusstaname
@jusstaname - 21.11.2023 21:20

Sorry sir, yolov4.weights file has been error

Ответить
@PANDURANG99
@PANDURANG99 - 20.07.2023 17:27

What about same person or car come again, will count new for it

Ответить
@kazeem4715
@kazeem4715 - 07.05.2023 12:45

Hello, the Google drive link doesn't work

Ответить
@codingriovo631
@codingriovo631 - 02.04.2023 10:42

hey, I would like thank you very much for this video. If you see this comment, could you let me know if there is any way to run this directly from a python script on live video?

Ответить
@Andrey_Zakharoff
@Andrey_Zakharoff - 06.02.2023 19:58

@The AI Guy Thank you for your work. I followed your instruction, all works like in your video, but I have nor detections neither tracking. Output avi == input avi, and when I add --info in command line, I can see only FPS, no detection&tracking info.🤔

Ответить
@vahabmspour6336
@vahabmspour6336 - 24.01.2023 14:59

Question: When I run your notebook it runs well but boxes cant add to the output video!! I have same input and output (without boxes and labels :/)

Ответить
@nojoodothmanal-ghamdi1026
@nojoodothmanal-ghamdi1026 - 20.12.2022 00:25

You have no idea how this video saved me, I cannot thank you enough

Ответить
@paulpolizzi3421
@paulpolizzi3421 - 25.11.2022 05:58

Thats very cool, how can i get this to track soccer players on my video? and could it track data? Thx

Ответить
@umarkhayam3500
@umarkhayam3500 - 13.11.2022 08:15

Hey I am unable to download pre-trained yolov4.weights file. Please help me out link is not working.

Ответить
@thattaguy3791
@thattaguy3791 - 10.11.2022 23:51

Hey, the google drive link has expired for the weights. Is there an updated link anywhere?

Ответить
@Tabatabaei1999
@Tabatabaei1999 - 16.08.2022 21:35

Hello
When I open yolo4.weight google drive link, l faced with 404 error, could you fix the link
Thanks!

Ответить
@quangtuyennguyen4081
@quangtuyennguyen4081 - 08.08.2022 05:05

i folow to your instruction but the video output has no bouding box. can you tell me why?

Ответить
@peglegsqueeks4593
@peglegsqueeks4593 - 07.08.2022 11:50

Thank you for an awesome clear explanation, on object tracking. If I convert the tiny YoloV4 model to tensorflow lite can I use Coral USB accelerator to accelerate the inferencing? I just need a way to make a post process quantized edge tpu .tflite model.

Ответить
@tanayonkar3928
@tanayonkar3928 - 15.07.2022 12:19

Hey great work with this, can we use this for lidar data aswell?

Ответить
@vipingautam9501
@vipingautam9501 - 07.07.2022 20:14

Hi first of all thank you so much for putting up such a nice video, could you tell if we are interested in tracking only single person instead of all. can we do it?

Ответить
@umarmuhammadi429
@umarmuhammadi429 - 01.05.2022 02:17

Nice video
I want to add a congestion measurement to this, do you know how please?

Ответить
@rahulgaius.c1546
@rahulgaius.c1546 - 15.04.2022 06:25

I am not getting any bounding boxes

Ответить
@jashidack6662
@jashidack6662 - 11.04.2022 14:18

I am getting errors when I try to run the code (conda env create -f conda-gpu.yml).
ERROR conda.core.link:_execute(730): An error occurred while installing package 'defaults::qt-5.9.7-vc14h73c81de_0'.
Rolling back transaction: done

LinkError: post-link script failed for package defaults::qt-5.9.7-vc14h73c81de_0
location of failed script: C:\Users\User\anaconda3\envs\yolov4-gpu\Scripts\.qt-post-link.bat

Does anyone know how to solve this issue? Thank you

Ответить
@joye3904
@joye3904 - 31.03.2022 05:49

How can i do this with yolov5?

Ответить
@8eck
@8eck - 30.03.2022 15:10

Let's focus on optimizing it, to reach realtime.

Ответить
@muhammadsaliem8799
@muhammadsaliem8799 - 22.03.2022 22:44

thanks for your extremely helpful content , I have a question is there a way to detect only one class using colab ?

Ответить
@aparnag9149
@aparnag9149 - 26.01.2022 23:41

Can i execute this code in colab

Ответить
@oskarmarek7124
@oskarmarek7124 - 25.01.2022 20:52

Great video!
Do you know if there's a way to get the mAP on this model? I can't find the code to save the detections to the file in order to run any mAP algorithms.

Ответить
@mangkhongsai9029
@mangkhongsai9029 - 30.12.2021 19:18

Can we do this in google colab?, as my computer doesn't support gpu i am facing difficulty.

Ответить
@kaliprasana
@kaliprasana - 22.11.2021 15:46

How to store those bounding box coordinates to use them as trajectory data? Please explain this also.

Ответить
@prashantsharmastunning
@prashantsharmastunning - 19.11.2021 17:26

How do I create my own custom file. I need to do some down stream task with the tracking ID and bounding boxes.

Ответить
@yosmy5431
@yosmy5431 - 15.11.2021 12:08

hope to see additional feature of counting the number of cars within the video and passing through the lane successfully?

Ответить
@THEULTIMATEPRASHANT
@THEULTIMATEPRASHANT - 05.11.2021 15:29

Not getting any detection bro... i tried latest tensorflow gpu version i.e. 2.7 and also afew others like 2.5 and 2.3 but getting no bounding box... can you guess what's wrong?

Ответить
@nbourre
@nbourre - 03.11.2021 22:39

I'm trying to run the object_tracker script, but it get stuck on frame #1 and doesn't move. It seems like a problem with the model conversion to TF.

Can someone guide me in the right direction?

Ответить
@amananand1997
@amananand1997 - 02.11.2021 12:38

Can I implement it with YOLOv5 with custom classes?

Ответить
@sayyednezhadi6545
@sayyednezhadi6545 - 13.10.2021 20:04

That was very helpful! I know it prints FPS at each frame. Is there an easy way to print the actual frame number from the original video?

Ответить
@SuperJg007
@SuperJg007 - 24.09.2021 13:57

If we can track objects then we can also measure speed and such right? How would you go about getting the (x,y) coordinates?

Ответить
@guilhermedias9215
@guilhermedias9215 - 21.09.2021 19:43

When I try convert the model:

conv_weights = conv_weights.reshape(conv_shape).transpose([2, 3, 1, 0])
ValueError: cannot reshape array of size 4554552 into shape (1024,512,3,3)

What should I do?

Ответить
@maryamhallal3709
@maryamhallal3709 - 11.09.2021 16:46

Hello I containerized the project, their is one error I created an issue on github

Ответить
@anpr
@anpr - 08.08.2021 12:23

Please do one for YoloR, thank you.

Ответить
@rajathav3159
@rajathav3159 - 03.08.2021 20:03

To the guys for whom no bounding boxes appear in the video : create a new environment as he says in the beginning of the video and use this, rather than using one which you might have created earlier for some other purpose. This worked for me.

Ответить
@rivaldoyosephbuarlele9410
@rivaldoyosephbuarlele9410 - 02.08.2021 08:51

how to use the code without Cuda or does it specifically have to use Cuda to run the code?

Ответить
@shahrinnakkhatra2857
@shahrinnakkhatra2857 - 25.07.2021 21:50

Hey, actually I tried this out and it turned out to be too low FPS while renderring, actually I want to implement this in a real-time moving camera where I will be detecting other vehicles on the road. What might be the solution to this very low FPS that I'm getting? (I tried using tiny weights too, which was very inaccurate, yet not giving too much FPS to be real-time)

Ответить
@omniopen
@omniopen - 14.07.2021 08:17

Great video, well documented code and sturdy implementation 10/10

Ответить
@tuhindutta7601
@tuhindutta7601 - 25.06.2021 23:41

Does it work on only lidar data?

Ответить
@ginny_01
@ginny_01 - 05.06.2021 20:02

Hii, very nice tutorial. I was wondering if you could count the vehicles after tracking them.

Ответить
@AtenTetsu
@AtenTetsu - 04.06.2021 04:04

Thank you so much for this video. Btw, can I apply this code into raspberry pi with camera installation?

Ответить
@ucanhvu274
@ucanhvu274 - 03.06.2021 06:03

Can you do this for google colab version?

EDIT: Guess what, you clearly used AI to predict my question and you answered it, thank you

Ответить
@krishnagupta-ti8ch
@krishnagupta-ti8ch - 26.05.2021 11:08

Hello all, need help , how may i run this object tracking on webcam in colab. Regards

Ответить