cvkit.pose_estimation.processors.util package

Submodules

cvkit.pose_estimation.processors.util.cluster_analysis module

class ClusterAnalysis(threshold=0.6)[source]

Bases: Processor

META_DATA = {'threshold': <cvkit.pose_estimation.processors.processor_interface.ProcessorMetaData object>}

Processor parameters’ metadata. UI generator uses this information to generate a form.

PROCESSOR_ID = 'cvkit_cluster_analysis'

Unique Processor Identifier.

PROCESSOR_NAME = 'Data Analysis'

Name of the processor. Used as label by the UI generator.

PROCESSOR_SUMMARY = 'Generates meta-statistics of 2D/3D pose data. Provides list of clusters of accurate or missing data.'

Processor summary.

cvkit.pose_estimation.processors.util.load_file module

class LoadFile(global_config: PoseEstimationConfig, data_store_dict)[source]

Bases: Processor

META_DATA = {'data_store_dict': <cvkit.pose_estimation.processors.processor_interface.ProcessorMetaData object>, 'global_config': <cvkit.pose_estimation.processors.processor_interface.ProcessorMetaData object>}

Processor parameters’ metadata. UI generator uses this information to generate a form.

PROCESSOR_ID = 'cvkit_load_file'

Unique Processor Identifier.

PROCESSOR_NAME = 'File Loader'

Name of the processor. Used as label by the UI generator.

PROCESSOR_SUMMARY = 'Utility processor for loading initial data file.'

Processor summary.

cvkit.pose_estimation.processors.util.save_file module

class SaveFile(path)[source]

Bases: Processor

META_DATA = {'path': <cvkit.pose_estimation.processors.processor_interface.ProcessorMetaData object>}

Processor parameters’ metadata. UI generator uses this information to generate a form.

PROCESSOR_ID = 'cvkit_save_file'

Unique Processor Identifier.

PROCESSOR_NAME = 'Save File'

Name of the processor. Used as label by the UI generator.

PROCESSOR_SUMMARY = 'Utility processor for saving the final data file.'

Processor summary.

Module contents