Skip to content

Commit

Permalink
set template_3points to False in FaceRestoreHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed Feb 12, 2022
1 parent b62be22 commit 0e9ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facexlib/utils/face_restoration_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self,
crop_ratio=(1, 1),
det_model='retinaface_resnet50',
save_ext='png',
template_3points=True,
template_3points=False,
pad_blur=False,
device=None):
self.template_3points = template_3points # improve robustness
Expand Down

0 comments on commit 0e9ac65

Please sign in to comment.