Spaces:
Runtime error
Runtime error
File size: 292 Bytes
583456e |
1 2 3 4 5 6 7 8 9 10 |
# Copyright (c) Facebook, Inc. and its affiliates.
# Copyright (c) Meta Platforms, Inc. All Rights Reserved
from . import data
from . import modeling
from .config import add_ovseg_config
from .test_time_augmentation import SemanticSegmentorWithTTA
from .ovseg_model import OVSeg, OVSegDEMO
|