Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
food-round2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joel Joseph
food-round2
Commits
c35a11b6
Commit
c35a11b6
authored
6 years ago
by
Kai Chen
Browse files
Options
Downloads
Patches
Plain Diff
update imports
parent
5fcec9ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mmdet/ops/__init__.py
+5
-5
5 additions, 5 deletions
mmdet/ops/__init__.py
with
5 additions
and
5 deletions
mmdet/ops/__init__.py
+
5
−
5
View file @
c35a11b6
from
.dcn
import
(
DeformConv
,
Deform
RoIPooling
,
DeformRoIPoolingPack
,
ModulatedDeform
RoIPoolingPack
,
ModulatedDeformConv
,
ModulatedDeformConvPack
,
deform_conv
,
m
odulated
_d
eform
_conv
,
deform_roi_pooling
)
from
.dcn
import
(
DeformConv
,
Deform
ConvPack
,
ModulatedDeformConv
,
ModulatedDeform
ConvPack
,
DeformRoIPooling
,
DeformRoIPoolingPack
,
M
odulated
D
eform
RoIPoolingPack
,
deform_conv
,
modulated_deform_conv
,
deform_roi_pooling
)
from
.nms
import
nms
,
soft_nms
from
.roi_align
import
RoIAlign
,
roi_align
from
.roi_pool
import
RoIPool
,
roi_pool
__all__
=
[
'
nms
'
,
'
soft_nms
'
,
'
RoIAlign
'
,
'
roi_align
'
,
'
RoIPool
'
,
'
roi_pool
'
,
'
DeformConv
'
,
'
DeformRoIPooling
'
,
'
DeformRoIPoolingPack
'
,
'
DeformConv
'
,
'
DeformConvPack
'
,
'
DeformRoIPooling
'
,
'
DeformRoIPoolingPack
'
,
'
ModulatedDeformRoIPoolingPack
'
,
'
ModulatedDeformConv
'
,
'
ModulatedDeformConvPack
'
,
'
deform_conv
'
,
'
modulated_deform_conv
'
,
'
deform_roi_pooling
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment