SpursLipu / YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone

YOLO ModelCompression MultidatasetTraining
GNU General Public License v3.0
444 stars 136 forks source link

怎么关闭多尺度训练?我训练命令中没使用--multi-scale #73

Closed Note-Liu closed 3 years ago

Note-Liu commented 3 years ago

是把min和max设置成一样吧

SpursLipu commented 3 years ago

不用--multi-scale就不会开多尺度训练啊 需要设置一下image-size

Note-Liu commented 3 years ago

使用默认的: parser.add_argument('--img-size', nargs='+', type=int, default=[320, 640], help='[min_train, max-train, test]') 不用--multi-scale命令,训练过程中打印出来的imgsize也在变。

SpursLipu commented 3 years ago

你需要设置具体的imgsize 就可以了

Note-Liu commented 3 years ago

OK

------------------ 原始邮件 ------------------ 发件人: "SpursLipu"<notifications@github.com>; 发送时间: 2020年10月14日(星期三) 晚上9:33 收件人: "SpursLipu/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone"<YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone@noreply.github.com>; 抄送: "缘 ✨"<2930597968@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [SpursLipu/YOLOv3v4-ModelCompression-MultidatasetTraining-Multibackbone] 怎么关闭多尺度训练?我训练命令中没使用--multi-scale (#73)

你需要设置具体的imgsize 就可以了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.