Closed Cli98 closed 5 years ago
This comes from the yolo source code. see yolo cfg here: https://github.com/pjreddie/darknet/blob/master/cfg/yolov3-spp.cfg#L30.
pad = 1 means padding 1 pixel at left while keeping the same image size after padding.
Thanks for your kindly response.
Hi everyone,
I wonder if someone can discuss how _fix_padding function work?
Thank you