@virtualscenery/greenscreenstream
    Preparing search index...

    Interface IBodyPixConfig

    Configuration options for the BodyPix model.

    interface IBodyPixConfig {
        architecture: string;
        multiplier?: number;
        outputStride: number;
        quantBytes: number;
    }
    Index

    Properties

    architecture: string

    The model architecture to use (e.g., 'MobileNetV1', 'ResNet50').

    multiplier?: number

    (Optional) The depth multiplier for the model, controlling model size.

    outputStride: number

    The output stride of the model, which affects accuracy and speed.

    quantBytes: number

    Number of bytes used for weight quantization (e.g., 1, 2, or 4).