Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
1455801e
P
PaddleDetection
项目概览
PaddlePaddle
/
PaddleDetection
大约 1 年 前同步成功
通知
695
Star
11112
Fork
2696
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
184
列表
看板
标记
里程碑
合并请求
40
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
184
Issue
184
列表
看板
标记
里程碑
合并请求
40
合并请求
40
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
1455801e
编写于
3月 18, 2020
作者:
K
Kaipeng Deng
提交者:
GitHub
3月 18, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add YOLOv3Loss.batch_size comments (#347)
上级
fe0dc0ca
变更
11
显示空白变更内容
内联
并排
Showing
11 changed file
with
44 addition
and
0 deletion
+44
-0
configs/dcn/yolov3_r50vd_dcn.yml
configs/dcn/yolov3_r50vd_dcn.yml
+4
-0
configs/dcn/yolov3_r50vd_dcn_db_iouloss_obj365_pretrained_coco.yml
...cn/yolov3_r50vd_dcn_db_iouloss_obj365_pretrained_coco.yml
+4
-0
configs/dcn/yolov3_r50vd_dcn_db_obj365_pretrained_coco.yml
configs/dcn/yolov3_r50vd_dcn_db_obj365_pretrained_coco.yml
+4
-0
configs/dcn/yolov3_r50vd_dcn_obj365_pretrained_coco.yml
configs/dcn/yolov3_r50vd_dcn_obj365_pretrained_coco.yml
+4
-0
configs/yolov3_darknet.yml
configs/yolov3_darknet.yml
+4
-0
configs/yolov3_darknet_voc.yml
configs/yolov3_darknet_voc.yml
+4
-0
configs/yolov3_mobilenet_v1.yml
configs/yolov3_mobilenet_v1.yml
+4
-0
configs/yolov3_mobilenet_v1_fruit.yml
configs/yolov3_mobilenet_v1_fruit.yml
+4
-0
configs/yolov3_mobilenet_v1_voc.yml
configs/yolov3_mobilenet_v1_voc.yml
+4
-0
configs/yolov3_r34.yml
configs/yolov3_r34.yml
+4
-0
configs/yolov3_r34_voc.yml
configs/yolov3_r34_voc.yml
+4
-0
未找到文件。
configs/dcn/yolov3_r50vd_dcn.yml
浏览文件 @
1455801e
...
...
@@ -40,6 +40,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/dcn/yolov3_r50vd_dcn_db_iouloss_obj365_pretrained_coco.yml
浏览文件 @
1455801e
...
...
@@ -42,6 +42,10 @@ YOLOv3Head:
drop_block
:
true
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/dcn/yolov3_r50vd_dcn_db_obj365_pretrained_coco.yml
浏览文件 @
1455801e
...
...
@@ -43,6 +43,10 @@ YOLOv3Head:
keep_prob
:
0.94
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/dcn/yolov3_r50vd_dcn_obj365_pretrained_coco.yml
浏览文件 @
1455801e
...
...
@@ -41,6 +41,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/yolov3_darknet.yml
浏览文件 @
1455801e
...
...
@@ -35,6 +35,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
true
...
...
configs/yolov3_darknet_voc.yml
浏览文件 @
1455801e
...
...
@@ -36,6 +36,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/yolov3_mobilenet_v1.yml
浏览文件 @
1455801e
...
...
@@ -36,6 +36,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
true
...
...
configs/yolov3_mobilenet_v1_fruit.yml
浏览文件 @
1455801e
...
...
@@ -38,6 +38,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
true
...
...
configs/yolov3_mobilenet_v1_voc.yml
浏览文件 @
1455801e
...
...
@@ -37,6 +37,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
configs/yolov3_r34.yml
浏览文件 @
1455801e
...
...
@@ -38,6 +38,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
true
...
...
configs/yolov3_r34_voc.yml
浏览文件 @
1455801e
...
...
@@ -39,6 +39,10 @@ YOLOv3Head:
score_threshold
:
0.01
YOLOv3Loss
:
# batch_size here is only used for fine grained loss, not used
# for training batch_size setting, training batch_size setting
# is in configs/yolov3_reader.yml TrainReader.batch_size, batch
# size here should be set as same value as TrainReader.batch_size
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录