Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
s920243400
PaddleDetection
提交
5e4d3ccc
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看板
未验证
提交
5e4d3ccc
编写于
11月 04, 2022
作者:
S
shangliang Xu
提交者:
GitHub
11月 04, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[dev] fix legacy param drop_empty, test=document_fix (#7266)
上级
c6c10032
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
2 addition
and
19 deletion
+2
-19
configs/datasets/coco_detection.yml
configs/datasets/coco_detection.yml
+1
-0
configs/deformable_detr/_base_/deformable_detr_reader.yml
configs/deformable_detr/_base_/deformable_detr_reader.yml
+0
-1
configs/detr/_base_/detr_reader.yml
configs/detr/_base_/detr_reader.yml
+0
-1
configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml
configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml
+0
-1
configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml
configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml
+0
-1
configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml
configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml
+0
-1
configs/keypoint/hrnet/dark_hrnet_w48_256x192.yml
configs/keypoint/hrnet/dark_hrnet_w48_256x192.yml
+0
-1
configs/pphuman/dark_hrnet_w32_256x192.yml
configs/pphuman/dark_hrnet_w32_256x192.yml
+0
-1
configs/vitdet/_base_/faster_rcnn_reader.yml
configs/vitdet/_base_/faster_rcnn_reader.yml
+0
-1
docs/advanced_tutorials/READER.md
docs/advanced_tutorials/READER.md
+0
-1
docs/advanced_tutorials/READER_en.md
docs/advanced_tutorials/READER_en.md
+0
-1
docs/tutorials/config_annotation/faster_rcnn_r50_fpn_1x_coco_annotation.md
...nfig_annotation/faster_rcnn_r50_fpn_1x_coco_annotation.md
+0
-2
docs/tutorials/config_annotation/faster_rcnn_r50_fpn_1x_coco_annotation_en.md
...g_annotation/faster_rcnn_r50_fpn_1x_coco_annotation_en.md
+0
-2
docs/tutorials/config_annotation/ppyolo_r50vd_dcn_1x_coco_annotation.md
.../config_annotation/ppyolo_r50vd_dcn_1x_coco_annotation.md
+0
-2
docs/tutorials/config_annotation/ppyolo_r50vd_dcn_1x_coco_annotation_en.md
...nfig_annotation/ppyolo_r50vd_dcn_1x_coco_annotation_en.md
+1
-3
未找到文件。
configs/datasets/coco_detection.yml
浏览文件 @
5e4d3ccc
...
...
@@ -13,6 +13,7 @@ EvalDataset:
image_dir
:
val2017
anno_path
:
annotations/instances_val2017.json
dataset_dir
:
dataset/coco
allow_empty
:
true
TestDataset
:
!ImageFolder
...
...
configs/deformable_detr/_base_/deformable_detr_reader.yml
浏览文件 @
5e4d3ccc
...
...
@@ -33,7 +33,6 @@ EvalReader:
batch_size
:
1
shuffle
:
false
drop_last
:
false
drop_empty
:
false
TestReader
:
...
...
configs/detr/_base_/detr_reader.yml
浏览文件 @
5e4d3ccc
...
...
@@ -33,7 +33,6 @@ EvalReader:
batch_size
:
1
shuffle
:
false
drop_last
:
false
drop_empty
:
false
TestReader
:
...
...
configs/faster_rcnn/_base_/faster_rcnn_swin_reader.yml
浏览文件 @
5e4d3ccc
...
...
@@ -25,7 +25,6 @@ EvalReader:
batch_size
:
1
shuffle
:
false
drop_last
:
false
drop_empty
:
false
TestReader
:
...
...
configs/keypoint/hrnet/dark_hrnet_w32_256x192.yml
浏览文件 @
5e4d3ccc
...
...
@@ -125,7 +125,6 @@ EvalReader:
is_scale
:
true
-
Permute
:
{}
batch_size
:
16
drop_empty
:
false
TestReader
:
inputs_def
:
...
...
configs/keypoint/hrnet/dark_hrnet_w32_384x288.yml
浏览文件 @
5e4d3ccc
...
...
@@ -129,7 +129,6 @@ EvalReader:
is_scale
:
true
-
Permute
:
{}
batch_size
:
16
drop_empty
:
false
TestReader
:
inputs_def
:
...
...
configs/keypoint/hrnet/dark_hrnet_w48_256x192.yml
浏览文件 @
5e4d3ccc
...
...
@@ -125,7 +125,6 @@ EvalReader:
is_scale
:
true
-
Permute
:
{}
batch_size
:
16
drop_empty
:
false
TestReader
:
inputs_def
:
...
...
configs/pphuman/dark_hrnet_w32_256x192.yml
浏览文件 @
5e4d3ccc
...
...
@@ -125,7 +125,6 @@ EvalReader:
is_scale
:
true
-
Permute
:
{}
batch_size
:
16
drop_empty
:
false
TestReader
:
inputs_def
:
...
...
configs/vitdet/_base_/faster_rcnn_reader.yml
浏览文件 @
5e4d3ccc
...
...
@@ -25,7 +25,6 @@ EvalReader:
batch_size
:
1
shuffle
:
false
drop_last
:
false
drop_empty
:
false
TestReader
:
...
...
docs/advanced_tutorials/READER.md
浏览文件 @
5e4d3ccc
...
...
@@ -312,7 +312,6 @@ EvalReader:
-
Decode: {}
...
batch_size: 1
drop_empty: false
TestReader:
inputs_def:
...
...
docs/advanced_tutorials/READER_en.md
浏览文件 @
5e4d3ccc
...
...
@@ -312,7 +312,6 @@ EvalReader:
- Decode: {}
...
batch_size: 1
drop_empty: false
TestReader:
inputs_def:
...
...
docs/tutorials/config_annotation/faster_rcnn_r50_fpn_1x_coco_annotation.md
浏览文件 @
5e4d3ccc
...
...
@@ -114,8 +114,6 @@ EvalReader:
shuffle
:
false
# 是否丢弃最后不能完整组成batch的数据
drop_last
:
false
# 是否丢弃没有标注的数据
drop_empty
:
false
# 测试数据
TestReader
:
...
...
docs/tutorials/config_annotation/faster_rcnn_r50_fpn_1x_coco_annotation_en.md
浏览文件 @
5e4d3ccc
...
...
@@ -114,8 +114,6 @@ EvalReader:
shuffle
:
false
# Whether to discard data that does not complete the batch
drop_last
:
false
# Whether to discard unlabeled data
drop_empty
:
false
# test data
TestReader
:
...
...
docs/tutorials/config_annotation/ppyolo_r50vd_dcn_1x_coco_annotation.md
浏览文件 @
5e4d3ccc
...
...
@@ -121,8 +121,6 @@ EvalReader:
-
Permute
:
{}
# 评估时batch_size
batch_size
:
8
# 是否丢弃没有标注的数据
drop_empty
:
false
# 测试数据
TestReader
:
...
...
docs/tutorials/config_annotation/ppyolo_r50vd_dcn_1x_coco_annotation_en.md
浏览文件 @
5e4d3ccc
...
...
@@ -121,8 +121,6 @@ EvalReader:
-
Permute
:
{}
# Batch_size during evaluation
batch_size
:
8
# Whether to discard unlabeled data
drop_empty
:
false
# test data
TestReader
:
...
...
@@ -215,7 +213,7 @@ YOLOv3Loss:
ignore_thresh
:
0.7
# downsample
downsample
:
[
32
,
16
,
8
]
# whether label_smooth or not
# whether label_smooth or not
label_smooth
:
false
# scale_x_y
scale_x_y
:
1.05
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录