PSewmuthu commited on
Commit
4f2185c
·
verified ·
1 Parent(s): b6624ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ The features were extracted using the **MediaPipe Face Landmarker** model.
80
 
81
  1. **Frame Extraction:** Each video file was processed frame-by-frame.
82
  2. **Landmark Detection:** For each frame, the 478 facial landmarks were detected.
83
- 3. **Normalization:** All coordinates ($x, y, z$) are normalized to the range $[0.0, 1.0]$ relative to the bounding box of the face or the original frame dimensions.
84
 
85
  ---
86
 
 
80
 
81
  1. **Frame Extraction:** Each video file was processed frame-by-frame.
82
  2. **Landmark Detection:** For each frame, the 478 facial landmarks were detected.
83
+ 3. **Normalization:** All coordinates (x, y, z) are normalized to the range [0.0, 1.0] relative to the bounding box of the face or the original frame dimensions.
84
 
85
  ---
86