Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Dec 19, 2023
1 parent 43a1b49 commit e19d84e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posture/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def angle(self) -> Optional[float]:


class HogAngleCalculator(AngleCalculator):

# For dlib’s 68-point facial landmark detector
NOSE_BRIDGE_IDXS: List[int] = [27, 30]
LEFT_EYESIDE_IDXS: List[int] = [36, 39]
Expand Down

0 comments on commit e19d84e

Please sign in to comment.