Enum ModelType
Specifies the type of SLEAP model.
public enum ModelType
Fields
InvalidModel = 0A model type which is unsupported by this package.
SingleInstance = 1A model for single instance pose estimation.
Centroid = 2A model for centroid-only pose estimation.
CenteredInstance = 3A model for centered instance pose estimation.
MultiInstance = 4A model for multi instance pose estimation.
MultiClass = 5A model for multi-class multi-instance pose estimation.