yolov2.pytorch
yolov2.pytorch copied to clipboard
YOLOv2 algorithm reimplementation with pytorch
Hi, I know that this repo works with a squared image. But, I am trying to incorporate a rectangle image of size `(720,1440)`. However, I end up with an error...
Thanks a lot for the great repo. I am trying to use the repo with custom dataset. I have my own input pipeline which provides the required data. However, I...
hello, tztztztztz: thankyou for your opensource code, it's very good! but i have a question about loss, i read some blog about the loss, the yolov2 loss is like the...