Safemotion Lib
Loading...
Searching...
No Matches
smreid
fastreid
modeling
heads
__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
REID_HEADS_REGISTRY, build_heads
8
9
# import all the meta_arch, so they will be registered
10
from
.embedding_head
import
EmbeddingHead
11
from
.attr_head
import
AttrHead
Generated by
1.10.0