IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for glove tracking perceiver. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate a puzzle scene configuration object. More... | |
![]() | |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Configuration instance for glove tracking perceiver.
Designed to work for processing subsets (detect, track, etc).
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate a puzzle scene configuration object.
Reimplemented from AlgConfig.
|
static |