Ryukijano's picture
commit the whole flash3d
ffbcf9e verified
raw
history blame contribute delete
179 Bytes
from .convnext2 import ConvNeXtV2
from .convnext import ConvNeXt
from .dinov2 import _make_dinov2_model
__all__ = [
"ConvNeXt",
"ConvNeXtV2",
"_make_dinov2_model",
]