improv.utils.reader#

Module Contents#

Classes#

LMDBReader

class improv.utils.reader.LMDBReader(path)[source]#
get_all_data()[source]#

Load all data from LMDB into a dictionary Make sure that the LMDB is small enough to fit in RAM

get_data_types()[source]#

Return all data types defined as {object_name}, but without number.

get_data_by_number(t)[source]#

Return data at a specific frame number t

get_data_by_type(t)[source]#

Return data with key that starts with t

get_params()[source]#

Return parameters in a dictionary