13 lines
251 B
Python
13 lines
251 B
Python
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
|
|
|
|
#
|
|
# For licensing see accompanying LICENSE file.
|
|
# Copyright (C) 2024 Apple Inc. All rights reserved.
|
|
#
|
|
from .mci import (
|
|
mci0,
|
|
mci1,
|
|
mci2,
|
|
)
|
|
from .vit import vit_b16
|