MMSegmentation进阶指南-数据流

Runner 相当于 MMEngine 中的“集成器”。它覆盖了框架的所有方面,并肩负着组织和调度几乎所有模块的责任,这意味着各模块之间的数据流也由 Runner 控制。Runner中实现上述不同颜色的传递(TrainLoop、ValLoop 和 ...

MMSegmentation基本概念-模型

ModelsWe usually define a neural network in a deep learning task as a model, and this model is the core of an algorithm. MMEn...

MMSegmentation从0.x迁移到1.x

New dependencies MMSegmentation 1.x 依赖于一些新的软件包,建议准备一个新的干净环境,然后根据安装教程重新安装。 手动安装以下软件包。 MMEngine:MMEngine 是 OpenMMLab 2.0 架构的核...