zhangbo2008's picture
Duplicate from facebook/ov-seg
7e8c559
raw
history blame
253 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
from .dataset_mappers import *
from . import datasets
from .build import (
build_detection_train_loader,
build_detection_test_loader,
)