15 lines
594 B
Python
15 lines
594 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
#
|
|
# This source code is licensed under the Apache License, Version 2.0
|
|
# found in the LICENSE file in the root directory of this source tree.
|
|
|
|
from .image_net import ImageNet
|
|
from .image_net_22k import ImageNet22k
|
|
from .image_ship_id import ImageShipID
|
|
from .image_ship_id_extra import ImageShipID_Extra
|
|
from .image_ship_id_20pct import ImageShipID_20P
|
|
from .image_ship_id_40pct import ImageShipID_40P
|
|
from .image_ship_id_60pct import ImageShipID_60P
|
|
from .image_ship_id_80pct import ImageShipID_80P
|
|
from .image_ship_ood import ImageShipOOD
|