Table of Contents

Enum ModelType

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Specifies the type of SLEAP model.

public enum ModelType

Fields

CenteredInstance = 3

A model for centered instance pose estimation.

Centroid = 2

A model for centroid-only pose estimation.

InvalidModel = 0

A model type which is unsupported by this package.

MultiClass = 5

A model for multi-class multi-instance pose estimation.

MultiInstance = 4

A model for multi instance pose estimation.

SingleInstance = 1

A model for single instance pose estimation.