qqwweee / keras-yolo3

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

width and height are resized to 416x416 #768

Open pteran2403 opened 2 years ago

pteran2403 commented 2 years ago

Hello, I have a custom yolov3 model with width=960 and height=512 and the convert.py is converting my model to 416x416 any ideas on how to keep my custom width and height?