OptionalActions

class scripts.convert.OptionalActions(arguments: Namespace, input_images: list[str], alignments: fs_media.Alignments)

Bases: object

Process specific optional actions for Convert.

Currently only handles skip faces. This class should probably be (re)moved.

Parameters:
  • arguments (Namespace) – The arguments that were passed to the convert process as generated from Faceswap’s command line arguments

  • input_images (list[str]) – List of input image files

  • alignments (fs_media.Alignments) – The alignments file for this conversion