IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Build configuration instance for a perceiver.
More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate an (empty) perceiver builder configuration. More... | |
![]() | |
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... | |
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.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate an (empty) perceiver builder configuration.
Reimplemented from AlgConfig.
|
static |
Get default configuration settings for Perceiver builder.