You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Warning!!!_ The resolution of the output video might differ from the width/height specified in the JSON file. This is due to limitations of some codecs.
<imgsrc="Docs/Pics/video-facedata.png"width="30%"alt="Face Data Overlay. Blue dots: MediaPipe landmarks. Red dots: normalized landmarks">
98
+
<imgsrc="Docs/Pics/video-original.png"width="30%"alt="Original Video">==><imgsrc="Docs/Pics/video-facedata.png"width="30%"alt="Face Data Overlay. Blue dots: MediaPipe landmarks. Red dots: normalized landmarks">
105
99
106
100
For a reference about the landmark ID and its location on the face, please see the official MediaPipe docs [Here](https://raw.githubusercontent.com/google/mediapipe/master/mediapipe/modules/face_geometry/data/canonical_face_model_uv_visualization.png).
107
101
@@ -143,9 +137,7 @@ Watch here the [compute_motion_energy help text](Docs/Help/compute_motion_energy
143
137
The motion energy is a mono-dimensional curve.
144
138
Each sample is calculated by first computing the optical flow between consecutive frames and then summing up the magnitude of each flow vector.
145
139
146
-
<imgsrc="Docs/Pics/video_motion_energy_original.png"width="30%"alt="Video with moving face">
0 commit comments