IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Static Public Member Functions | List of all members
BuildCfgPerceiver Class Reference

Build configuration instance for a perceiver.
More...

Inheritance diagram for BuildCfgPerceiver:
Inheritance graph
[legend]
Collaboration diagram for BuildCfgPerceiver:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 Instantiate an (empty) perceiver builder configuration. More...
 
- Public Member Functions inherited from AlgConfig
def __setattr__ (self, name, value)
 
def dump (self, **kwargs)
 

Static Public Member Functions

def get_default_settings ()
 Get default configuration settings for Perceiver builder. More...
 

Detailed Description

Build configuration instance for a perceiver.

Instantiating a perceiver usually requires the detector, tracker, and filter instances to be complete. These need to be defined. So do any other settings should be specific to how the perceiver will operate or what to do with the processed information, which will lie in the perceiver config field.

Constructor & Destructor Documentation

◆ __init__()

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

Instantiate an (empty) perceiver builder configuration.

Reimplemented from AlgConfig.

Member Function Documentation

◆ get_default_settings()

def get_default_settings ( )
static

Get default configuration settings for Perceiver builder.


The documentation for this class was generated from the following file: