Skip to content

Commit c35a11b

Browse files
committed
update imports
1 parent 5fcec9a commit c35a11b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mmdet/ops/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
from .dcn import (DeformConv, DeformRoIPooling, DeformRoIPoolingPack,
2-
ModulatedDeformRoIPoolingPack, ModulatedDeformConv,
3-
ModulatedDeformConvPack, deform_conv, modulated_deform_conv,
4-
deform_roi_pooling)
1+
from .dcn import (DeformConv, DeformConvPack, ModulatedDeformConv,
2+
ModulatedDeformConvPack, DeformRoIPooling,
3+
DeformRoIPoolingPack, ModulatedDeformRoIPoolingPack,
4+
deform_conv, modulated_deform_conv, deform_roi_pooling)
55
from .nms import nms, soft_nms
66
from .roi_align import RoIAlign, roi_align
77
from .roi_pool import RoIPool, roi_pool
88

99
__all__ = [
1010
'nms', 'soft_nms', 'RoIAlign', 'roi_align', 'RoIPool', 'roi_pool',
11-
'DeformConv', 'DeformRoIPooling', 'DeformRoIPoolingPack',
11+
'DeformConv', 'DeformConvPack', 'DeformRoIPooling', 'DeformRoIPoolingPack',
1212
'ModulatedDeformRoIPoolingPack', 'ModulatedDeformConv',
1313
'ModulatedDeformConvPack', 'deform_conv', 'modulated_deform_conv',
1414
'deform_roi_pooling'

0 commit comments

Comments
 (0)