Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
537bb34c
"docs/vscode:/vscode.git/clone" did not exist on "3ad4207d1fb639af3a86d3fe5fc60406d1d7e9fe"
Commit
537bb34c
authored
Jan 02, 2020
by
saltknox
Committed by
Kai Chen
Jan 02, 2020
Browse files
solve the bug when seg_prefix is list (#1906)
parent
b9acff16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet/datasets/builder.py
mmdet/datasets/builder.py
+1
-1
No files found.
mmdet/datasets/builder.py
View file @
537bb34c
...
...
@@ -8,7 +8,7 @@ from .registry import DATASETS
def
_concat_dataset
(
cfg
,
default_args
=
None
):
ann_files
=
cfg
[
'ann_file'
]
img_prefixes
=
cfg
.
get
(
'img_prefix'
,
None
)
seg_prefixes
=
cfg
.
get
(
'seg_prefix
es
'
,
None
)
seg_prefixes
=
cfg
.
get
(
'seg_prefix'
,
None
)
proposal_files
=
cfg
.
get
(
'proposal_file'
,
None
)
datasets
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment