yolov3-tf2
yolov3-tf2 copied to clipboard
Non-square input shape
I want to train models with non-square input shapes, for example 480x416.
I tried to modify code to support such shapes, but stuck in YoloLoss and yolo_boxes functions near tf.meshgrid function and box_xy calculation.
Can you point me how to modify code to allow training with non-square input?
You can refer to #105
view it on GitHub
------------------ 原始邮件 ------------------ 发件人: "zzh8829/yolov3-tf2" <[email protected]>; 发送时间: 2021年2月23日(星期二) 晚上7:52 收件人: "zzh8829/yolov3-tf2"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: Re: [zzh8829/yolov3-tf2] Non-square input shape (#295)
You can refer to #105
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.