Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
d6ffa2b5
P
PaddleDetection
项目概览
PaddlePaddle
/
PaddleDetection
1 年多 前同步成功
通知
696
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看板
未验证
提交
d6ffa2b5
编写于
3月 24, 2022
作者:
S
shangliang Xu
提交者:
GitHub
3月 24, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[PPYOLOE] fix oom eval in train (#5409)
上级
0fe525af
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
8 addition
and
36 deletion
+8
-36
configs/ppyoloe/_base_/optimizer_300e.yml
configs/ppyoloe/_base_/optimizer_300e.yml
+3
-3
configs/ppyoloe/_base_/ppyoloe_reader.yml
configs/ppyoloe/_base_/ppyoloe_reader.yml
+3
-3
configs/ppyoloe/ppyoloe_crn_l_300e_coco.yml
configs/ppyoloe/ppyoloe_crn_l_300e_coco.yml
+0
-1
configs/ppyoloe/ppyoloe_crn_m_300e_coco.yml
configs/ppyoloe/ppyoloe_crn_m_300e_coco.yml
+2
-9
configs/ppyoloe/ppyoloe_crn_s_300e_coco.yml
configs/ppyoloe/ppyoloe_crn_s_300e_coco.yml
+0
-7
configs/ppyoloe/ppyoloe_crn_x_300e_coco.yml
configs/ppyoloe/ppyoloe_crn_x_300e_coco.yml
+0
-7
ppdet/modeling/assigners/atss_assigner.py
ppdet/modeling/assigners/atss_assigner.py
+0
-3
ppdet/modeling/assigners/task_aligned_assigner.py
ppdet/modeling/assigners/task_aligned_assigner.py
+0
-3
未找到文件。
configs/ppyoloe/_base_/optimizer_300e.yml
浏览文件 @
d6ffa2b5
epoch
:
300
LearningRate
:
base_lr
:
0.0
3
base_lr
:
0.0
25
schedulers
:
-
!CosineDecay
max_epochs
:
360
-
!LinearWarmup
start_factor
:
0.
001
steps
:
3000
start_factor
:
0.
epochs
:
5
OptimizerBuilder
:
optimizer
:
...
...
configs/ppyoloe/_base_/ppyoloe_reader.yml
浏览文件 @
d6ffa2b5
worker_num
:
8
worker_num
:
4
TrainReader
:
sample_transforms
:
-
Decode
:
{}
...
...
@@ -11,7 +11,7 @@ TrainReader:
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
-
PadGT
:
{}
batch_size
:
2
4
batch_size
:
2
0
shuffle
:
true
drop_last
:
true
use_shared_memory
:
true
...
...
@@ -23,7 +23,7 @@ EvalReader:
-
Resize
:
{
target_size
:
[
640
,
640
],
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
:
{
mean
:
[
0.485
,
0.456
,
0.406
],
std
:
[
0.229
,
0.224
,
0.225
],
is_scale
:
True
}
-
Permute
:
{}
batch_size
:
4
batch_size
:
2
TestReader
:
inputs_def
:
...
...
configs/ppyoloe/ppyoloe_crn_l_300e_coco.yml
浏览文件 @
d6ffa2b5
...
...
@@ -9,7 +9,6 @@ _BASE_: [
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_crn_l_300e_coco/model_final
find_unused_parameters
:
True
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_l_pretrained.pdparams
depth_mult
:
1.0
...
...
configs/ppyoloe/ppyoloe_crn_m_300e_coco.yml
浏览文件 @
d6ffa2b5
...
...
@@ -9,20 +9,13 @@ _BASE_: [
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_crn_m_300e_coco/model_final
find_unused_parameters
:
True
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_m_pretrained.pdparams
depth_mult
:
0.67
width_mult
:
0.75
TrainReader
:
batch_size
:
32
batch_size
:
28
LearningRate
:
base_lr
:
0.04
schedulers
:
-
!CosineDecay
max_epochs
:
360
-
!LinearWarmup
start_factor
:
0.001
steps
:
2300
base_lr
:
0.035
configs/ppyoloe/ppyoloe_crn_s_300e_coco.yml
浏览文件 @
d6ffa2b5
...
...
@@ -9,7 +9,6 @@ _BASE_: [
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_crn_s_300e_coco/model_final
find_unused_parameters
:
True
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_s_pretrained.pdparams
depth_mult
:
0.33
...
...
@@ -20,9 +19,3 @@ TrainReader:
LearningRate
:
base_lr
:
0.04
schedulers
:
-
!CosineDecay
max_epochs
:
360
-
!LinearWarmup
start_factor
:
0.001
steps
:
2300
configs/ppyoloe/ppyoloe_crn_x_300e_coco.yml
浏览文件 @
d6ffa2b5
...
...
@@ -9,7 +9,6 @@ _BASE_: [
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_crn_x_300e_coco/model_final
find_unused_parameters
:
True
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_x_pretrained.pdparams
depth_mult
:
1.33
...
...
@@ -20,9 +19,3 @@ TrainReader:
LearningRate
:
base_lr
:
0.02
schedulers
:
-
!CosineDecay
max_epochs
:
360
-
!LinearWarmup
start_factor
:
0.001
steps
:
4600
ppdet/modeling/assigners/atss_assigner.py
浏览文件 @
d6ffa2b5
...
...
@@ -183,9 +183,6 @@ class ATSSAssigner(nn.Layer):
mask_positive
)
mask_positive_sum
=
mask_positive
.
sum
(
axis
=-
2
)
assigned_gt_index
=
mask_positive
.
argmax
(
axis
=-
2
)
assert
mask_positive_sum
.
max
()
==
1
,
\
(
"one anchor just assign one gt, but received not equals 1. "
"Received: %f"
%
mask_positive_sum
.
max
().
item
())
# assigned target
batch_ind
=
paddle
.
arange
(
...
...
ppdet/modeling/assigners/task_aligned_assigner.py
浏览文件 @
d6ffa2b5
...
...
@@ -129,9 +129,6 @@ class TaskAlignedAssigner(nn.Layer):
mask_positive
)
mask_positive_sum
=
mask_positive
.
sum
(
axis
=-
2
)
assigned_gt_index
=
mask_positive
.
argmax
(
axis
=-
2
)
assert
mask_positive_sum
.
max
()
==
1
,
\
(
"one anchor just assign one gt, but received not equals 1. "
"Received: %f"
%
mask_positive_sum
.
max
().
item
())
# assigned target
assigned_gt_index
=
assigned_gt_index
+
batch_ind
*
num_max_boxes
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录