diff --git a/tools/mask/mask_import.py b/tools/mask/mask_import.py index a2af5ec59f..48262c6299 100644 --- a/tools/mask/mask_import.py +++ b/tools/mask/mask_import.py @@ -294,7 +294,7 @@ def _store_mask(self, face: DetectedFace, mask: np.ndarray) -> None: is_aligned=self._is_faces, dtype="float32") assert aligned.face is not None - face.add_mask("custom", + face.add_mask(f"custom_{self._centering}", aligned.face / 255., aligned.adjusted_matrix, aligned.interpolators[1],