Skip to content

Commit

Permalink
Update align_face.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewssdd authored Jun 22, 2020
1 parent 154679c commit 0c3a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion align_face.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
output_dir.mkdir(parents=True,exist_ok=True)

print("Downloading Shape Predictor")
f=open_url("https://drive.google.com/uc?id=1huhv8PYpNNKbGCLOaYUjOgR1pY5pmbJx", cache_dir=cache_dir, return_path=True)
f=open_url("https://drive.google.com/uc?id=1h0P0Cdxqbe6u_FSu2fXulrONw5uOECn6", cache_dir=cache_dir, return_path=True)
predictor = dlib.shape_predictor(f)

for im in Path(args.input_dir).glob("*.*"):
Expand Down

0 comments on commit 0c3a09a

Please sign in to comment.