qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Does the model itself resize the image? #772

Open lolcocks123 opened 2 years ago

lolcocks123 commented 2 years ago

Hello,

I have a weird question.

I am using YOLOv3-tiny and if I were to feed in a 1000x1000 image into YOLOv3, does the YOLOv3 model itself do the conversion of 416x416?

Or it is mandatory that I convert to 416x416 using Pillow or OpenCV before feeding it into YOLOv3?