nowsyn's picture
upload codes
54a7220
raw
history blame
328 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from . import data # register all new datasets
from . import modeling
# config
from .config import add_maskformer2_config
# models
from .maskformer_model import MaskFormer
from .cropformer_model import CropFormer
from .test_time_augmentation import SemanticSegmentorWithTTA