yhq 26cd12ab42
[features] Support stdc (#284)
* add stdc semantic segmentation algorithm
2023-02-16 14:00:59 +08:00

6 lines
229 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
from .encoder_decoder import EncoderDecoder
from .heads import *
from .mask2former import Mask2Former
from .sampler import BasePixelSampler, OHEMPixelSampler, build_pixel_sampler