ml-intern
bdck commited on
Commit
1d44b5a
·
verified ·
1 Parent(s): 6adde6f

Upload unidepth/__init__.py

Browse files
Files changed (1) hide show
  1. 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"]