DetectionTeamUCAS / Cascade_FPN_Tensorflow

Cascade R-CNN: Delving into High Quality Object Detection.
MIT License
35 stars 10 forks source link

您好,请问如何调整训练与评估的图像输入尺寸(input_size)? #15

Closed homxxx closed 3 years ago

yangxue0827 commented 3 years ago

IMG_SHORT_SIDE_LEN in cfgs.py

homxxx commented 3 years ago

谢谢,请问IMG_MAX_LENGTH = 1333 是代表什么意思呢

yangxue0827 commented 3 years ago

这两个参数的意思是将图像的短边设置成IMG_SHORT_SIDE_LEN,长边同比例缩放但最大不超过IMG_MAX_LENGTH

homxxx commented 3 years ago

是否是 如果我想要input_size=(512,512,3) 那么可以设置为IMG_SHORT_SIDE_LEN = 512 ;IMG_MAX_LENGTH = 512; ?谢谢

yangxue0827 commented 3 years ago

可以

homxxx commented 3 years ago

thanks

------------------ 原始邮件 ------------------ 发件人: "DetectionTeamUCAS/Cascade_FPN_Tensorflow" @.>; 发送时间: 2021年9月15日(星期三) 下午2:17 @.>; @.**@.>; 主题: Re: [DetectionTeamUCAS/Cascade_FPN_Tensorflow] 您好,请问如何调整训练与评估的图像输入尺寸(input_size)? (#15)

可以

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.