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