Skip to content

Commit

Permalink
Update crop_image2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tanshuai0219 authored Aug 4, 2024
1 parent dca4a42 commit e354fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_preprocess/crop_image2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from skimage import transform as tf

detector = dlib.get_frontal_face_detector()
predictor = dlib.shape_predictor('shape_predictor_68_face_landmarks.dat')
predictor = dlib.shape_predictor('data_preprocess/shape_predictor_68_face_landmarks.dat')


import imageio
Expand Down

0 comments on commit e354fd3

Please sign in to comment.