3D-MOOD / vis4d /model /cls /__init__.py
RoyYang0714's picture
feat: Try to build everything locally.
9b33fca
raw
history blame contribute delete
158 Bytes
"""Common classes and functions for classification models."""
from .common import ClsOut
from .vit import ViTClassifer
__all__ = ["ViTClassifer", "ClsOut"]