Export
- class tools.alignments.jobs.Export(alignments: AlignmentData, arguments: Namespace)
Bases:
objectExport alignments from a Faceswap .fsa file to a json formatted file.
- Parameters:
alignments (AlignmentData) – The alignments data loaded from an alignments file for this rename job
arguments (Namespace) – The
argparsearguments as passed in fromtools.py. Unused
Methods Summary
process()Parse the imported alignments file and output relevant information to a json file
Methods Documentation
- process() None
Parse the imported alignments file and output relevant information to a json file
- Return type:
None
- process() None
Parse the imported alignments file and output relevant information to a json file
- Return type:
None