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
8c94b2d8
Commit
8c94b2d8
authored
Dec 06, 2018
by
yhcao6
Browse files
fix
parent
63288def
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet/datasets/utils.py
mmdet/datasets/utils.py
+1
-1
No files found.
mmdet/datasets/utils.py
View file @
8c94b2d8
...
...
@@ -76,7 +76,7 @@ def show_ann(coco, img, ann_info):
def
get_dataset
(
data_cfg
):
if
data_cfg
[
'type'
]
==
'RepeatDataset'
:
return
RepeatDataset
(
get_dataset
(
data_cfg
[
'
type
'
]),
data_cfg
[
'times'
])
return
RepeatDataset
(
get_dataset
(
data_cfg
[
'
dataset
'
]),
data_cfg
[
'times'
])
if
isinstance
(
data_cfg
[
'ann_file'
],
(
list
,
tuple
)):
ann_files
=
data_cfg
[
'ann_file'
]
...
...
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