Add File
This commit is contained in:
4
pcdet/models/view_transforms/__init__.py
Normal file
4
pcdet/models/view_transforms/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .depth_lss import DepthLSSTransform
|
||||
__all__ = {
|
||||
'DepthLSSTransform': DepthLSSTransform,
|
||||
}
|
||||
Reference in New Issue
Block a user