3D-MOOD / vis4d /eval /kitti /__init__.py
RoyYang0714's picture
feat: Try to build everything locally.
9b33fca
raw
history blame contribute delete
98 Bytes
"""KITTI evaluator."""
from .depth import KITTIDepthEvaluator
__all__ = ["KITTIDepthEvaluator"]