Object detection on images using yolo v3

preview_player
Показать описание
#machinelearning #deeplearning #opencv
In this video we'll use the yolo-v3 network implemented in the previous video to make detections on images.

Subscribe and follow me on other platforms. For DMs, prefer instagram:

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

Thanks for great tutorial. Can you please let me know how can we evaluate the model in terms of mAP?

sohailali
Автор

The whole explanation of the model from the scratch is pretty awesome. Just one request, can you please explain how to train yolov3 on our own custom dataset using only pytorch framework

shivamnigam
Автор

hello Ayush chaurasia!
When is the next video coming ??
kindly upload it soon ..

nimraiqbal
Автор

Hello Ayush chaurasia .. Your code is running well in Anaconda. thanks for it. I want to know, how I can get the coordinates of the bounding box ? please help ..

palashray
Автор

How many milliseconds did it take for each image to compute, and what hardware were you using?

zvigoldstein
Автор

please make a video on how to train on custom dataset

lakshmitejaswi
Автор

Respected Ayush chaurasia!

plz share the complete code of your projct having all these files which you are showing on video..

thanks!!

nimraiqbal
Автор

Hey... I'm currently working on activity detection project can you share the code of detection and preprocessing plzzzz

azgherkhan
Автор

Why haven't you shown how to train YOLOv3?

anuragg
Автор

bw = exp(tw) * pw
bh = exp(th) * ph
can u please explain this?

bhagyasriyelchuri