Export

class tools.alignments.jobs.Export(alignments: AlignmentData, arguments: Namespace)

Bases: object

Export 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 argparse arguments as passed in from tools.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