Safemotion Lib
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# encoding: utf-8
2"""
3@author: liaoxingyu
4@contact: sherlockliao01@gmail.com
5"""
6
7from .build import META_ARCH_REGISTRY, build_model
8
9
10# import all the meta_arch, so they will be registered
11from .baseline import Baseline
12from .mgn import MGN