YOLO v3 EASY METHOD | OpenCV Python p.4

preview_player
Показать описание
This is the final part of the Yolo v3 implementation. So far we set up our network and feed it the webcam image. Now we will learn how to use the output of the network to display the bounding boxes and to classify our objects.

🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀

Code & Text Based Version:

Premium Courses:
✔️ Computer Vision Game Development Course:
✔️ Computer Vision with Arduino Course:
✔️ Advanced Drone Programming Course:
✔️ Learn to Build Computer Vision Mobile Apps:
✔️ Jetson Nano Premium Course:

⚙️⚙️⚙️—-My Gear — ⚙️⚙️⚙️

Follow Me:

#ComputerVision
#OpenCV
#CVZone
Рекомендации по теме
Комментарии
Автор

This was lovely. This kind of work is no walk in the park but you've explained it in a way that makes it very easy to understand and follow. Thanks so much, looking forward to more.

vighneshnkp
Автор

The best video and easy method on yolo detection i have ever upload more murtaza.This has been really helpful for me.

kamalmishra
Автор

The best explanation on Yolo v3 ever !

kotai
Автор

Hi, I really like the you also provide a video tutorial on how to train it on custom data please?

tusharpatil
Автор

you saved my assignment, thank you so much!

dtawnaal
Автор

You are better than Udemy training :)
One thing I'd love to see is how to teach this YOLO model with my own data.
For example with traffic signs - when you drive a car you see more than one sign at the time.
Could you please create such a video ?

arkadiuszrydzewski
Автор

Thanks, looking for GPU + SPEED
Thank you for honest efforts and time :)

Subscribed ♥️

FindMultiBagger
Автор

very well explained. loved your series!

adisingh
Автор

Write for loop like this:

for i in indices:
print("i=", i)
#i = i[0]
print("i=", i)
box = bbox[i]
print("bbox[i]", bbox[i])
x, y, w, h = box[0], box[1], box[2], box[3]
cv2.rectangle(img, (x, y), (x+w, y+h), (255, 0, 255), 2)

TauheedKhanMohd
Автор

All the videos are great. Thank you sir, for sharing these knowledge with us.
It would be very kind to me, if you make a video on the same thing for custom images.

deltaelectrocode
Автор

perfect video series, thank you for all of that :)

yasinyuksel
Автор

very clear, very usefull, thanks from France

Brakkamm
Автор

Loving your videos mate! They are helping work through a lot of things and I'm learning heaps.

Do you have any videos that go over how to detect objects in a 'busy' environment instead of a plain background?

Thanks!

willmcgowan
Автор

Hello.Although i can run yolov4 on videos on windows 10 terminal using darknet.exe and the running time implies that it is running on GPU, when i m running the .py file in pycharm using CUDA as backend i take this error :
DNN module was not built with CUDA backend
and it runs on CPU instead.Could somebody help me?

crz
Автор

I wrote everything that u wrote but it did not work properly on my computer, is that problem because of my gpu?

humoruniverse
Автор

Thanks for the video.I wanna detect transistor, resistor and Mosfet.What am I supposed to do it?

ilkeraykut
Автор

Sir can you plz tell me what or which values hold by indeces variable....

saurabhjoshi
Автор

Hello Murtaza . What code should we add for gpu?


this correct.

meteserce
Автор

Can we detect other objects other than the 80 classes listed?

drprabu
Автор

Great tutorial
How can I run the code using the GPU instead of the CPU ?

shareefqd