yolov2.pytorch icon indicating copy to clipboard operation
yolov2.pytorch copied to clipboard

YOLOv2 algorithm reimplementation with pytorch

Results 3 yolov2.pytorch issues
Sort by recently updated
recently updated
newest added

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...