Skip to content

Commit

Permalink
fix: avoid drawing holistic landmarks twice (#755)
Browse files Browse the repository at this point in the history
(cherry picked from commit edf8abd)
  • Loading branch information
Mids committed Sep 30, 2022
1 parent f196f46 commit 30cd149
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class HolisticLandmarkListAnnotationController : AnnotationController<Hol
leftHandLandmarkList?.Landmark,
rightHandLandmarkList?.Landmark
);
SyncNow();
}

public void DrawFaceLandmarkListLater(IList<NormalizedLandmark> faceLandmarkList)
Expand Down

0 comments on commit 30cd149

Please sign in to comment.