IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Classes | Functions | Variables
detector.Configuration Namespace Reference

Classes

class  AlgConfig
 

Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 
def dump (self, **kwargs)
 

Variables

 logger = logging.getLogger(__name__)
 

Function Documentation

◆ __init__()

def detector.Configuration.__init__ (   self,
  init_dict = None,
  key_list = None,
  new_allowed = True 
)

◆ dump()

def detector.Configuration.dump (   self,
**  kwargs 
)
Dump to a string.

Variable Documentation

◆ logger

logger = logging.getLogger(__name__)