Safemotion Lib
Loading...
Searching...
No Matches
Classes | Functions | Variables
fastreid.config.config Namespace Reference

Classes

class  CfgNode
 

Functions

CfgNode get_cfg ()
 

Variables

str BASE_KEY = "_BASE_"
 

Detailed Description

@author:  l1aoxingyu
@contact: sherlockliao01@gmail.com

Function Documentation

◆ get_cfg()

CfgNode fastreid.config.config.get_cfg ( )
Get a copy of the default config.
Returns:
    a fastreid CfgNode instance.

Definition at line 151 of file config.py.

151def get_cfg() -> CfgNode:
152 """
153 Get a copy of the default config.
154 Returns:
155 a fastreid CfgNode instance.
156 """
157 from .defaults import _C
158
159 return _C.clone()

Variable Documentation

◆ BASE_KEY

str fastreid.config.config.BASE_KEY = "_BASE_"

Definition at line 16 of file config.py.