Scheaven
2021-09-18 291deeb1fcf45dbf39a24aa72a213ff3fd6b3405
1
2
3
4
5
6
7
8
9
10
11
12
# encoding: utf-8
"""
@author:  liaoxingyu
@contact: sherlockliao01@gmail.com
"""
 
from .build import META_ARCH_REGISTRY, build_model
 
 
# import all the meta_arch, so they will be registered
from .baseline import Baseline
from .mgn import MGN