Skip to content

Commit

Permalink
lib.align: Split lib.align.alignments to smaller modules:
Browse files Browse the repository at this point in the history
  - Move update objects to own module
  - Move Thumbnails to own module
  - docs update + linting/typing
  • Loading branch information
torzdf committed Apr 19, 2024
1 parent 96528ee commit dce7d98
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 438 deletions.
21 changes: 21 additions & 0 deletions docs/full/lib/align.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Handles aligned storage and retrieval of Faceswap generated masks
:nosignatures:

~lib.align.aligned_mask.BlurMask
~lib.align.aligned_mask.LandmarksMask
~lib.align.aligned_mask.Mask

.. rubric:: Module
Expand Down Expand Up @@ -111,3 +112,23 @@ Handles pose estimates based on aligned face data
:members:
:undoc-members:
:show-inheritance:


thumbnails module
=================
Handles creation of jpg thumbnails for storage in alignment files/png headers

.. automodule:: lib.align.thumbnails
:members:
:undoc-members:
:show-inheritance:


updater module
==============
Handles the update of alignments files to the latest version

.. automodule:: lib.align.updater
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit dce7d98

Please sign in to comment.