Metric3D / mono /model /__init__.py
zach
initial commit based on github repo
3ef1661
raw
history blame
130 Bytes
from .monodepth_model import DepthModel
# from .__base_model__ import BaseDepthModel
__all__ = ['DepthModel', 'BaseDepthModel']