Safemotion Lib
Loading...
Searching...
No Matches
smreid
fastreid
engine
__init__.py
Go to the documentation of this file.
1
# encoding: utf-8
2
"""
3
@author: liaoxingyu
4
@contact: sherlockliao01@gmail.com
5
"""
6
from
.train_loop
import
*
7
8
__all__ = [k
for
k
in
globals().keys()
if
not
k.startswith(
"_"
)]
9
10
11
# prefer to let hooks and defaults live in separate namespaces (therefore not in __all__)
12
# but still make them available here
13
from
.hooks
import
*
14
from
.defaults
import
*
15
from
.launch
import
*
Generated by
1.10.0