# mim-example **Repository Path**: mirrors_open-mmlab/mim-example ## Basic Information - **Project Name**: mim-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用 MIM 构建新项目 [English](README.md) | 简体中文 基于 [MIM](https://github.com/open-mmlab/mim) 和 OpenMMLAB 中的代码库,用户仅需编写数个 python 文件就可轻松构建新的项目。在这里我们提供了如下示例 1. [mmcls_custom_backbone](/mmcls_custom_backbone):在 MMClassification 中使用自定义主干网络 2. [Swin Transformer](/swin_transformer): Swin Transformer 的最简实现,可以直接用于目标检测和语义分割任务 3. [nuImages Dataset](/nuimages_seg): 使用 nuImages 数据集基于 MMSegmentation 进行语义分割任务