We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b6002 commit 342e19dCopy full SHA for 342e19d
1 file changed
plugins/extract/mask/_base.py
@@ -106,6 +106,11 @@ def __init__(self,
106
self._storage_size = 128 # Size to store masks at. Leave this at default
107
logger.debug("Initialized %s", self.__class__.__name__)
108
109
+ @property
110
+ def storage_centering(self) -> CenteringType:
111
+ """ Literal["face", "head", "legacy"] : The centering that the mask is stored at """
112
+ return self._storage_centering
113
+
114
def _maybe_log_warning(self, face: AlignedFace) -> None:
115
""" Log a warning, once, if we do not have full facial landmarks
116
0 commit comments