FaceToFile
- class tools.alignments.jobs_faces.FaceToFile(alignments: AlignmentData, face_data: list[PNGHeader])
Bases:
objectUpdates any optional/missing keys in the alignments file with any data that has been populated in a PNGHeader. Includes masks and identity fields.
- Parameters:
alignments (AlignmentData) – The loaded alignments containing faces to be removed
face_data (list[PNGHeader]) – List of
PNGHeaderobjects
Methods Summary
__call__()Parse through the face data updating any entries in the alignments file.
Methods Documentation
- __call__() bool
Parse through the face data updating any entries in the alignments file.
- Return type:
Trueif any alignment information was updated otherwiseFalse
- __call__() bool
Parse through the face data updating any entries in the alignments file.
- Return type:
Trueif any alignment information was updated otherwiseFalse