Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
bad37a89
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看板
体验新版 GitCode,发现更多精彩内容 >>
You need to sign in or sign up before continuing.
未验证
提交
bad37a89
编写于
3月 10, 2021
作者:
W
wangguanzhong
提交者:
GitHub
3月 10, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
unify box coordinate bias (#2311)
上级
d5090d5a
变更
20
隐藏空白更改
内联
并排
Showing
20 changed file
with
5 addition
and
22 deletion
+5
-22
dygraph/configs/cascade_rcnn/_base_/cascade_mask_rcnn_r50_fpn.yml
...configs/cascade_rcnn/_base_/cascade_mask_rcnn_r50_fpn.yml
+0
-1
dygraph/configs/cascade_rcnn/_base_/cascade_rcnn_r50_fpn.yml
dygraph/configs/cascade_rcnn/_base_/cascade_rcnn_r50_fpn.yml
+0
-1
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50.yml
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50.yml
+0
-1
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50_fpn.yml
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50_fpn.yml
+0
-1
dygraph/configs/hrnet/_base_/faster_rcnn_hrnetv2p_w18.yml
dygraph/configs/hrnet/_base_/faster_rcnn_hrnetv2p_w18.yml
+0
-1
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50.yml
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50.yml
+0
-1
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50_fpn.yml
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50_fpn.yml
+0
-1
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_large.yml
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_large.yml
+0
-1
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_small.yml
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_small.yml
+0
-1
dygraph/configs/ppyolo/_base_/ppyolo_r18vd.yml
dygraph/configs/ppyolo/_base_/ppyolo_r18vd.yml
+0
-1
dygraph/configs/ppyolo/_base_/ppyolo_r50vd_dcn.yml
dygraph/configs/ppyolo/_base_/ppyolo_r50vd_dcn.yml
+0
-1
dygraph/configs/ssd/README.md
dygraph/configs/ssd/README.md
+2
-2
dygraph/configs/vehicle/vehicle_yolov3_darknet.yml
dygraph/configs/vehicle/vehicle_yolov3_darknet.yml
+0
-1
dygraph/configs/yolov3/_base_/yolov3_darknet53.yml
dygraph/configs/yolov3/_base_/yolov3_darknet53.yml
+0
-1
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v1.yml
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v1.yml
+0
-1
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_large.yml
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_large.yml
+0
-1
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_small.yml
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_small.yml
+0
-1
dygraph/configs/yolov3/_base_/yolov3_r50vd_dcn.yml
dygraph/configs/yolov3/_base_/yolov3_r50vd_dcn.yml
+0
-1
dygraph/ppdet/data/transform/operators.py
dygraph/ppdet/data/transform/operators.py
+2
-2
dygraph/ppdet/modeling/layers.py
dygraph/ppdet/modeling/layers.py
+1
-1
未找到文件。
dygraph/configs/cascade_rcnn/_base_/cascade_mask_rcnn_r50_fpn.yml
浏览文件 @
bad37a89
...
...
@@ -76,7 +76,6 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
MaskHead
:
...
...
dygraph/configs/cascade_rcnn/_base_/cascade_rcnn_r50_fpn.yml
浏览文件 @
bad37a89
...
...
@@ -74,4 +74,3 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50.yml
浏览文件 @
bad37a89
...
...
@@ -65,4 +65,3 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
dygraph/configs/faster_rcnn/_base_/faster_rcnn_r50_fpn.yml
浏览文件 @
bad37a89
...
...
@@ -72,4 +72,3 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
dygraph/configs/hrnet/_base_/faster_rcnn_hrnetv2p_w18.yml
浏览文件 @
bad37a89
...
...
@@ -67,4 +67,3 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50.yml
浏览文件 @
bad37a89
...
...
@@ -67,7 +67,6 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
MaskHead
:
head
:
MaskFeat
...
...
dygraph/configs/mask_rcnn/_base_/mask_rcnn_r50_fpn.yml
浏览文件 @
bad37a89
...
...
@@ -71,7 +71,6 @@ BBoxPostProcess:
keep_top_k
:
100
score_threshold
:
0.05
nms_threshold
:
0.5
normalized
:
true
MaskHead
:
head
:
MaskFeat
...
...
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_large.yml
浏览文件 @
bad37a89
...
...
@@ -55,4 +55,3 @@ BBoxPostProcess:
nms_threshold
:
0.45
nms_top_k
:
1000
score_threshold
:
0.005
normalized
:
false
dygraph/configs/ppyolo/_base_/ppyolo_mbv3_small.yml
浏览文件 @
bad37a89
...
...
@@ -55,4 +55,3 @@ BBoxPostProcess:
nms_threshold
:
0.45
nms_top_k
:
1000
score_threshold
:
0.005
normalized
:
false
dygraph/configs/ppyolo/_base_/ppyolo_r18vd.yml
浏览文件 @
bad37a89
...
...
@@ -56,5 +56,4 @@ BBoxPostProcess:
score_threshold
:
0.01
post_threshold
:
0.01
nms_top_k
:
-1
normalized
:
false
background_label
:
-1
dygraph/configs/ppyolo/_base_/ppyolo_r50vd_dcn.yml
浏览文件 @
bad37a89
...
...
@@ -64,5 +64,4 @@ BBoxPostProcess:
score_threshold
:
0.01
post_threshold
:
0.01
nms_top_k
:
-1
normalized
:
false
background_label
:
-1
dygraph/configs/ssd/README.md
浏览文件 @
bad37a89
...
...
@@ -6,8 +6,8 @@
| 骨架网络 | 网络类型 | 每张GPU图片个数 | 学习率策略 |推理时间(fps) | Box AP | 下载 | 配置文件 |
| :-------------- | :------------- | :-----: | :-----: | :------------: | :-----: | :-----------------------------------------------------: | :-----: |
| VGG | SSD | 8 | 240e | ---- | 7
8.2
|
[
下载链接
](
https://paddledet.bj.bcebos.com/models/ssd_vgg16_300_240e_voc.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/dygraph/configs/ssd/ssd_vgg16_300_240e_voc.yml
)
|
| MobileNet v1 | SSD | 32 | 120e | ---- | 73.
3
|
[
下载链接
](
https://paddledet.bj.bcebos.com/models/ssd_mobilenet_v1_300_120e_voc.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/dygraph/configs/ssd/ssd_mobilenet_v1_300_120e_voc.yml
)
|
| VGG | SSD | 8 | 240e | ---- | 7
7.8
|
[
下载链接
](
https://paddledet.bj.bcebos.com/models/ssd_vgg16_300_240e_voc.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/dygraph/configs/ssd/ssd_vgg16_300_240e_voc.yml
)
|
| MobileNet v1 | SSD | 32 | 120e | ---- | 73.
8
|
[
下载链接
](
https://paddledet.bj.bcebos.com/models/ssd_mobilenet_v1_300_120e_voc.pdparams
)
|
[
配置文件
](
https://github.com/PaddlePaddle/PaddleDetection/tree/master/dygraph/configs/ssd/ssd_mobilenet_v1_300_120e_voc.yml
)
|
**注意:**
SSD-VGG使用4GPU在总batch size为32下训练240个epoch。SSD-MobileNetv1使用2GPU在总batch size为64下训练120周期。
...
...
dygraph/configs/vehicle/vehicle_yolov3_darknet.yml
浏览文件 @
bad37a89
...
...
@@ -21,7 +21,6 @@ BBoxPostProcess:
score_threshold
:
0.005
nms_threshold
:
0.45
nms_top_k
:
400
normalized
:
false
num_classes
:
6
...
...
dygraph/configs/yolov3/_base_/yolov3_darknet53.yml
浏览文件 @
bad37a89
...
...
@@ -40,4 +40,3 @@ BBoxPostProcess:
score_threshold
:
0.01
nms_threshold
:
0.45
nms_top_k
:
1000
normalized
:
false
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v1.yml
浏览文件 @
bad37a89
...
...
@@ -42,4 +42,3 @@ BBoxPostProcess:
score_threshold
:
0.01
nms_threshold
:
0.45
nms_top_k
:
1000
normalized
:
false
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_large.yml
浏览文件 @
bad37a89
...
...
@@ -43,4 +43,3 @@ BBoxPostProcess:
score_threshold
:
0.01
nms_threshold
:
0.45
nms_top_k
:
1000
normalized
:
false
dygraph/configs/yolov3/_base_/yolov3_mobilenet_v3_small.yml
浏览文件 @
bad37a89
...
...
@@ -43,4 +43,3 @@ BBoxPostProcess:
score_threshold
:
0.01
nms_threshold
:
0.45
nms_top_k
:
1000
normalized
:
false
dygraph/configs/yolov3/_base_/yolov3_r50vd_dcn.yml
浏览文件 @
bad37a89
...
...
@@ -44,4 +44,3 @@ BBoxPostProcess:
score_threshold
:
0.01
nms_threshold
:
0.45
nms_top_k
:
1000
normalized
:
false
dygraph/ppdet/data/transform/operators.py
浏览文件 @
bad37a89
...
...
@@ -214,8 +214,8 @@ class RandomErasingImage(BaseOperator):
continue
x1
,
y1
,
x2
,
y2
=
gt_bbox
[
idx
,
:]
w_bbox
=
x2
-
x1
+
1
h_bbox
=
y2
-
y1
+
1
w_bbox
=
x2
-
x1
h_bbox
=
y2
-
y1
area
=
w_bbox
*
h_bbox
target_area
=
random
.
uniform
(
self
.
lower
,
self
.
higher
)
*
area
...
...
dygraph/ppdet/modeling/layers.py
浏览文件 @
bad37a89
...
...
@@ -363,7 +363,7 @@ class MultiClassNMS(object):
nms_top_k
=-
1
,
keep_top_k
=
100
,
nms_threshold
=
.
5
,
normalized
=
Fals
e
,
normalized
=
Tru
e
,
nms_eta
=
1.0
,
return_rois_num
=
True
):
super
(
MultiClassNMS
,
self
).
__init__
()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录