Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yolov5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
yolov5
Commits
bd581b33
Unverified
提交
bd581b33
authored
6月 26, 2021
作者:
Glenn Jocher
提交者:
GitHub
6月 26, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Create hyp.scratch-p6.yaml (#3787)
上级
8035b616
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
33 行增加
和
0 行删除
+33
-0
hyp.scratch-p6.yaml
data/hyps/hyp.scratch-p6.yaml
+33
-0
没有找到文件。
data/hyps/hyp.scratch-p6.yaml
0 → 100644
浏览文件 @
bd581b33
# Hyperparameters for COCO training from scratch
# python train.py --batch 32 --cfg yolov5m6.yaml --weights '' --data coco.yaml --img 1280 --epochs 300
# See tutorials for hyperparameter evolution https://github.com/ultralytics/yolov5#tutorials
lr0
:
0.01
# initial learning rate (SGD=1E-2, Adam=1E-3)
lrf
:
0.2
# final OneCycleLR learning rate (lr0 * lrf)
momentum
:
0.937
# SGD momentum/Adam beta1
weight_decay
:
0.0005
# optimizer weight decay 5e-4
warmup_epochs
:
3.0
# warmup epochs (fractions ok)
warmup_momentum
:
0.8
# warmup initial momentum
warmup_bias_lr
:
0.1
# warmup initial bias lr
box
:
0.05
# box loss gain
cls
:
0.3
# cls loss gain
cls_pw
:
1.0
# cls BCELoss positive_weight
obj
:
0.7
# obj loss gain (scale with pixels)
obj_pw
:
1.0
# obj BCELoss positive_weight
iou_t
:
0.20
# IoU training threshold
anchor_t
:
4.0
# anchor-multiple threshold
# anchors: 3 # anchors per output layer (0 to ignore)
fl_gamma
:
0.0
# focal loss gamma (efficientDet default gamma=1.5)
hsv_h
:
0.015
# image HSV-Hue augmentation (fraction)
hsv_s
:
0.7
# image HSV-Saturation augmentation (fraction)
hsv_v
:
0.4
# image HSV-Value augmentation (fraction)
degrees
:
0.0
# image rotation (+/- deg)
translate
:
0.1
# image translation (+/- fraction)
scale
:
0.9
# image scale (+/- gain)
shear
:
0.0
# image shear (+/- deg)
perspective
:
0.0
# image perspective (+/- fraction), range 0-0.001
flipud
:
0.0
# image flip up-down (probability)
fliplr
:
0.5
# image flip left-right (probability)
mosaic
:
1.0
# image mosaic (probability)
mixup
:
0.0
# image mixup (probability)
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论