Metric3D / mono /model /__init__.py
JUGGHM's picture
Upload 62 files
69a8f96
raw
history blame
No virus
130 Bytes
from .monodepth_model import DepthModel
# from .__base_model__ import BaseDepthModel
__all__ = ['DepthModel', 'BaseDepthModel']