|
Safemotion Lib
|
Functions | |
| build_model (cfg, device=None) | |
Variables | |
| META_ARCH_REGISTRY = Registry("META_ARCH") | |
@author: liaoxingyu @contact: sherlockliao01@gmail.com
| fastreid.modeling.meta_arch.build.build_model | ( | cfg, | |
| device = None ) |
Build the whole model architecture, defined by ``cfg.MODEL.META_ARCHITECTURE``. Note that it does not load any weights from ``cfg``.
Definition at line 18 of file build.py.