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
bbe64038
Commit
bbe64038
authored
Jan 15, 2019
by
Kai Chen
Browse files
ignore flake8 warnings
parent
f603f484
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
mmdet/models/__init__.py
mmdet/models/__init__.py
+7
-7
No files found.
mmdet/models/__init__.py
View file @
bbe64038
from
.backbones
import
*
from
.backbones
import
*
# noqa: F401,F403
from
.necks
import
*
from
.necks
import
*
# noqa: F401,F403
from
.roi_extractors
import
*
from
.roi_extractors
import
*
# noqa: F401,F403
from
.anchor_heads
import
*
from
.anchor_heads
import
*
# noqa: F401,F403
from
.bbox_heads
import
*
from
.bbox_heads
import
*
# noqa: F401,F403
from
.mask_heads
import
*
from
.mask_heads
import
*
# noqa: F401,F403
from
.detectors
import
*
from
.detectors
import
*
# noqa: F401,F403
from
.registry
import
BACKBONES
,
NECKS
,
ROI_EXTRACTORS
,
HEADS
,
DETECTORS
from
.registry
import
BACKBONES
,
NECKS
,
ROI_EXTRACTORS
,
HEADS
,
DETECTORS
from
.builder
import
(
build_backbone
,
build_neck
,
build_roi_extractor
,
from
.builder
import
(
build_backbone
,
build_neck
,
build_roi_extractor
,
build_head
,
build_detector
)
build_head
,
build_detector
)
...
...
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