Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleDetection
提交
b2bbca33
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看板
未验证
提交
b2bbca33
编写于
3月 12, 2020
作者:
F
FlyingQianMM
提交者:
GitHub
3月 12, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refine pedestrian_yolov3_darknet.yml and vehicle_yolov3_darknet.yml in contrib (#323)
上级
baecabee
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
47 addition
and
40 deletion
+47
-40
contrib/PedestrianDetection/pedestrian_yolov3_darknet.yml
contrib/PedestrianDetection/pedestrian_yolov3_darknet.yml
+24
-20
contrib/VehicleDetection/vehicle_yolov3_darknet.yml
contrib/VehicleDetection/vehicle_yolov3_darknet.yml
+23
-20
未找到文件。
contrib/PedestrianDetection/pedestrian_yolov3_darknet.yml
浏览文件 @
b2bbca33
architecture
:
YOLOv3
train_feed
:
YoloTrainFeed
eval_feed
:
YoloEvalFeed
test_feed
:
YoloTestFeed
use_gpu
:
true
max_iters
:
200000
log_smooth_window
:
20
...
...
@@ -11,6 +8,7 @@ metric: COCO
pretrain_weights
:
https://paddle-imagenet-models-name.bj.bcebos.com/DarkNet53_pretrained.tar
weights
:
https://paddlemodels.bj.bcebos.com/object_detection/pedestrian_yolov3_darknet.tar
num_classes
:
1
use_fine_grained_loss
:
false
YOLOv3
:
backbone
:
DarkNet
...
...
@@ -27,8 +25,7 @@ YOLOv3Head:
[
30
,
61
],
[
62
,
45
],
[
59
,
119
],
[
116
,
90
],
[
156
,
198
],
[
373
,
326
]]
norm_decay
:
0.
ignore_thresh
:
0.7
label_smooth
:
true
yolo_loss
:
YOLOv3Loss
nms
:
background_label
:
-1
keep_top_k
:
100
...
...
@@ -37,6 +34,11 @@ YOLOv3Head:
normalized
:
false
score_threshold
:
0.01
YOLOv3Loss
:
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
LearningRate
:
base_lr
:
0.001
schedulers
:
...
...
@@ -57,26 +59,28 @@ OptimizerBuilder:
factor
:
0.0005
type
:
L2
YoloTrainFeed
:
_READER_
:
'
../../configs/yolov3_reader.yml'
TrainReader
:
batch_size
:
8
dataset
:
dataset_dir
:
dataset/pedestrian
annotation
:
annotations/instances_train2017.json
image_dir
:
train2017
num_workers
:
8
bufsize
:
128
use_process
:
true
!COCODataSet
dataset_dir
:
dataset/pedestrian
anno_path
:
annotations/instances_train2017.json
image_dir
:
train2017
with_background
:
false
YoloEvalFeed
:
EvalReader
:
batch_size
:
8
image_shape
:
[
3
,
608
,
608
]
dataset
:
dataset_dir
:
dataset/pedestrian
annotation
:
annotations/instances_val2017.json
image_dir
:
val2017
!COCODataSet
dataset_dir
:
dataset/pedestrian
anno_path
:
annotations/instances_val2017.json
image_dir
:
val2017
with_background
:
false
YoloTestFeed
:
TestReader
:
batch_size
:
1
image_shape
:
[
3
,
608
,
608
]
dataset
:
annotation
:
contrib/PedestrianDetection/pedestrian.json
!ImageFolder
anno_path
:
contrib/PedestrianDetection/pedestrian.json
with_background
:
false
contrib/VehicleDetection/vehicle_yolov3_darknet.yml
浏览文件 @
b2bbca33
architecture
:
YOLOv3
train_feed
:
YoloTrainFeed
eval_feed
:
YoloEvalFeed
test_feed
:
YoloTestFeed
use_gpu
:
true
max_iters
:
120000
log_smooth_window
:
20
...
...
@@ -27,8 +24,7 @@ YOLOv3Head:
[
23
,
33
],
[
40
,
25
],
[
54
,
50
],
[
101
,
80
],
[
139
,
145
],
[
253
,
224
]]
norm_decay
:
0.
ignore_thresh
:
0.7
label_smooth
:
false
yolo_loss
:
YOLOv3Loss
nms
:
background_label
:
-1
keep_top_k
:
100
...
...
@@ -37,6 +33,11 @@ YOLOv3Head:
normalized
:
false
score_threshold
:
0.005
YOLOv3Loss
:
batch_size
:
8
ignore_thresh
:
0.7
label_smooth
:
false
LearningRate
:
base_lr
:
0.001
schedulers
:
...
...
@@ -57,26 +58,28 @@ OptimizerBuilder:
factor
:
0.0005
type
:
L2
YoloTrainFeed
:
_READER_
:
'
../../configs/yolov3_reader.yml'
TrainReader
:
batch_size
:
8
dataset
:
dataset_dir
:
dataset/vehicle
annotation
:
annotations/instances_train2017.json
image_dir
:
train2017
num_workers
:
8
bufsize
:
128
use_process
:
true
!COCODataSet
dataset_dir
:
dataset/vehicle
anno_path
:
annotations/instances_train2017.json
image_dir
:
train2017
with_background
:
false
YoloEvalFeed
:
EvalReader
:
batch_size
:
8
image_shape
:
[
3
,
608
,
608
]
dataset
:
dataset_dir
:
dataset/vehicle
annotation
:
annotations/instances_val2017.json
image_dir
:
val2017
!COCODataSet
dataset_dir
:
dataset/vehicle
anno_path
:
annotations/instances_val2017.json
image_dir
:
val2017
with_background
:
false
YoloTestFeed
:
TestReader
:
batch_size
:
1
image_shape
:
[
3
,
608
,
608
]
dataset
:
annotation
:
contrib/VehicleDetection/vehicle.json
!ImageFolder
anno_path
:
contrib/VehicleDetection/vehicle.json
with_background
:
false
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录