添加第三方模型

  1. 在Meta_arch文件夹下添加模型结构蓝图

    • 定义第三方模块时记得在类前加上@META_ARCH_REGISTRY.register()

  2. 修改config配置文件

  3. 重写train.py/test.py