Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
cf5c26c7
P
PaddleDetection
项目概览
s920243400
/
PaddleDetection
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleDetection
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleDetection
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
cf5c26c7
编写于
5月 24, 2021
作者:
G
Guanghua Yu
提交者:
GitHub
5月 24, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix readme and fcos docs (#3145)
上级
308a34bf
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
9 addition
and
0 deletion
+9
-0
README_en.md
README_en.md
+8
-0
configs/fcos/README.md
configs/fcos/README.md
+1
-0
未找到文件。
README_en.md
浏览文件 @
cf5c26c7
...
...
@@ -18,6 +18,7 @@ After a long time of industry practice polishing, PaddleDetection has had smooth
<div
align=
"center"
>
<img
src=
"static/docs/images/football.gif"
width=
'800'
/>
<img
src=
"docs/images/mot_pose_demo_640x360.gif"
width=
'800'
/>
</div>
### Product news
...
...
@@ -247,6 +248,13 @@ The relationship between COCO mAP and FPS on Tesla V100 of representative models
-
[
SOLOv2
](
configs/solov2/README.md
)
-
Rotation object detection
-
[
S2ANet
](
configs/dota/README.md
)
-
[
Keypoint detection
](
configs/keypoint
)
-
HigherHRNet
-
HRNeet
-
[
Multi-Object Tracking
](
configs/mot/README.md
)
-
[
DeepSORT
](
configs/mot/deepsort/README.md
)
-
[
JDE
](
configs/mot/jde/README.md
)
-
[
FairMOT
](
configs/mot/fairmot/README.md
)
-
Vertical field
-
[
Face detection
](
configs/face_detection/README.md
)
-
[
Pedestrian detection
](
configs/pedestrian/README.md
)
...
...
configs/fcos/README.md
浏览文件 @
cf5c26c7
...
...
@@ -15,6 +15,7 @@ FCOS (Fully Convolutional One-Stage Object Detection) is a fast anchor-free obje
| ResNet50-FPN | FCOS | 2 | 1x | ---- | 39.6 |
[
download
](
https://paddledet.bj.bcebos.com/models/fcos_r50_fpn_1x_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/fcos/fcos_r50_fpn_1x_coco.yml
)
|
| ResNet50-FPN | FCOS+DCN | 2 | 1x | ---- | 44.3 |
[
download
](
https://paddledet.bj.bcebos.com/models/fcos_dcn_r50_fpn_1x_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/fcos/fcos_dcn_r50_fpn_1x_coco.yml
)
|
| ResNet50-FPN | FCOS+multiscale_train | 2 | 2x | ---- | 41.8 |
[
download
](
https://paddledet.bj.bcebos.com/models/fcos_r50_fpn_multiscale_2x_coco.pdparams
)
|
[
config
](
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/configs/fcos/fcos_r50_fpn_multiscale_2x_coco.yml
)
|
**Notes:**
-
FCOS is trained on COCO train2017 dataset and evaluated on val2017 results of
`mAP(IoU=0.5:0.95)`
.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录