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
c47c4480
Commit
c47c4480
authored
Oct 07, 2018
by
Kai Chen
Browse files
fix flake8 error
parent
bac4c32f
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tools/test.py
tools/test.py
+1
-1
tools/train.py
tools/train.py
+1
-1
No files found.
tools/test.py
View file @
c47c4480
...
...
@@ -6,7 +6,7 @@ from mmcv.runner import load_checkpoint, parallel_test, obj_from_dict
from
mmdet
import
datasets
from
mmdet.core
import
scatter
,
MMDataParallel
,
results2json
,
coco_eval
from
mmdet.datasets
.loader
import
collate
,
build_dataloader
from
mmdet.datasets
import
collate
,
build_dataloader
from
mmdet.models
import
build_detector
,
detectors
...
...
tools/train.py
View file @
c47c4480
...
...
@@ -13,7 +13,7 @@ from mmdet import datasets, __version__
from
mmdet.core
import
(
init_dist
,
DistOptimizerHook
,
DistSamplerSeedHook
,
MMDataParallel
,
MMDistributedDataParallel
,
CocoDistEvalRecallHook
,
CocoDistEvalmAPHook
)
from
mmdet.datasets
.loader
import
build_dataloader
from
mmdet.datasets
import
build_dataloader
from
mmdet.models
import
build_detector
,
RPN
...
...
Prev
1
2
Next
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