Skip to content

Commit

Permalink
fix: add missing descriptions of PoseLandmarker models (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler authored Aug 4, 2024
1 parent cc53aa8 commit d043b90
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 d043b90

Please sign in to comment.