Upload unidepth/__init__.py
Browse files- unidepth/__init__.py +3 -0
unidepth/__init__.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .inference import UniDepth, generate_pointcloud, save_pointcloud_ply
|
| 2 |
+
|
| 3 |
+
__all__ = ["UniDepth", "generate_pointcloud", "save_pointcloud_ply"]
|