Object Tracking from scratch with OpenCV and Python

2021 ж. 4 Қаз.
228 608 Рет қаралды

Blog : pysource.com/2021/10/05/objec...
In this special video, I'm going to help you solve the doubts you have about object tracking and you'll learn how to build an Object Tracking algorithm from scratch.
➤ Courses:
Full Computer Vision course: pysource.com/object-detection...
Training Mask R-CNN PRO (Notebook + Mini-Course): pysource.com/mask-rcnn-traini...
➤ Follow me on:
LinkedIn: / pysource
➤ For business inquiries:
pysource.com/contact
#ObjectTracking #AI #DeepLearning

Пікірлер
  • ►► You can Build a Computer Vision software to DETECT and TRACK any Object. → 4-Step FREE Workshop pysource.com/blueprint-workshop-signup/

    @pysource-com@pysource-com2 жыл бұрын
    • Can we do this complete process in raspberry pi

      @its_jothi@its_jothi Жыл бұрын
    • I need the sources code

      @Abbababagana-sw6wd@Abbababagana-sw6wd8 ай бұрын
    • @@Abbababagana-sw6wd can share me source code?

      @muhammadanndi07andi16@muhammadanndi07andi167 ай бұрын
    • Hi, I applied yesterday with my other to get contents, but still no response. Can you pls tell me how long it takes?

      @user-nk2wg8tb8p@user-nk2wg8tb8p2 ай бұрын
  • Man, I still don't have the money to pay for one of your courses, but I want to thank you a lot for all this free content. It's amazing how simple is your way of teaching, really nice to learn. Whenever I got a decent job in my country, I'm going to apply for your course.

    @hanshima_@hanshima_2 жыл бұрын
    • Yeah, he is the best

      @aimanyounis8387@aimanyounis83872 жыл бұрын
  • Thanks Sergio for such a great tutorial. This was just what I was looking for... a basic tracking algorithm that allows you to develop an intuition on how object tracking works and facilitates the understanding of more advanced tracking algorithms, such as the ones you have mentioned (Sort and DeepSort). Greetings from Ecuador 🇪🇨

    @notengonickname@notengonickname2 жыл бұрын
  • 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.

    @utkarshkumar1381@utkarshkumar1381 Жыл бұрын
  • Obrigado pela paciência e compreensão, este é um dos videos mais didáticos que é possível encontrar no youtube, por favor continue

    @tharickpontes8868@tharickpontes886810 ай бұрын
  • Thakns a lot , in some projects we just can't use common algorithms like deep sort , what you did was just what i was looking for

    @mohammadaliavazpour3268@mohammadaliavazpour32682 жыл бұрын
  • 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.

    @smashtactix@smashtactix10 ай бұрын
  • Sir, really helpful. You are also showing how to trace and develop logic.

    @vijayalaxmiyalavigi6232@vijayalaxmiyalavigi6232 Жыл бұрын
  • 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!

    @cemalbukrek7274@cemalbukrek727410 ай бұрын
  • When you're calculating cx you're basically multiplying x by 2 and then dividing it again by 2 and it looks a little bit counter intuitive. writing it as x + (w/2) is a bit more clear, same goes with cy = y + (h/2)

    @notead@notead2 жыл бұрын
  • Thank you so much, this was very helpful.

    @vipingautam9501@vipingautam9501 Жыл бұрын
  • Very interesting and helpful tutorial. Thank you very much.

    @larryvea6101@larryvea6101 Жыл бұрын
  • excellent tutorial. thank you for always sharing code for public

    @usmanraza9063@usmanraza90632 жыл бұрын
  • 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.

    @abiralaashish8798@abiralaashish8798 Жыл бұрын
  • Another excellent tutorial 🙏

    @Fraunzi@Fraunzi2 жыл бұрын
  • Thanks for the good video. Are you planning on a similar video on Jetson Nano? As the Python code should be the same (?), I am wondering how to utilize the Jetson Nano's hardware for such a task.

    @YigalBZ@YigalBZ2 жыл бұрын
  • 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

    @Monkeyman-ry1ir@Monkeyman-ry1ir Жыл бұрын
  • 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

    @umarmuhammadi429@umarmuhammadi4292 жыл бұрын
  • 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?

    @YxyronY@YxyronY Жыл бұрын
  • Thanks for the good video. And i will be grateful if you can share a video that use this technical to calculate vehicle speed.

    @hocnhanh3170@hocnhanh31702 жыл бұрын
  • Can we track multiple faces same way or do I have to use other techniques

    @pankajjoshi4206@pankajjoshi42068 ай бұрын
  • Thanks for your very kind and wonderful video, I really appreciate and you deserve a salary as you wish. thanks

    @bolzanoitaly8360@bolzanoitaly83602 жыл бұрын
  • Thanks for great content sir ❤️

    @AiPhile@AiPhile2 жыл бұрын
  • you are the best!!! thank you!

    @alpenapple@alpenapple2 жыл бұрын
  • 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

    @termitestrack@termitestrack9 ай бұрын
  • You have explianed well , thanks for your explanation

    @amleshkumaryadav873@amleshkumaryadav8732 ай бұрын
  • Great work 👏👏👏👏

    @Savroniks@Savroniks2 жыл бұрын
  • Thank you for sharing this

    @cjay9615@cjay9615 Жыл бұрын
  • thank you so much but i cant find video that use in this course and other code that you say it exist in links

    @alihabibi5437@alihabibi5437 Жыл бұрын
  • Thankyou so much for these learning videos but i am just having problems in setting up my pycharm to use all these modules at the same time so can u please make video to us your settings of your python enivronment and version and all or guide me to set it all up then i would really appreciate it.

    @shresthmittal869@shresthmittal8692 жыл бұрын
  • Hi, what GPU are you using and is the video playback running with CUDA support?

    @RifatByYusuf@RifatByYusuf2 ай бұрын
  • PS C:\Users itik\object_form> python object_tracking.py Traceback (most recent call last): File "C:\Users itik\object_form\object_tracking.py", line 3, in from detection import ObjectDetection ImportError: cannot import name 'ObjectDetection' from 'detection' (C:\Users itik\object_form\detection.py) having these error pls help

    @user-wl4xn4ku6c@user-wl4xn4ku6c8 ай бұрын
  • Excellent explanation

    @DAYYAN294@DAYYAN2942 жыл бұрын
  • 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?

    @WhiteTaic@WhiteTaic Жыл бұрын
  • Great tutorial, but what re the hardware requirements for this project, i just ran it verbatim on an M1 Macbook and the output is excruciatingly slow...

    @takudzwashumbamhini8334@takudzwashumbamhini83342 жыл бұрын
  • Awesome tutorial. Could you tell me what kind of setup I need (such as number of CPU cores, GPU size, Ram, Storage etc.) to run the videos smoothly?

    @maksudurrahman8510@maksudurrahman8510 Жыл бұрын
    • The main component to run smoothly is an Nvidia Graphic card. It should be Nvidia GTX 1650 minimum, then a standard CPU Ryzen 5 or Intel I5 and minimum 8GB of RAM. Also the it's important that the Opencv library should be installed with GPU.

      @pysource-com@pysource-com Жыл бұрын
  • Great video Sergio. You've broken it down in to manageable chunks that are easy to follow. I have a problem when trying to run this on my rPI 4 as it's complaining of -212 parsing error and an unsupported activation: mish. I guess I may just have to update my openCV but as you only made this video a few hours ago I and I've only just installed these things I should be using all the same versions as you are... Any suggestions? Thanks again for putting the work and effort in to making these videos you are helping a lot of people get a grip of this stuff..

    @perfoperfo9910@perfoperfo99102 жыл бұрын
    • exactly, this only works with Opencv 4.4.0 or greater, so I guess you're using an older version. Second thing to know, raspberry pi is too weak to handle object detection in realtime with YOLOv4, so you should integrate it with a smaller algorithm.

      @pysource-com@pysource-com2 жыл бұрын
    • @@pysource-com thanks for the advice. maybe I'm hoping for too much out of the RPI.. I'm trying to make something that lets me know if someone is coming in to my gate or going out of it. one or two FPS would do probably and the video isn't being viewed or used for anything else as I have other HD cams for that .. so resolution etc isn't important.. Just an LED for going in or going out.. When I followed your tutorial on my PC it works fine.. my desk top is a little big to stick on my gate post though :-) Thanks again..

      @perfoperfo9910@perfoperfo99102 жыл бұрын
    • @@michaelallen185 yeh did u run it on GPU need help

      @MrNaved786@MrNaved7862 жыл бұрын
    • @@michaelallen185 thanks buddy for help

      @MrNaved786@MrNaved7862 жыл бұрын
  • 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

    @mariabustillo3243@mariabustillo3243 Жыл бұрын
  • Dear Sir..Can we use Yolo5 in the place of Yolov4 i mean (weight and cfg)?

    @Kishi1969@Kishi19692 жыл бұрын
  • Great video! How can i export all tracking_objects values in a txt.?

    @franciscoantonioespinozano1766@franciscoantonioespinozano17662 жыл бұрын
  • please do make a video on vehicle classification

    @nimeshanand4579@nimeshanand45792 жыл бұрын
  • hey One question: it gives an error : no module named "object_detection" even though i changed the working directory with the provided files

    @sohaibarif9790@sohaibarif97902 жыл бұрын
  • Epic, any more lessons !

    @goodtechdoor@goodtechdoor Жыл бұрын
  • hi Sergio! Can u help me in set only 'person' class id will be detected in this project?

    @luqmanhrizal@luqmanhrizal Жыл бұрын
  • Nice video, very interesting. I have a question: which is the best/easer way to detect objects that is not recognized by YOLO, e.g: we have a model that recognize cars, if some person/bicicle, etc is in scene, we have the notification for that.

    @leo1722467@leo17224672 жыл бұрын
    • I'm not 100% sure on this, but since YOLO produces output based on class, I'm sure there is a way you could classify bounding boxes by class, and then track in that way.

      @noahvandal6485@noahvandal6485 Жыл бұрын
    • ​@@noahvandal6485 i have a idea now, i can performe a motion detection excludind de bb of yolo, or maybe edge detections with dimensions. My question was more about of how to detect objects that is not part of YOLO classes.

      @leo1722467@leo1722467 Жыл бұрын
  • Thank you for this excellent video, it helped me a lot to understand the procedure for tracking and detecting objects. Just a question please: I tried to implement this code but after running the program the loading of the frames is very slow, it seems that these images are displayed and not a video in real time. what is the cause of this problem please?

    @ezaouikhatib1673@ezaouikhatib16732 жыл бұрын
    • It's normal, if Opencv is not installed with GPU, it can process around 1 or 2 frames per second only. You would need an Nvidia GPU and you would need to configure Opencv in order to work with that.

      @pysource-com@pysource-com2 жыл бұрын
    • @@pysource-com Thank you for you answer

      @ezaouikhatib1673@ezaouikhatib16732 жыл бұрын
  • Is there a video that explains the specific object detection file?

    @marinos_htz2305@marinos_htz23052 жыл бұрын
  • Excellent explanation, but i got notification cv2.error: unknown C++ exception from OpenCV code what does that mean

    @bajonk9024@bajonk9024 Жыл бұрын
  • Hello, thank you very much for these excellent tutorials. please can you give me the link to the video where you are traking for real projects and professional work (sorting, deep sorting). thank you once again.

    @mellakhzahra5366@mellakhzahra53662 жыл бұрын
    • Hi, can you respond me please😌

      @mellakhzahra5366@mellakhzahra53662 жыл бұрын
    • hi, this is only available on the videocourse Object Detection with opencv and deep learning that you can find on pysource.com , the section courses.

      @pysource-com@pysource-com2 жыл бұрын
  • Bro I love you content, I would love to learn your premium courses but I cant afford them

    @mutaharkamran4914@mutaharkamran4914 Жыл бұрын
  • Great tutorial. How do I run this code on my computer? I download files but I get no tracking window.

    @Film-maker@Film-maker2 ай бұрын
  • 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!

    @birdeye700@birdeye700 Жыл бұрын
    • yes, it is a custom file I created. you should download that from the blog post related to this video. Links are in the description

      @pysource-com@pysource-com Жыл бұрын
    • hi, I encountered the same error and downloaded the file as you said. But it still gives the same error. Do I need to change and rewrite the code? Did you solve this problem?

      @xxgxx4803@xxgxx48036 ай бұрын
  • Hi, i am having a problem with Unknown C++ exception from OpenCV code

    @patriciabidjeck3109@patriciabidjeck310911 ай бұрын
  • So this is basically how createbackgroudsubtractor works right?

    @weishin@weishin2 жыл бұрын
  • 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

    @rulerent2656@rulerent2656 Жыл бұрын
  • Hi, I applied yesterday with my other to get contents, but still no response. Can you pls tell me how long it takes?

    @user-nk2wg8tb8p@user-nk2wg8tb8p2 ай бұрын
  • tried to download the source code for this, but the link to my email just redirects me to an invalid page

    @SensitiveFreeloader@SensitiveFreeloader2 жыл бұрын
  • How to define roi in this model. Actually I want to detect the objects in only the roi area using ip camera

    @Inspiration_video23@Inspiration_video23 Жыл бұрын
  • Just curious, could this be used to collect license plate numbers coming into or leaving a neighborhood, storing them and comparing them to an array to see if this is a frequently occurring license plate. If it isn't then store the picture and license plate date and time . It could be used as part of an electronic "Neighborhood Watch" so that if burglaries occur, the make, model, color and license plate date and time of identification will be stored as infrequent vehicle to help find the suspected burglars vehicle and help solve the burglaries. That's one use I can see for this, plus get avg speed of vehicles moving through neighborhood .

    @SniperUSMC@SniperUSMC Жыл бұрын
  • amazing

    @hieuvu6543@hieuvu65432 жыл бұрын
  • where to download from all those four folders?

    @simplesolutions5909@simplesolutions590911 ай бұрын
  • What program is he writing this in please?

    @jamesyadig242@jamesyadig2424 ай бұрын
  • great video, I've always struggled to run in IoT devices because low of fps, how can one optimize this for IoT environment ?.

    @siyabongadlamini7424@siyabongadlamini74242 жыл бұрын
    • hello. i am working on these subject for 5 years and i can say unfortunately there is not a way to run these things on raspberry pi like devices with high fps. i tried even jetson nano but if you use deep learning based approach to detect objects you have no chance. i am using dlib and opencv to detect and track faces. dlib is very good choise to detect faces accurately. and opencv's mosse tracker is really really fast. so with cpu overclocking on rasperry pi 4 i am getting 20-25 fps. but remember these devices (raspberry pi, beaglebone, odroid etc.) are not good choices to run deep learning solutions. by the way raspberry pi is the best choice in these devices. asus tinkerboard is the worst.

      @ycdcherokee@ycdcherokee2 жыл бұрын
    • @@ycdcherokee What if I implement TensorFlow Lite and Edge TPU on my Raspberry Pi? Please note that I have no knowledge of the program. I'm trying to do simultaneously worm brain neurosimulation and object recognition an IoT device like the GoPiGo3. kzhead.info/sun/bM-xpN1qqJeZZ58/bejne.html

      @alph4966@alph49662 жыл бұрын
  • try do it from a live ip cam not a rpi cam or a video file! i cant get it working show how its done...

    @JNET_Reloaded@JNET_Reloaded2 жыл бұрын
  • 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?

    @fabian_ftn6604@fabian_ftn6604 Жыл бұрын
    • that's normal to be that way. If you have a CUDA gpu you can install Opencv CUDA to use your graphic card and it will be much faster. on windows though, it's a pretty complex installation

      @pysource-com@pysource-com Жыл бұрын
  • cant find a link for object detection file can you send it here?

    @par-th1@par-th12 жыл бұрын
  • hello mr sagio my computer only recognize cv2 and numpy the other files it cant run

    @sollyrikhotso4812@sollyrikhotso48123 ай бұрын
  • Please I can't find the link to download those files required for this lesson, can anyone help me?

    @okunolaakinwale4492@okunolaakinwale4492 Жыл бұрын
  • How do I get the files used in the video please?

    @benjaminafful2299@benjaminafful2299 Жыл бұрын
  • Object detection file and tracking both cannot be downloaded for this tutorial. Just understood the basic code. Whats the use!!

    @soumyakulal4095@soumyakulal40955 ай бұрын
  • after install tracker:I don't find (EuclideancDistTraker) in tracker.please help mr

    @mezdissa8388@mezdissa8388 Жыл бұрын
  • in detect return self.model.detect(frame, nmsThreshold=self.nmsThreshold, confThreshold=self.confThreshold) error

    @syedhamzashamim8526@syedhamzashamim8526 Жыл бұрын
  • error: OpenCV(4.7.0) /io/opencv/modules/imgproc/src/drawing.cpp:1711: error: (-215:Assertion failed) 0

    @thoufeekbaber8597@thoufeekbaber859711 ай бұрын
  • how can i download the four files?

    @user-fn8kj7nq2j@user-fn8kj7nq2j5 ай бұрын
  • i am having problems with cv2 , after installing opencv-ython i'm always getting import cv2 ModuleNotFoundError: No module named 'cv2' what to do please ?

    @jouiniahmed8834@jouiniahmed88342 жыл бұрын
    • Make sure you hav visual studio installed and add C/C++ extensions in VS

      @theemillennial@theemillennial2 жыл бұрын
    • pip install opencv-contrib-python

      @ahmedtrigui9283@ahmedtrigui92832 жыл бұрын
  • I tried this code, and it actually worked. We are getting output values of x and y as bounding box coordinates. My question is how to transform the bounding box coordinates to real world coordinates?

    @muhammadhasnain9608@muhammadhasnain9608 Жыл бұрын
    • That would require mapping the area and it's much more complex than this. You also should have depth cameras or lidar sensors to get coordinates from the real world, you can't do that from a simple video.

      @pysource-com@pysource-com Жыл бұрын
    • @@pysource-com Got it, thanks a lot for your response. Is there any way to normalise these coordinates?

      @muhammadhasnain9608@muhammadhasnain9608 Жыл бұрын
  • 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

    @alexandersage967@alexandersage96710 ай бұрын
  • hello brothers and sisters iam struggling to make the video play on my code i have try so many time but i fail what can i do

    @sollyrikhotso4812@sollyrikhotso48123 ай бұрын
  • requested the .py files but did not receive email

    @REDIZIO@REDIZIO6 күн бұрын
  • Im still a little bit confused about the end. How did you increase the fps?

    @oanminhquan1426@oanminhquan1426 Жыл бұрын
    • I have an Nvidia GPU and my Opencv is installad with GPU support. I don't show this on the video, as it's mostly an exercise for beginners to understand about object tracking

      @pysource-com@pysource-com Жыл бұрын
    • @@pysource-com I tried to install Cuda but the nvidia driver installer fails everytime, I unchecked the Visual Studio Integration and Geforce experience but it's still no use. Im using window 11 and my card is geforce mx230. is it because my card is incompatible?

      @oanminhquan1426@oanminhquan1426 Жыл бұрын
  • Hello. Great Tutorial. Could please send me the python files for the òbject dectection you used for this tutorial as the video is not in your playlists. Thank you

    @babatundeoladapo3929@babatundeoladapo39292 жыл бұрын
    • Source code is free to download from video description. There is the blog post related to this video (and inside you'll find the download link)

      @pysource-com@pysource-com2 жыл бұрын
    • @@pysource-com .. Thank you for your response. Please what is your charge for consultancy on a project? I have a project I am curently working one which I would like your input in?

      @babatundeoladapo3929@babatundeoladapo39292 жыл бұрын
    • Plus, where I can't see your object detection video in your opencv with python playlist. You mentioned in this video that you already did an object detection video? Could you please send me the KZhead link for the object detection video... Kind regards

      @babatundeoladapo3929@babatundeoladapo39292 жыл бұрын
    • @@babatundeoladapo3929 you can contact me here pysource.com/contact/

      @pysource-com@pysource-com2 жыл бұрын
  • Cant find the files

    @khotsor9647@khotsor964710 ай бұрын
  • 1:52 I`m using PyCharm. Am I need to install opencv on cmd or PyCharm itself?

    @ysferdgn1453@ysferdgn14532 жыл бұрын
    • You can do it either way, it's up to you. but if you're using pycharm i recommend to install it already with pycharm

      @pysource-com@pysource-com2 жыл бұрын
    • @@pysource-com yeah I have some libraries installed with phycharm.

      @ysferdgn1453@ysferdgn14532 жыл бұрын
  • Anyone having trouble with receiving the email with the necessary files on Pysource website?

    @andresimoes879@andresimoes879 Жыл бұрын
  • 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

    @nguyentoan5893@nguyentoan589311 ай бұрын
    • I met the same issue. Have you solved it?

      @EdenW0311@EdenW03113 ай бұрын
  • 'pip' is not recognized as an internal or external command, operable program or batch file. I am getting such a message. What is this?

    @hamza.arse11@hamza.arse112 жыл бұрын
    • you need to make sure that Python is installed and executable from the windows CMD. Instead of pip you can try running this: python -m pip install opencv-contrib-python

      @pysource-com@pysource-com Жыл бұрын
  • i dont understand the data set can you just clear me

    @zainebaurangzeb9083@zainebaurangzeb9083 Жыл бұрын
  • Kör på!

    @para07chabbi33@para07chabbi33 Жыл бұрын
  • Link to download the file from email is not working. Could you please check? Thanks

    @judeshalithaperera1078@judeshalithaperera10782 жыл бұрын
    • It should be working correctly now. Contact me here pysource.com/contact/ if still you're not able to download the files

      @pysource-com@pysource-com2 жыл бұрын
  • what is the name of the application you are using sir?

    @dolorjunmarm.2441@dolorjunmarm.24412 жыл бұрын
    • The application I use to write the python code is Pycharm

      @pysource-com@pysource-com2 жыл бұрын
  • change it to Analog app 1 TE

    @user-zi1cs6ub5m@user-zi1cs6ub5m Жыл бұрын
  • Could you do a tomato detection from plants?

    @anikxit0607@anikxit06072 жыл бұрын
    • That is an interesting project that can help in the agricultural field, so I might do that in the future

      @pysource-com@pysource-com Жыл бұрын
  • Please is there a code that helps me divide the path into cells and lines?

    @flflalomary2375@flflalomary2375 Жыл бұрын
    • I'm not familiar with any existing codes that do that, but it's something you can certainly program from scratch with Opencv.

      @pysource-com@pysource-com Жыл бұрын
    • @@pysource-com Thank you another question please In one of the videos, I took one area of ​​interest to count the cars if I wanted to do the same thing, but on two areas of the video so that the cars were counted together in the two areas, and the car numbers in the output were distributed over the two areas as you called them "roi"

      @flflalomary2375@flflalomary2375 Жыл бұрын
    • @@pysource-com kzhead.info/sun/gpebaNCOfWtpnY0/bejne.html

      @flflalomary2375@flflalomary2375 Жыл бұрын
  • Can someone help me with the error "DNN module was not built with CUDA backend; switching to CPU" what's causing it, and how to handle it.

    @Faisalamin01@Faisalamin012 жыл бұрын
    • That's not an error, that's normal with the standard installation of Opencv. Simply if you have a graphic card Nvidia GTX with 4GB+ of RAM, you can compile Opencv to use the GPU and get more than 10 times faster speed. But this is not for beginners, it's a more advanced steps which is not important for this tutorial.

      @pysource-com@pysource-com2 жыл бұрын
    • @@pysource-com Thank You for the quick reply Sir. But I'm getting 1 fps. Is there any workaround for this?

      @Faisalamin01@Faisalamin012 жыл бұрын
    • ​@@Faisalamin01 got the same issue

      @yidirbg93@yidirbg932 жыл бұрын
    • @@yidirbg93 read his reply, it's just a warning not an issue

      @Faisalamin01@Faisalamin012 жыл бұрын
    • @@Faisalamin01 but my issue is that i want to analize a live video, but i can't because the object detection takes too many time if I wanted to analyze a pre-recorded video, there would be no issue, but that's not what i want

      @yidirbg93@yidirbg932 жыл бұрын
  • You email confirmation mail is taking too long to sent

    @buttscratcher4530@buttscratcher4530 Жыл бұрын
  • I don't get this

    @Jason_Bover9000@Jason_Bover9000 Жыл бұрын
  • 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.)

    @nihatyorganci964@nihatyorganci964 Жыл бұрын
  • Hi I am getting this error, cv::dnn::dnn4_v20211220::Net::Impl::setUpNet DNN module was not built with CUDA back

    @vipingautam9501@vipingautam9501 Жыл бұрын
    • Same problem bro...

      @faizanhaider3953@faizanhaider3953 Жыл бұрын
    • now what should we do??

      @faizanhaider3953@faizanhaider3953 Жыл бұрын
    • That's normal, it's not an error, more of a warning. Opencv runs by default with CPU. If you have an Nvidia GPU you can compile it with that to speed up the detection.

      @pysource-com@pysource-com Жыл бұрын
    • But video is playing in 1FPS what should we do???

      @faizanhaider3953@faizanhaider3953 Жыл бұрын
    • @@pysource-com yes could you please help how to compile it with GPU?

      @vipingautam9501@vipingautam9501 Жыл бұрын
  • اكثر من ساعة كاملة و السبب فقط هو 👦 كود بايتون 😮😢 ملفات الخوارزمية جاهزه!!! انت تحتاج الي الكثير 😅

    @AbdulazizAbdullah-gq2js@AbdulazizAbdullah-gq2js7 ай бұрын
  • hello friends can we talk some projekt ?

    2 жыл бұрын
    • hi, contact me here pysource.com/contact/

      @pysource-com@pysource-com2 жыл бұрын
KZhead