diff --git a/align_face.py b/align_face.py index c15aa9b..3f541d0 100644 --- a/align_face.py +++ b/align_face.py @@ -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("*.*"):