https://github.com/open-mmlab/mim-example
https://github.com/open-mmlab/mim-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-mmlab/mim-example
- Owner: open-mmlab
- Created: 2021-05-21T04:41:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T08:14:29.000Z (over 3 years ago)
- Last Synced: 2025-04-05T11:34:21.470Z (2 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 58
- Watchers: 8
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIM-Example
English | [简体中文](README_zh-CN.md)
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:
1. [mmcls_custom_backbone](/mmcls_custom_backbone): Use custom backbone in MMClassification.
2. [Swin Transformer](/swin_transformer): Minimal code implementation of Swin Transformer for object detection and semantic segmentation.
3. [nuImages Dataset](/nuimages_seg): Use nuImages dataset for semantic segmentation with MMSegmentation.