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.
BottomUp = 4A model for bottom-up pose estimation.
TopDown = 5A model for top-down pose estimation.
MultiClassBottomUp = 6A model for multi-class bottom-up pose estimation.
MultiClassTopDown = 7A model for multi-class top-down pose estimation.
MultiClassTopDownCombined = 8A model for combined centroid and multi-class top-down pose estimation.