depthlens / models /__init__.py
getmokshshah's picture
Pushed project
8cc8ac9
raw
history blame contribute delete
106 Bytes
from .depth_estimator import DepthEstimator, MODEL_CONFIGS
__all__ = ["DepthEstimator", "MODEL_CONFIGS"]