Skip to content

Commit

Permalink
fix import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SxJyJay committed Apr 8, 2023
1 parent 8867abc commit cf02d3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 857 deletions.
5 changes: 2 additions & 3 deletions mmdet3d/models/backbones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from .pointnet2_sa_ssg import PointNet2SASSG
from .second import SECOND
from .DLA import DLASeg
from .cbnet import CBSwinTransformer

__all__ = [
'ResNet', 'ResNetV1d', 'ResNeXt', 'SSDVGG', 'HRNet', 'NoStemRegNet',
'SECOND', 'PointNet2SASSG', 'PointNet2SAMSG', 'MultiBackbone', 'DLASeg',
'CBSwinTransformer'
'SECOND', 'PointNet2SASSG', 'PointNet2SAMSG', 'MultiBackbone', 'DLASeg'
]
194 changes: 0 additions & 194 deletions mmdet3d/models/backbones/cbnet.py

This file was deleted.

Loading

0 comments on commit cf02d3b

Please sign in to comment.