Skip to content

Commit 041dd94

Browse files
committed
update the README.md for face alignment
1 parent b26578b commit 041dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FaceAlignment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This version is developed to detect five facial landmarks, i.e., two eyes' cente
3939
To detect these facial landmarks, one should first instantiate an object of `seeta::FaceAlignment` with path of the model file.
4040

4141
```c++
42-
seeta::FaceAlignment landmark_detector("seeta_fa_v1.0.bin");
42+
seeta::FaceAlignment landmark_detector("seeta_fa_v1.1.bin");
4343
```
4444
4545
Then one can call `PointDetectLandmarks(ImageData gray_im, FaceInfo face_info, FacialLandmark *points)` to detect landmarks.

0 commit comments

Comments
 (0)