未验证 提交 42c1749b 编写于 作者: B Bubbliiiing 提交者: GitHub

Update train.py

上级 06e5a1bd
......@@ -165,11 +165,12 @@ if __name__ == "__main__":
#------------------------------------------------------#
# Yolov4的tricks应用
# mosaic 马赛克数据增强 True or False
# mosaic 马赛克数据增强 True or False
# 实际测试时mosaic数据增强并不稳定,所以默认为False
# Cosine_scheduler 余弦退火学习率 True or False
# label_smoothing 标签平滑 0.01以下一般 如0.01、0.005
#------------------------------------------------------#
mosaic = True
mosaic = False
Cosine_lr = False
smoooth_label = 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册