Skip to content

Commit

Permalink
Rectify ARKit comparison table (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-vr authored Apr 16, 2024
1 parent 2b494ab commit 1872c5d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ The following table shows how ARKit face tracking translates to Unified Expressi
[<b>LipPucker</b>, 'mouthPucker'],
['MouthUpperUpRight', 'mouthUpperUpRight'],
['MouthUpperUpLeft', 'mouthUpperUpLeft'],
['MouthLowerDownRight', 'mouthLowerUpRight'],
['MouthLowerDownLeft', 'mouthLowerUpLeft'],
['MouthLowerDownRight', 'mouthLowerDownRight'],
['MouthLowerDownLeft', 'mouthLowerDownLeft'],
[<b>MouthSmileRight</b>, 'mouthSmileRight'],
[<b>MouthSmileLeft</b>, 'mouthSmileLeft'],
['MouthFrownRight', 'mouthFrownRight'],
['MouthFrownLeft', 'mouthFrownLeft'],
['MouthStretchRight', 'mouthStretchRight'],
['MouthStretchLeft', 'mouthStretchLeft'],
['MouthDimplerRight', 'mouthDimpleRight'],
['MouthDimplerLeft', 'mouthDimpleLeft'],
['MouthDimpleRight', 'mouthDimpleRight'],
['MouthDimpleLeft', 'mouthDimpleLeft'],
['MouthRaiserUpper', 'mouthShrugUpper'],
['MouthRaiserLower', 'mouthShrugLower'],
['MouthPressRight', 'mouthPressRight'],
Expand Down Expand Up @@ -103,4 +103,4 @@ However, the absence of these shapes does not affect tracking quality.
### Standard Documentation

<a href="https://developer.apple.com/documentation/arkit/arfaceanchor/blendshapelocation">Apple Developer Documentation</a><br/>
<a href="https://arkit-face-blendshapes.com/">ARKit Shape References (Unofficial)</a>
<a href="https://arkit-face-blendshapes.com/">ARKit Shape References (Unofficial)</a>

0 comments on commit 1872c5d

Please sign in to comment.