Table of Contents

Interface IModelInfo

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Provides information about the model used for inference.

public interface IModelInfo

Properties

AnchorName

Gets the name of the anchor part.

string AnchorName { get; }

Property Value

string

ClassNames

Gets the collection of class names used to assign pose identities.

IReadOnlyList<string> ClassNames { get; }

Property Value

IReadOnlyList<string>

ModelType

Gets the type of SLEAP model used for inference.

ModelType ModelType { get; }

Property Value

ModelType

PartNames

Gets the collection of body part names.

IReadOnlyList<string> PartNames { get; }

Property Value

IReadOnlyList<string>