Object Detection using OpenCV Python in 15 Minutes! Coding Tutorial #python #beginners

preview_player
Показать описание
Welcome to another tutorial where you will learn how to use Object Detection using OpenCV in python in just 15 minutes! This is a Coding tutorial for beginners and check out the rest of my course!

If you like these videos, please subscribe so that you will be notified when the next video goes up.

Need some Coding Merchandise to wear?

WATCH NEXT:

Build a Weather App in 25 minutes:

WHY we need YOU to code:

Python 2021: How to Create a Countdown Timer:

Python 2021: How to translate into Morse Code Tutorial:

Python 2021: Simple Calculator in 4 lines of code:

Python 2021: How to create a Histogram or Bar Graph:

Python 2021: How to use for-loop's:

Python 2021: How to do the FizzBuzz challenge:

#PythonTutorial #CodingTips #BeginnerCoding #SimpleCoding #SalteeKillerCode #ObjectDetection #OpenCV #CV2 #TechExploration #CodingJourney #PythonProjects #ComputerVision #ProgrammingTips #CodeLearning #TechSkills
Рекомендации по теме
Комментарии
Автор

Bro that 3 days later hit me right in the gut trying to get this to work on arch Linux is so difficult but we’re almost there lol

zacherymcclendon
Автор

One of the best tutor. You are awesome bro...!

mrsathish
Автор

Hello sir, can i also perform what you did using visual studio code?

panzznine
Автор

How do i open the window of the recognition???

VybeWings
Автор

Thank you sir
If i want to add feature like giving response to
a question " hey do you find an apple " by this model the response should be "yes apple found on the table or person hand". How to achieve this result sir

trsk
Автор

nice video. have you ever gotten it to recognize coins and dates on coins?

rverm
Автор

Thanks. If I need to detect, especially, object how to do this.

ahmedsaliem
Автор

I am getting the following error even after successfully installing and importing required libraries :-
cv2.error: OpenCV(4.9.0) error: (-215:Assertion failed) separator_index < line.size() in function 'ReadDarknetFromCfgStream' . I guess this is related to "dnn"" in OpenCV.
How can I resolve this issue ? (OS is Windows 10)

siddharthkakkar
Автор

when I am running for the first time its getting an attribute error
How to fix it

satwikpasumarthi
Автор

can we also detect drones using this ?

YuvrajSingh-bzcp
Автор

what about the dataset that was used for training and testing or where is it fetching the data from

osanyinjobioluwatosin
Автор

Hi, I know this is an old video but is there a way I can use this code in a website? (user opens website, clicks start streaming and it uses the default camera on phone/pc/laptop and this object detection to detect objects and show the names of the objects) I have no idea how to do it but I need to create one in order to graduate university :(

kriskostoev
Автор

i am using windows and i get error in cv.detect_common_objects(frame), what i have learned it works on mac only so any alternative command for windows

AdityaKumar-fnny
Автор

none type object has no attribute shape error is coming, i added a if frame is none and i see an error reading the frame how to fix it if there is an issue with camera connection please help

ImranShaikh-bzbo
Автор

Thank you for the video and I understand them pretty easily :D but are you using visual studio 2022? I tried to run on it but its always throwing me errors that there's no module named cvlib even though i have installed and uninstalled it multiple times... as for spyder, i can run on it once with the playsound feature then it will throw an error saying Permission denied to access my folder. For videocapture indexing, I tried put '1' but its only showing my statics in my camera so i had to use '0'

yokohama
Автор

Thank you for such a simple introduction to detecting objects with OpenCV. It seems like google colab doesn't allow installation of PyObjC. I used "pip3 install PyObj, " and every time I landed on the same error, first it said "Warning Discarding" it discards the pyobj wheel and then tries installing multiple versions but leads to the same error. Do you know if colab can be used for this project?

SamDig
Автор

very very very impressive the way you so easily program this, my compliments! I'm wondering if I could count the fish in my pond with a life camera stream, using your code only to tell the difference between all the different fish (>100) and keep track of them swimming by. Do you think using your example I would make a good start in this?

Ernie-Tech
Автор

Hey, it's giving me a warning "Unresolved reference 'gtts'" and the same thing for gTTS and playsound. Any fixes?

moreflozz
Автор

Hii, I'm getting error in cv.detect_common_objects() command, i have followed each and every step as you have done, but still don't able to debug it

kris-cross
Автор

i have one question. whenever i detect something on the camera and try to execute a function as a result of the camera detecting the object the camera lags a lot on python which makes everything very inconsistent, how do i fix that issue?

mattska