Skip to content

Commit

Permalink
fix: add missing descriptions of PoseLandmarker models
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Aug 4, 2024
1 parent cc53aa8 commit d4f7873
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ public enum ModelType : int
{
[Description("Pose landmarker (lite)")]
BlazePoseLite = 0,
[Description("Pose landmarker (Full)")]
BlazePoseFull = 1,
[Description("Pose landmarker (Heavy)")]
BlazePoseHeavy = 2,
}

Expand Down

0 comments on commit d4f7873

Please sign in to comment.