Skip to content
GitLab
菜单
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
Lin Sui
detectron2
提交
2393e648
提交
2393e648
编辑于
7月 26, 2021
作者:
suilin0432
浏览文件
update
上级
7b40c66c
变更
1
Hide whitespace changes
Inline
Side-by-side
detectron2/data/datasets/builtin.py
浏览文件 @
2393e648
...
...
@@ -46,6 +46,12 @@ _PREDEFINED_SPLITS_COCO["coco"] = {
"coco_2017_test"
:
(
"coco2017/test2017"
,
"coco2017/annotations/image_info_test2017.json"
),
"coco_2017_test-dev"
:
(
"coco/test2017"
,
"coco/annotations/image_info_test-dev2017.json"
),
"coco_2017_val_100"
:
(
"coco/val2017"
,
"coco/annotations/instances_val2017_100.json"
),
"coco_2017_gt_random_10_1"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random10_1.json"
),
"coco_2017_gt_random_10_2"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random10_2.json"
),
"coco_2017_gt_random_10_3"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random10_3.json"
),
"coco_2017_gt_random_30_1"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random30_1.json"
),
"coco_2017_gt_random_30_2"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random30_2.json"
),
"coco_2017_gt_random_30_3"
:
(
"coco2017/train2017"
,
"coco2017/annotations/random30_3.json"
),
}
_PREDEFINED_SPLITS_COCO
[
"coco_person"
]
=
{
...
...
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录