yolov3-tf2 icon indicating copy to clipboard operation
yolov3-tf2 copied to clipboard

Non-square input shape

Open yuril123 opened this issue 4 years ago • 2 comments

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?

yuril123 avatar Jun 19 '20 12:06 yuril123

You can refer to #105

VeeranjaneyuluToka avatar Feb 23 '21 11:02 VeeranjaneyuluToka

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.

alan-img avatar Feb 23 '21 14:02 alan-img