Object Tracking from scratch with OpenCV and Python

Object Tracking from scratch with OpenCV and Python

Pysource

2 года назад

244,998 Просмотров

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


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

@user-fn8kj7nq2j
@user-fn8kj7nq2j - 27.11.2023 08:04

how can i download the four files?

Ответить
@soumyakulal4095
@soumyakulal4095 - 26.11.2023 01:59

Object detection file and tracking both cannot be downloaded for this tutorial. Just understood the basic code. Whats the use!!

Ответить
@AbdulazizAbdullah-gq2js
@AbdulazizAbdullah-gq2js - 18.10.2023 23:07

اكثر من ساعة كاملة و السبب فقط هو 👦 كود بايتون 😮😢
ملفات الخوارزمية جاهزه!!!
انت تحتاج الي الكثير 😅

Ответить
@pankajjoshi4206
@pankajjoshi4206 - 16.09.2023 15:42

Can we track multiple faces same way or do I have to use other techniques

Ответить
@termitestrack
@termitestrack - 16.08.2023 16:59

Hello Sergio, thnak you so much for the tutorial. I am trying to apply this to termites video, which I am recording in 9 cm petri 55 termites. I have really beginner level knowledge about coding. Can you please tell me how can I create .cfg and .weights files for termites. The only object I want to find and track is termites. I hope you can help, thank you

Ответить
@KhotsoRamoreboli
@KhotsoRamoreboli - 23.07.2023 17:44

Cant find the files

Ответить
@cemalbukrek7274
@cemalbukrek7274 - 22.07.2023 00:34

Excellent tutorial - you let the student think together with you to develop a strategy, implement and debug it. This type of training is as good as it gets. Thank you!

Ответить
@khotsor9647
@khotsor9647 - 21.07.2023 12:03

Cant find the files

Ответить
@smashtactix
@smashtactix - 03.07.2023 05:23

thank you for this basic introduction to Opencv for those who have little or no experince with it, I look forward to watching more of your video / guides and hopefully get a better understanding of how it works. Thank you., Subbed and Liked for future learning.

Ответить
@alexandersage967
@alexandersage967 - 26.06.2023 23:25

would have been better to use one shot learning instead of comparing previous location. what if the objects leave and come back. using a rtree instead of looping through all objects would be a much faster way to compare objects

Ответить
@nguyentoan5893
@nguyentoan5893 - 09.06.2023 18:07

setUpNet DNN module was not built with CUDA backend; switching to CPU. How do you resolve this issue. I have NVIDIA 1650Ti and I've downloaded the toolkit, but my video is still slow

Ответить
@patriciabidjeck3109
@patriciabidjeck3109 - 29.05.2023 21:50

Hi, i am having a problem with
Unknown C++ exception from OpenCV code

Ответить
@simplesolutions5909
@simplesolutions5909 - 29.05.2023 07:58

where to download from all those four folders?

Ответить
@nihatyorganci964
@nihatyorganci964 - 22.05.2023 23:19

Firstly hello everyone adn Pysource. I'm Nihat and I'm extremely bad in python modules and python's itself. As you can think I couldn't install object detection in VSCODE. Can anyone help me? (I am very miserable as you can understand.)

Ответить
@benjaminafful2299
@benjaminafful2299 - 14.05.2023 01:15

How do I get the files used in the video please?

Ответить
@WhiteTaic
@WhiteTaic - 06.05.2023 11:41

Hello there. Please tell me - if you increase the speed of the video by 10 times, will the counting of objects be preserved?
Does the speed of the video affect the ability to count objects?

Ответить
@apex21.1
@apex21.1 - 13.04.2023 21:26

im having a mental breakdown
i don't have a module open cv and numpy

Ответить
@zainebaurangzeb9083
@zainebaurangzeb9083 - 31.03.2023 14:34

i dont understand the data set can you just clear me

Ответить
@abiralaashish8798
@abiralaashish8798 - 29.03.2023 18:36

Hi, the way you teach is very cool. You make everything look so easy. Could you make a video on feature fusion in things like intent prediction and pose estimation? I know it would be advanced stuff but very helpful. Thanks.

Ответить
@utkarshkumar1381
@utkarshkumar1381 - 24.03.2023 00:24

A very Thank you to Pysource who came up with this Project. He explains everything in a lucid manner. This is going to be my "Digital Image Processing Project" in my collage. Thank You BUDDY.

Ответить
@maxdtrc2075
@maxdtrc2075 - 22.03.2023 12:36

Where is the source code fdp ?

Ответить
@mutaharkamran4914
@mutaharkamran4914 - 01.03.2023 16:27

Bro I love you content, I would love to learn your premium courses but I cant afford them

Ответить
@YxyronY
@YxyronY - 26.02.2023 21:17

Hello Sergio,
I have a question:
Can you give me information about the Trainingdata which you used to train the weights in the dnn folder?
How many Images?, What kind of objects in the Images, how many epochs, batchsize and so on?

Ответить
@alihabibi5437
@alihabibi5437 - 26.02.2023 19:10

thank you so much but i cant find video that use in this course and other code that you say it exist in links

Ответить
@syedhamzashamim8526
@syedhamzashamim8526 - 07.02.2023 20:56

in detect
return self.model.detect(frame, nmsThreshold=self.nmsThreshold, confThreshold=self.confThreshold)

error

Ответить
@andresimoes879
@andresimoes879 - 01.02.2023 14:21

Anyone having trouble with receiving the email with the necessary files on Pysource website?

Ответить
@mariabustillo3243
@mariabustillo3243 - 21.01.2023 20:46

Hi Sergio, I am curious, how could I use this on the live feed of an Oak-d lite camera? I would like to apply it to live feed from the camera I have, and a software exists but I do not know how to use it. Thanks

Ответить
@bajonk9024
@bajonk9024 - 21.01.2023 06:40

Excellent explanation, but i got notification cv2.error: unknown C++ exception from OpenCV code what does that mean

Ответить
@Inspiration_video23
@Inspiration_video23 - 18.01.2023 18:53

How to define roi in this model. Actually I want to detect the objects in only the roi area using ip camera

Ответить
@Jason_Bover9000
@Jason_Bover9000 - 09.01.2023 09:59

I don't get this

Ответить
@mezdissa8388
@mezdissa8388 - 26.12.2022 02:09

after install tracker:I don't find (EuclideancDistTraker) in tracker.please help mr

Ответить
@buttscratcher4530
@buttscratcher4530 - 22.11.2022 13:54

You email confirmation mail is taking too long to sent

Ответить
@SridattaMarati-bk6vl
@SridattaMarati-bk6vl - 15.11.2022 13:58

The Tracking is not up the mark its clearly evident the count is varying for many vehicles in just few Frames.

Ответить
@birdeye700
@birdeye700 - 27.10.2022 01:39

Excellent video and wonderful tutorial! The standard module object_detection does not have "ObjectDetection" package. ImportError: cannot import name 'ObjectDetection' from 'object_detection' . Is ObjectDetection your own extension ? Thanks!

Ответить
@vijayalaxmiyalavigi6232
@vijayalaxmiyalavigi6232 - 04.10.2022 15:22

Sir, really helpful. You are also showing how to trace and develop logic.

Ответить
@oanminhquan1426
@oanminhquan1426 - 28.09.2022 20:36

Im still a little bit confused about the end. How did you increase the fps?

Ответить
@okunolaakinwale4492
@okunolaakinwale4492 - 25.09.2022 01:43

Please I can't find the link to download those files required for this lesson, can anyone help me?

Ответить
@Monkeyman-ry1ir
@Monkeyman-ry1ir - 21.09.2022 14:43

I’ve watched hours of videos and tNice tutorials one is the first that explains it in a way a complete beginner could understand! Great video

Ответить
@zsaiga6722
@zsaiga6722 - 20.09.2022 00:37

after tutorial

Ответить
@fabian_ftn6604
@fabian_ftn6604 - 19.09.2022 03:06

when I tun my code it says "0::Net::Impl::setUpNet DNN module was not built with CUDA backend; switching to CPU" how can I fix this?

Ответить
@user-zi1cs6ub5m
@user-zi1cs6ub5m - 15.09.2022 17:23

change it to Analog app 1 TE

Ответить
@para07chabbi33
@para07chabbi33 - 15.09.2022 03:03

Kör på!

Ответить
@larryvea6101
@larryvea6101 - 25.08.2022 06:25

Very interesting and helpful tutorial. Thank you very much.

Ответить
@rulerent2656
@rulerent2656 - 11.08.2022 12:49

Hello sergio , I have an error which is (TypeError: VideoCapture() takes no arguments)
Im followed your code but I get an error. Hope you can help me throughout this problem

Ответить
@luqmanhrizal
@luqmanhrizal - 27.06.2022 14:09

hi Sergio! Can u help me in set only 'person' class id will be detected in this project?

Ответить
@goodtechdoor
@goodtechdoor - 25.06.2022 00:26

Epic, any more lessons !

Ответить