mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
* 将COCO_Stuff_164k数据集增加到了data_hub.md, prepared_data.md, 以及将其对应脚本加到了prepare_data文件夹下面 * 增加了segformer对应的predictor * 完善docs/source/model_zoo_seg.md中关于segformer的信息
6 lines
192 B
Python
6 lines
192 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
|
|
from .embed import PatchEmbed
|
|
from .shape_convert import (nchw2nlc2nchw, nchw_to_nlc, nlc2nchw2nlc,
|
|
nlc_to_nchw)
|