Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
c35db066
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看板
未验证
提交
c35db066
编写于
2月 20, 2023
作者:
F
Feng Ni
提交者:
GitHub
2月 20, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add ppyoloe tiny 320 models, test=document_fix (#7793)
上级
5c6cdb94
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
54 addition
and
9 deletion
+54
-9
configs/ppyoloe/README.md
configs/ppyoloe/README.md
+6
-5
configs/ppyoloe/README_cn.md
configs/ppyoloe/README_cn.md
+7
-4
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_320_300e_coco.yml
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_320_300e_coco.yml
+15
-0
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.yml
...ppyoloe/ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.yml
+26
-0
未找到文件。
configs/ppyoloe/README.md
浏览文件 @
c35db066
...
...
@@ -46,11 +46,12 @@ PP-YOLOE is composed of following methods:
#### Tiny model
| Model | Epoch | GPU number | images/GPU | backbone | input shape | 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) | download | config |
|:--------------:|:-----:|:-------:|:----------:|:----------:| :-------:|:--------------------------:|:---------------------------:|:---------:|:--------:|:---------------:| :---------------------: |:------------------------------------------------------------------------------------:|:-------------------------------------------:|
| PP-YOLOE+_t-aux(640) | 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(320) | 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_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_crn_t_p2_320_300e_coco.yml
)
|
| PP-YOLOE+_t-P2-aux(320) | 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_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_p2_auxhead_320_300e_coco.yml
)
|
| Model | Epoch | GPU number | images/GPU | backbone | input shape | Box AP
<sup>
val
<br>
0.5:0.95 | Box AP
<sup>
test
<br>
0.5:0.95 | Params(M) | FLOPs(G) | T4 TensorRT FP16(FPS) | download | config |
|:--------:|:-----:|:----------:|:----------:|:----------:|:-----------:|:--------------------------:|:---------------------------:|:---------:|:--------:|:---------------------:| :------: |:--------:|
| PP-YOLOE+_t-aux(640) | 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-aux(640)-relu | 300 | 8 | 8 | cspresnet-t | 640 | 36.4 | 53.0 | 3.60 | 12.17 | 476.2 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_relu_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_relu_300e_coco.yml
)
|
| PP-YOLOE+_t-aux(320) | 300 | 8 | 8 | cspresnet-t | 320 | 33.3 | 48.5 | 4.85 | 4.80 | 729.9 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_320_300e_coco.yml
)
|
| PP-YOLOE+_t-aux(320)-relu | 300 | 8 | 8 | cspresnet-t | 320 | 29.5 | 43.7 | 3.60 | 3.04 | 984.8 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.yml
)
|
### Comprehensive Metrics
...
...
configs/ppyoloe/README_cn.md
浏览文件 @
c35db066
...
...
@@ -45,10 +45,13 @@ PP-YOLOE由以下方法组成
#### Tiny模型
| 模型 | 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(640) | 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-aux(640)-relu | 300 | 8 | 8 | cspresnet-t | 640 | 36.5 | 53.1 | 3.60 | 12.17 | - | 476.2 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_relu_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_relu_300e_coco.yml
)
|
| 模型 | 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) | T4 TensorRT FP16(FPS) | 模型下载 | 配置文件 |
|:----------:|:-----:|:--------:|:-----------:|:---------:|:--------:|:--------------------------:|:---------------------------:|:---------:|:--------:|:---------------------:| :------: |:--------:|
| PP-YOLOE+_t-aux(640) | 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-aux(640)-relu | 300 | 8 | 8 | cspresnet-t | 640 | 36.4 | 53.0 | 3.60 | 12.17 | 476.2 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_relu_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_relu_300e_coco.yml
)
|
| PP-YOLOE+_t-aux(320) | 300 | 8 | 8 | cspresnet-t | 320 | 33.3 | 48.5 | 4.85 | 4.80 | 729.9 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_320_300e_coco.yml
)
|
| PP-YOLOE+_t-aux(320)-relu | 300 | 8 | 8 | cspresnet-t | 320 | 29.5 | 43.7 | 3.60 | 3.04 | 984.8 |
[
model
](
https://paddledet.bj.bcebos.com/models/ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.pdparams
)
|
[
config
](
./ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.yml
)
|
### 综合指标
| 模型 | Epoch | AP
<sup>
0.5:0.95 | AP
<sup>
0.5 | AP
<sup>
0.75 | AP
<sup>
small | AP
<sup>
medium | AP
<sup>
large | AR
<sup>
small | AR
<sup>
medium | AR
<sup>
large |
...
...
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_320_300e_coco.yml
0 → 100644
浏览文件 @
c35db066
_BASE_
:
[
'
../datasets/coco_detection.yml'
,
'
../runtime.yml'
,
'
./_base_/optimizer_300e.yml'
,
'
./_base_/ppyoloe_plus_crn_tiny_auxhead.yml'
,
'
./_base_/ppyoloe_plus_reader_320.yml'
,
]
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_plus_crn_t_auxhead_320_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
configs/ppyoloe/ppyoloe_plus_crn_t_auxhead_relu_320_300e_coco.yml
0 → 100644
浏览文件 @
c35db066
_BASE_
:
[
'
../datasets/coco_detection.yml'
,
'
../runtime.yml'
,
'
./_base_/optimizer_300e.yml'
,
'
./_base_/ppyoloe_plus_crn_tiny_auxhead.yml'
,
'
./_base_/ppyoloe_plus_reader_320.yml'
,
]
log_iter
:
100
snapshot_epoch
:
10
weights
:
output/ppyoloe_plus_crn_t_auxhead_relu_320_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
CSPResNet
:
act
:
'
relu'
CustomCSPPAN
:
act
:
'
relu'
PPYOLOEHead
:
act
:
'
relu'
attn_conv
:
None
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录