The number of prediction for each grid is not equal to the number of classes. Its depend upon the number of anchor boxes and in the paper they have taken the 5 anchor boxes for each grid cell. So maximum number of prediction can yolov2 is 13*13*5.
Thank you very much for the best explaination of yolo papers on youtube. I have a question of loss calculation on multiscale training. This affects the number of output grid (WxHXS) used in loss calculation when input image(WxH) size changes. How does the loss calculation maintain consistency for this training scheme?
Thank you for this wonderful video. I have one question. YOLOv2 decides the ratios for the anchor boxes using the GT(ground truth) dataset. So does that mean it cannot be used(retrained) with the dataset that doesn't have GTs?
Wonderful videos sir. Great explanation. I've just started learning yolov7 and referring your videos for the base knowledge. I just want to know do i need any specific gpu for experimenting yolov7 or collab gpu will work?
I will restart making in few days. I stopped making because of personal commitments. Thanks for staying back with the channel, I appreciate your patience🙂
Is there a link for code to develop YOLO from scratch for a custom dataset I know I can use the one in Github but I want to learn about the concept in depth So can U help me with the code part
Watch the full playlist of YOLO Object Detection Family
ruclips.net/p/PL1u-h-YIOL0sZJsku-vq7cUGbqDEeDK0a
This video ppt is missing in github. But great work.
Yeah, it's huge in MBs, need to upload in lfs or share drive link. Will do
@@MLForNerds yes gdrive link will be good. 👍
The best explanations of YOLO on RUclips. Period. Thank you!🙏
After so many searches......The best playlist on RUclips for YOLO Object Detection Family. 👍
I think even 6th grade student will understand your explanation!!! Awesome awesome!!!
Thank you for the heartfelt response.🙏
Pls Make video on Yolo v5,v6,v7,v8 and v9. It will be great if you cover YOLO NAS, Yolo World . Thank You for your amazing Videos!!:)
The number of prediction for each grid is not equal to the number of classes. Its depend upon the number of anchor boxes and in the paper they have taken the 5 anchor boxes for each grid cell. So maximum number of prediction can yolov2 is 13*13*5.
Thanks for this tutorial. Your level of understanding and teaching is beyond par - A gift indeed.
Thank you very much for the best explaination of yolo papers on youtube. I have a question of loss calculation on multiscale training. This affects the number of output grid (WxHXS) used in loss calculation when input image(WxH) size changes. How does the loss calculation maintain consistency for this training scheme?
sick lectures so underrated!
Thank you for this wonderful video. I have one question.
YOLOv2 decides the ratios for the anchor boxes using the GT(ground truth) dataset.
So does that mean it cannot be used(retrained) with the dataset that doesn't have GTs?
best explanation of yolo on the internet
Thanks a lot for this video, this was really helpful
Bro ❤ that's so better than 200 usdt lectures
amazing explaination sir please complete the playlist and make yolo v5,v6,v7 also
Is anchor boxes are created based on grid.. means the center of anchor will be in the selected grid?
your videos are extremely informative. Thank you very much.
genius bro
Please make a video on v5 v6 v7 v8 v9 as well
Thanks for your explain, but i have a question on the Total loss Function , what the 1MaxIOU
Wonderful videos sir. Great explanation.
I've just started learning yolov7 and referring your videos for the base knowledge.
I just want to know do i need any specific gpu for experimenting yolov7 or collab gpu will work?
Collab Gpu should work fine. Usually they’re T4 Gpus of 16GB.
If we have only convolution layer then how it helps?? like how grid cell and bounding box number can be increased
what a excellent explanation. From where you got the in-depth information.
Glad you liked it. I look into source code from github and match it with paper.
@@MLForNerds are you going to make videos? Or you left RUclips?
I will restart making in few days. I stopped making because of personal commitments. Thanks for staying back with the channel, I appreciate your patience🙂
Thank you for the greate explanation. Could you please share the slides?
this is awesome !
Wonderful tutorials. I couldn't find the slides for Yolo V2 in the repository. Can you please check/upload them?
That ppt is taking more space and I couldn't upload directly via browser. Will upload through git commands.
can you please share github repository link?
Amazing explanation please explain yolo v7
Thanks Pavan, I will.
good explanation
Thank you
thank you i could have nerver learn and understand any better then your video
Is there a link for code to develop YOLO from scratch for a custom dataset I know I can use the one in Github but I want to learn about the concept in depth So can U help me with the code part
You meant yolov1?