Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
0054977f
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看板
未验证
提交
0054977f
编写于
2月 08, 2023
作者:
F
Feng Ni
提交者:
GitHub
2月 08, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[doc] fix ppyoloe distill and semi-det configs and docs (#7704)
上级
1c923ffe
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
72 addition
and
9 deletion
+72
-9
configs/ppyoloe/README_cn.md
configs/ppyoloe/README_cn.md
+1
-1
configs/ppyoloe/distill/README.md
configs/ppyoloe/distill/README.md
+1
-1
configs/ppyoloe/ppyoloe_crn_t_p2_300e_coco.yml
configs/ppyoloe/ppyoloe_crn_t_p2_300e_coco.yml
+1
-1
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_300e_coco.yml
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_300e_coco.yml
+25
-1
configs/ppyoloe/ppyoloe_plus_crn_t_p2_auxhead_300e_coco.yml
configs/ppyoloe/ppyoloe_plus_crn_t_p2_auxhead_300e_coco.yml
+25
-1
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_full.yml
..._det/denseteacher/denseteacher_fcos_r50_fpn_coco_full.yml
+5
-0
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_semi005.yml
...t/denseteacher/denseteacher_fcos_r50_fpn_coco_semi005.yml
+5
-0
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_semi010.yml
...t/denseteacher/denseteacher_fcos_r50_fpn_coco_semi010.yml
+5
-0
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi005.yml
...eteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi005.yml
+1
-1
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi010.yml
...eteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi010.yml
+1
-1
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi005.yml
...eteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi005.yml
+1
-1
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi010.yml
...eteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi010.yml
+1
-1
未找到文件。
configs/ppyoloe/README_cn.md
浏览文件 @
0054977f
...
...
@@ -47,7 +47,7 @@ PP-YOLOE由以下方法组成
| 模型 | Epoch | GPU个数 | 每GPU图片个数 | 骨干网络 | 输入尺寸 | Box AP
<sup>
val
<br>
0.5:0.95 | Box AP
<sup>
test
<br>
0.5:0.95 | Params(M) | FLOPs(G) | V100 FP32(FPS) | V100 TensorRT FP16(FPS) | 模型下载 | 配置文件 |
|:---------------:|:-----:|:---------:|:--------:|:----------:|:----------:|:--------------------------:|:---------------------------:|:---------:|:--------:|:---------------:| :---------------------: |:------------------------------------------------------------------------------------:|:-------------------------------------------:|
| PP-YOLOE+_t(aux)| 300 | 8 | 8 | cspresnet-t | 640 | 39.
5 | 51.7
| 4.85 | 19.15 | - | 344.8 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_300e_coco.yml
)
|
| PP-YOLOE+_t(aux)| 300 | 8 | 8 | cspresnet-t | 640 | 39.
7 | 56.4
| 4.85 | 19.15 | - | 344.8 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_300e_coco.yml
)
|
| PP-YOLOE-t-P2 | 300 | 8 | 8 | cspresnet-t | 320 | 34.7 | 50.0 | 6.82 | 4.78 | - | - |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_crn_t_p2_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_crn_t_p2_300e_coco.yml
)
|
| PP-YOLOE+_t-P2(aux) | 300 | 8 | 8 | cspresnet-t | 320 | 36.3 | 51.7 | 6.00 | 15.46 | - | - |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_p2_auxhead_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_p2_auxhead_300e_coco.yml
)
|
...
...
configs/ppyoloe/distill/README.md
浏览文件 @
0054977f
...
...
@@ -8,7 +8,7 @@ PaddleDetection提供了对PPYOLOE+ 进行模型蒸馏的方案,结合了logit
| ----------------- | ----------- | ------ | :----: | :-----------: | :--------------: | :------------: |
| PP-YOLOE+_x | teacher | 640 | 80e | 54.7 |
[
config
](
../ppyoloe_plus_crn_x_80e_coco.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_x_80e_coco.pdparams
)
|
| PP-YOLOE+_l | student | 640 | 80e | 52.9 |
[
config
](
../ppyoloe_plus_crn_l_80e_coco.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco.pdparams
)
|
| PP-YOLOE+_l | distill | 640 | 80e | 5
3.9(+1.0
) |
[
config
](
./ppyoloe_plus_crn_l_80e_coco_distill.yml
)
,
[
slim_config
](
../../slim/distill/ppyoloe_plus_distill_x_distill_l.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco_distill.pdparams
)
|
| PP-YOLOE+_l | distill | 640 | 80e | 5
4.0(+1.1
) |
[
config
](
./ppyoloe_plus_crn_l_80e_coco_distill.yml
)
,
[
slim_config
](
../../slim/distill/ppyoloe_plus_distill_x_distill_l.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco_distill.pdparams
)
|
| PP-YOLOE+_l | teacher | 640 | 80e | 52.9 |
[
config
](
../ppyoloe_plus_crn_l_80e_coco.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco.pdparams
)
|
| PP-YOLOE+_m | student | 640 | 80e | 49.8 |
[
config
](
../ppyoloe_plus_crn_m_80e_coco.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_m_80e_coco.pdparams
)
|
| PP-YOLOE+_m | distill | 640 | 80e | 50.7(+0.9) |
[
config
](
./ppyoloe_plus_crn_m_80e_coco_distill.yml
)
,
[
slim_config
](
../../slim/distill/ppyoloe_plus_distill_l_distill_m.yml
)
|
[
model
](
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_m_80e_coco_distill.pdparams
)
|
...
...
configs/ppyoloe/ppyoloe_crn_t_p2_300e_coco.yml
浏览文件 @
0054977f
...
...
@@ -3,7 +3,7 @@ _BASE_: [
'
../runtime.yml'
,
'
./_base_/optimizer_300e.yml'
,
'
./_base_/ppyoloe_crn.yml'
,
'
./_base_/ppyoloe_
reader.yml'
,
'
./_base_/ppyoloe_
plus_tiny_reader.yml'
,
# 320*320
]
log_iter
:
100
...
...
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_300e_coco.yml
浏览文件 @
0054977f
...
...
@@ -3,7 +3,7 @@ _BASE_: [
'
../runtime.yml'
,
'
./_base_/optimizer_300e.yml'
,
'
./_base_/ppyoloe_plus_crn_tiny_auxhead.yml'
,
'
./_base_/ppyoloe_plus_reader.yml'
,
# 640
'
./_base_/ppyoloe_plus_reader.yml'
,
# 640
*640
]
log_iter
:
100
...
...
@@ -13,3 +13,27 @@ weights: output/ppyoloe_plus_crn_t_auxhead_300e_coco/model_final
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/CSPResNetb_t_pretrained.pdparams
depth_mult
:
0.33
width_mult
:
0.375
worker_num
:
4
eval_height
:
&eval_height
640
eval_width
:
&eval_width
640
eval_size
:
&eval_size
[
*eval_height
,
*eval_width
]
EvalReader
:
sample_transforms
:
-
Decode
:
{}
-
Resize
:
{
target_size
:
*eval_size
,
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
:
{
mean
:
[
0.
,
0.
,
0.
],
std
:
[
1.
,
1.
,
1.
],
norm_type
:
none
}
-
Permute
:
{}
batch_size
:
2
TestReader
:
inputs_def
:
image_shape
:
[
3
,
*eval_height
,
*eval_width
]
sample_transforms
:
-
Decode
:
{}
-
Resize
:
{
target_size
:
*eval_size
,
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
:
{
mean
:
[
0.
,
0.
,
0.
],
std
:
[
1.
,
1.
,
1.
],
norm_type
:
none
}
-
Permute
:
{}
batch_size
:
1
configs/ppyoloe/ppyoloe_plus_crn_t_p2_auxhead_300e_coco.yml
浏览文件 @
0054977f
...
...
@@ -3,7 +3,7 @@ _BASE_: [
'
../runtime.yml'
,
'
./_base_/optimizer_300e.yml'
,
'
./_base_/ppyoloe_plus_crn_tiny_auxhead.yml'
,
'
./_base_/ppyoloe_plus_tiny_reader.yml'
,
'
./_base_/ppyoloe_plus_tiny_reader.yml'
,
# 320*320
]
log_iter
:
100
...
...
@@ -34,3 +34,27 @@ SimpleConvHead:
PPYOLOEHead
:
fpn_strides
:
[
32
,
16
,
8
,
4
]
worker_num
:
4
eval_height
:
&eval_height
320
eval_width
:
&eval_width
320
eval_size
:
&eval_size
[
*eval_height
,
*eval_width
]
EvalReader
:
sample_transforms
:
-
Decode
:
{}
-
Resize
:
{
target_size
:
*eval_size
,
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
:
{
mean
:
[
0.
,
0.
,
0.
],
std
:
[
1.
,
1.
,
1.
],
norm_type
:
none
}
-
Permute
:
{}
batch_size
:
2
TestReader
:
inputs_def
:
image_shape
:
[
3
,
*eval_height
,
*eval_width
]
sample_transforms
:
-
Decode
:
{}
-
Resize
:
{
target_size
:
*eval_size
,
keep_ratio
:
False
,
interp
:
2
}
-
NormalizeImage
:
{
mean
:
[
0.
,
0.
,
0.
],
std
:
[
1.
,
1.
,
1.
],
norm_type
:
none
}
-
Permute
:
{}
batch_size
:
1
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_full.yml
浏览文件 @
0054977f
...
...
@@ -9,6 +9,11 @@ weights: output/denseteacher_fcos_r50_fpn_coco_full/model_final
### pretrain and warmup config, choose one and comment another
# pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/fcos_r50_fpn_iou_multiscale_2x_coco.pdparams # mAP=42.6
# semi_start_iters: 0
# ema_start_iters: 0
# use_warmup: &use_warmup False
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams
semi_start_iters
:
5000
ema_start_iters
:
3000
...
...
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_semi005.yml
浏览文件 @
0054977f
...
...
@@ -9,6 +9,11 @@ weights: output/denseteacher_fcos_r50_fpn_coco_semi005/model_final
### pretrain and warmup config, choose one and comment another
# pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/fcos_r50_fpn_2x_coco_sup005.pdparams # mAP=21.3
# semi_start_iters: 0
# ema_start_iters: 0
# use_warmup: &use_warmup False
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams
semi_start_iters
:
5000
ema_start_iters
:
3000
...
...
configs/semi_det/denseteacher/denseteacher_fcos_r50_fpn_coco_semi010.yml
浏览文件 @
0054977f
...
...
@@ -9,6 +9,11 @@ weights: output/denseteacher_fcos_r50_fpn_coco_semi010/model_final
### pretrain and warmup config, choose one and comment another
# pretrain_weights: https://bj.bcebos.com/v1/paddledet/models/fcos_r50_fpn_2x_coco_sup010.pdparams # mAP=26.3
# semi_start_iters: 0
# ema_start_iters: 0
# use_warmup: &use_warmup False
pretrain_weights
:
https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams
semi_start_iters
:
5000
ema_start_iters
:
3000
...
...
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi005.yml
浏览文件 @
0054977f
...
...
@@ -11,7 +11,7 @@ cosine_epochs: &cosine_epochs 240
### pretrain and warmup config, choose one and comment another
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/
semi_det/
ppyoloe_plus_crn_l_80e_coco_sup005.pdparams
# mAP=42.9
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco_sup005.pdparams
# mAP=42.9
semi_start_iters
:
0
ema_start_iters
:
0
use_warmup
:
&use_warmup
False
...
...
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_l_coco_semi010.yml
浏览文件 @
0054977f
...
...
@@ -11,7 +11,7 @@ cosine_epochs: &cosine_epochs 240
### pretrain and warmup config, choose one and comment another
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/
semi_det/
ppyoloe_plus_crn_l_80e_coco_sup010.pdparams
# mAP=45.7
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_l_80e_coco_sup010.pdparams
# mAP=45.7
semi_start_iters
:
0
ema_start_iters
:
0
use_warmup
:
&use_warmup
False
...
...
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi005.yml
浏览文件 @
0054977f
...
...
@@ -11,7 +11,7 @@ cosine_epochs: &cosine_epochs 240
### pretrain and warmup config, choose one and comment another
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/
semi_det/
ppyoloe_plus_crn_s_80e_coco_sup005.pdparams
# mAP=32.8
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_s_80e_coco_sup005.pdparams
# mAP=32.8
semi_start_iters
:
0
ema_start_iters
:
0
use_warmup
:
&use_warmup
False
...
...
configs/semi_det/denseteacher/denseteacher_ppyoloe_plus_crn_s_coco_semi010.yml
浏览文件 @
0054977f
...
...
@@ -11,7 +11,7 @@ cosine_epochs: &cosine_epochs 240
### pretrain and warmup config, choose one and comment another
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/
semi_det/
ppyoloe_plus_crn_s_80e_coco_sup010.pdparams
# mAP=35.3
pretrain_weights
:
https://bj.bcebos.com/v1/paddledet/models/ppyoloe_plus_crn_s_80e_coco_sup010.pdparams
# mAP=35.3
semi_start_iters
:
0
ema_start_iters
:
0
use_warmup
:
&use_warmup
False
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录