2023-2-3-openMMLab AI实战营 笔记(三)
MMClassification介绍
介绍mmclassification工具包
使用mmcls推理代码:
推理工具:
MIM工具:
环境搭建:
代码教学
然后介绍使用pytorch框架实现分类模型的代码:
(https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html)
之后介绍mmcls的推理-配置文件+参数文件:
(https://github.com/open-mmlab/mmclassification)
之后介绍配置文件(.py)
之后介绍train代码