English | 简体中文
Based on MIM and other OpenMMLab codebases, you can build new projects conveniently by just writing several python files. In this repository we provide some examples:
- mmcls_custom_backbone: Use custom backbone in MMClassification.
- Swin Transformer: Minimal code implementation of Swin Transformer for object detection and semantic segmentation.
- nuImages Dataset: Use nuImages dataset for semantic segmentation with MMSegmentation.