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 REID_HEADS_REGISTRY, build_heads
8
9# import all the meta_arch, so they will be registered
10from .embedding_head import EmbeddingHead
11from .attr_head import AttrHead