__init__.py 153 Bytes
Newer Older
1
2
3
4
5
6
7
from .spconv_backbone import VoxelBackBone8x
from .spconv_unet import UNetV2

__all__ = {
    'VoxelBackBone8x': VoxelBackBone8x,
    'UNetV2': UNetV2
}