AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.71k stars 7.96k forks source link

resize_image() #4854

Open RahulThangellapally opened 4 years ago

RahulThangellapally commented 4 years ago

Hi, I am trying to find out how image resizing is done in yolov3. https://github.com/AlexeyAB/darknet/blob/d51d89053afc4b7f50a30ace7b2fcf1b2ddd7598/src/image.c#L1301 Can anyone explain me concept behind it? Thanks in advance. :)

natuition commented 3 years ago

Hi, I think this should help you https://github.com/AlexeyAB/darknet/issues/232#issuecomment-336955485