mirror of
https://github.com/deepfakes/faceswap
synced 2025-06-09 04:36:50 -04:00
* Extract - Implement aligner re-feeding - Add extract type to pipeline.ExtractMedia - Add pose annotation to debug * Convert - implement centering - remove usage of feed and reference face properties - Remove distributed option from convert - Force update of alignments file on legacy receive * Train - Resize preview image to model output size - Force legacy centering if centering does not exist in model's state file - Enable training on legacy face sets * Alignments Tool - Update draw to include head/pose - Remove DFL drop + linting - Remove remove-frames job - remove align-eyes option - Update legacy masks to new extract type - Exit if attempting to merge version 1.0 alignments files with version 2.0 alignments files - Re-generate thumbnails on legacy upgrade * Mask Tool - Update for new extract + bugfix full frame * Manual Tool - Update to new extraction method - Disable legacy alignments, - extract box bugfix - extract faces - size to 512 and center on head * Preview Tool - Display based on model centering * Sort Tool - Use alignments for sort by face * lib.aligner - Add Pose Class - Add AlignedFace Class - center _MEAN_FACE on x - Add meta information with versioning to alignments file - lib.aligner.get_align_matrix to use landmarks not face - Refactor aligned faces in lib.faces_detect * lib.logger - larger file log padding * lib.config - Fix global changeable_items * lib.face_filter - Use new extracted face images * lib.image - bump thumbnail default size to 96px |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
bounding_box.py | ||
extract_box.py | ||
landmarks.py | ||
mask.py |