unreal.PoseSearchDataPreprocessor

class unreal.PoseSearchDataPreprocessor

Bases: EnumBase

EPose Search Data Preprocessor

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchSchema.h

NONE: PoseSearchDataPreprocessor

The data will be left untouched.

Type:

0

NORMALIZE: PoseSearchDataPreprocessor

The data will be normalized against its deviation, and the user weights will be normalized to be a unitary vector.

Type:

1

NORMALIZE_ONLY_BY_DEVIATION: PoseSearchDataPreprocessor

The data will be normalized against its deviation Experimental, this feature might be removed without warning, not for production use

Type:

2

NORMALIZE_WITH_COMMON_SCHEMA: PoseSearchDataPreprocessor

same behavior as Normalize, but it’ll index all the databases in the normalization set with the same schema Experimental, this feature might be removed without warning, not for production use

Type:

3